Conversation
sync DEX
Update funcs.mk
Updates assetchain files to mirror dPoW repo
gcharang
previously approved these changes
Jun 14, 2020
gcharang
left a comment
There was a problem hiding this comment.
I have reviewed the changes related to dPoW viz., the assetchains* files, files removed from src/ac/ and src/fiat
resolve conflict net.h
resolve conflicts
tonymorony
suggested changes
Jun 14, 2020
tonymorony
left a comment
There was a problem hiding this comment.
dev branch build fails on all platforms at the moment:
In file included from komodo_nSPV_superlite.h:20:0,
from main.cpp:7156:
komodo_DEX.h: In function ‘void komodo_DEXpoll(CNode*)’:
komodo_DEX.h:3154:49: error: ‘class CNode’ has no member named ‘dexlastping’
if ( (now == Got_Recent_Quote && now > pto->dexlastping) || now >= pto->dexlastping+KOMODO_DEX_LOCALHEARTBEAT )
^~~~~~~~~~~
komodo_DEX.h:3154:77: error: ‘class CNode’ has no member named ‘dexlastping’
if ( (now == Got_Recent_Quote && now > pto->dexlastping) || now >= pto->dexlastping+KOMODO_DEX_LOCALHEARTBEAT )
^~~~~~~~~~~
komodo_DEX.h:3159:18: error: ‘class CNode’ has no member named ‘dexlastping’
pto->dexlastping = now;
^~~~~~~~~~~
komodo_DEX.h:3165:22: error: ‘class CNode’ has no member named ‘dexlastping’
pto->dexlastping = now;
^~~~~~~~~~~
komodo_DEX.h:3169:14: error: ‘class CNode’ has no member named ‘dexlastping’
pto->dexlastping = now;
^~~~~~~~~~~
Makefile:4067: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f rpc/.deps/libbitcoin_server_a-rawtransaction.Tpo rpc/.deps/libbitcoin_server_a-rawtransaction.Po
mv -f rpc/.deps/libbitcoin_server_a-blockchain.Tpo rpc/.deps/libbitcoin_server_a-blockchain.Po
mv -f rpc/.deps/libbitcoin_server_a-crosschain.Tpo rpc/.deps/libbitcoin_server_a-crosschain.Po
mv -f rpc/.deps/libbitcoin_server_a-tokensrpc.Tpo rpc/.deps/libbitcoin_server_a-tokensrpc.Po
mv -f rpc/.deps/libbitcoin_server_a-server.Tpo rpc/.deps/libbitcoin_server_a-server.Po
mv -f rpc/.deps/libbitcoin_server_a-pricesrpc.Tpo rpc/.deps/libbitcoin_server_a-pricesrpc.Po
mv -f rpc/.deps/libbitcoin_server_a-marmararpc.Tpo rpc/.deps/libbitcoin_server_a-marmararpc.Po
make[2]: Leaving directory '/home/tonyl/komodo/src'
Makefile:5504: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/tonyl/komodo/src'
Makefile:659: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
|
@ca333 you can give the jl777/komodo dev branch merge with komodoplatform/komodo's dev branch another try. |
Alrighttt
pushed a commit
to Alrighttt/komodo
that referenced
this pull request
Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.