Releases: KomodoPlatform/komodo-defi-framework
Releases · KomodoPlatform/komodo-defi-framework
beta-2.1.2842
Changes:
- 90db2b0 Add p2p.connected_peers.count metric.
- e3661f3 Add convert_utxo_address RPC call.
- 3918a3d Replace gossipsub received messages from lru::LruCache with TimeCache (#766)
- f66fcc0 Spawn init_metrics on CORE to run on tokio runtime and avoid panic.
- 0eb3342 Add explicit_relay_list and forcefully keep peers from it in relay mesh.
- ecff611 Add PeerIds to ALL_NETID_7777_SEEDNODES.
- d488b39 Add ALL_NETID_7777_SEEDNODES to known peers on init.
- e78ba12 Some improvements of peers_exchange.
- ad076e1 Some improvements of peers_exchange.
- 2fb3b07 Remove opt-level = 1 for dev and test profiles.
See More
- b7f5a2c Add max_merge_at_once to UtxoMergeParams with default value of 100.
- ca5503a Add utxo_merge_params for UTXO coins.
- 6fa7982 Fallback to getaddressinfo to check whether address is imported to daemon. [ #761 ]
- 1f43232 Merge pull request #760 from lightspeed393/mm2.1
- 9a31fc6 Readme: update rustup nightly version
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatc...
beta-2.1.2840
Changes:
- e3661f3 Add convert_utxo_address RPC call.
- 3918a3d Replace gossipsub received messages from lru::LruCache with TimeCache (#766)
- f66fcc0 Spawn init_metrics on CORE to run on tokio runtime and avoid panic.
- 0eb3342 Add explicit_relay_list and forcefully keep peers from it in relay mesh.
- ecff611 Add PeerIds to ALL_NETID_7777_SEEDNODES.
- d488b39 Add ALL_NETID_7777_SEEDNODES to known peers on init.
- e78ba12 Some improvements of peers_exchange.
- ad076e1 Some improvements of peers_exchange.
- 2fb3b07 Remove opt-level = 1 for dev and test profiles.
- b7f5a2c Add max_merge_at_once to UtxoMergeParams with default value of 100.
See More
- ca5503a Add utxo_merge_params for UTXO coins.
- 6fa7982 Fallback to getaddressinfo to check whether address is imported to daemon. [ #761 ]
- 1f43232 Merge pull request #760 from lightspeed393/mm2.1
- 9a31fc6 Readme: update rustup nightly version
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refact...
beta-2.1.2836
Changes:
- 3918a3d Replace gossipsub received messages from lru::LruCache with TimeCache (#766)
- f66fcc0 Spawn init_metrics on CORE to run on tokio runtime and avoid panic.
- 0eb3342 Add explicit_relay_list and forcefully keep peers from it in relay mesh.
- ecff611 Add PeerIds to ALL_NETID_7777_SEEDNODES.
- d488b39 Add ALL_NETID_7777_SEEDNODES to known peers on init.
- e78ba12 Some improvements of peers_exchange.
- ad076e1 Some improvements of peers_exchange.
- 2fb3b07 Remove opt-level = 1 for dev and test profiles.
- b7f5a2c Add max_merge_at_once to UtxoMergeParams with default value of 100.
- ca5503a Add utxo_merge_params for UTXO coins.
See More
- 6fa7982 Fallback to getaddressinfo to check whether address is imported to daemon. [ #761 ]
- 1f43232 Merge pull request #760 from lightspeed393/mm2.1
- 9a31fc6 Readme: update rustup nightly version
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the ...
beta-2.1.2817
Changes:
- e78ba12 Some improvements of peers_exchange.
- ad076e1 Some improvements of peers_exchange.
- 2fb3b07 Remove opt-level = 1 for dev and test profiles.
- b7f5a2c Add max_merge_at_once to UtxoMergeParams with default value of 100.
- ca5503a Add utxo_merge_params for UTXO coins.
- 6fa7982 Fallback to getaddressinfo to check whether address is imported to daemon. [ #761 ]
- 1f43232 Merge pull request #760 from lightspeed393/mm2.1
- 9a31fc6 Readme: update rustup nightly version
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
See More
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the process_get_order_request()
- 328fc78 Integrate the lp_network::request_any_peer() to the process_order_keep_alive()
- d10688f Return KeepAlive::Yes for GossipsubHandler. Try to put Ping before Gossipsub in AtomicDexBehaviour fields.
- d88692a Set KeepAlive::No for GossipsubHandler.
- 851782e Comment GossipsubEvent::Subscribed handling temporary.
- 1f7ad5e Log...
beta-2.1.2814: Remove opt-level = 1 for dev and test profiles.
Changes:
- 2fb3b07 Remove opt-level = 1 for dev and test profiles.
- b7f5a2c Add max_merge_at_once to UtxoMergeParams with default value of 100.
- ca5503a Add utxo_merge_params for UTXO coins.
- 6fa7982 Fallback to getaddressinfo to check whether address is imported to daemon. [ #761 ]
- 1f43232 Merge pull request #760 from lightspeed393/mm2.1
- 9a31fc6 Readme: update rustup nightly version
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
See More
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the process_get_order_request()
- 328fc78 Integrate the lp_network::request_any_peer() to the process_order_keep_alive()
- d10688f Return KeepAlive::Yes for GossipsubHandler. Try to put Ping before Gossipsub in AtomicDexBehaviour fields.
- d88692a Set KeepAlive::No for GossipsubHandler.
- 851782e Comment GossipsubEvent::Subscribed handling temporary.
- 1f7ad5e Log ping events. Investigate "Message over the maximum transmission limit was not sent.".
- 0132598 Fix test_request_response_none...
beta-2.1.2804
Changes:
- 6fa7982 Fallback to getaddressinfo to check whether address is imported to daemon. [ #761 ]
- 1f43232 Merge pull request #760 from lightspeed393/mm2.1
- 9a31fc6 Readme: update rustup nightly version
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
See More
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the process_get_order_request()
- 328fc78 Integrate the lp_network::request_any_peer() to the process_order_keep_alive()
- d10688f Return KeepAlive::Yes for GossipsubHandler. Try to put Ping before Gossipsub in AtomicDexBehaviour fields.
- d88692a Set KeepAlive::No for GossipsubHandler.
- 851782e Comment GossipsubEvent::Subscribed handling temporary.
- 1f7ad5e Log ping events. Investigate "Message over the maximum transmission limit was not sent.".
- 0132598 Fix test_request_response_none used ports
- 423e01b Add test_request_response_none green test
- c853e8e Add test_request_response_ok_three_peers green test
- e57271d Add the RequestResponseBehaviour events processi...
beta-2.1.2793
Changes:
- 19701cc Call Swarm::listen_on only on relay nodes.
- a831432 Upload release binary to nightly server during CI build.
- 9d9cf1f Remove unwrap in check_balance_update_loop.
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
See More
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the process_get_order_request()
- 328fc78 Integrate the lp_network::request_any_peer() to the process_order_keep_alive()
- d10688f Return KeepAlive::Yes for GossipsubHandler. Try to put Ping before Gossipsub in AtomicDexBehaviour fields.
- d88692a Set KeepAlive::No for GossipsubHandler.
- 851782e Comment GossipsubEvent::Subscribed handling temporary.
- 1f7ad5e Log ping events. Investigate "Message over the maximum transmission limit was not sent.".
- 0132598 Fix test_request_response_none used ports
- 423e01b Add test_request_response_none green test
- c853e8e Add test_request_response_ok_three_peers green test
- e57271d Add the RequestResponseBehaviour events processing to lp_network
- e7cc7de Refactor RequestResponse implementation:
- ba4c257 Add Ping to AtomicDexBehavior.
- 65d1d96 Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 17713aa...
beta-2.1.2788: Do not connect to already connected peer from peers_exchange
Changes:
- 3de21d9 Do not connect to already connected peer from peers_exchange
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
See More
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the process_get_order_request()
- 328fc78 Integrate the lp_network::request_any_peer() to the process_order_keep_alive()
- d10688f Return KeepAlive::Yes for GossipsubHandler. Try to put Ping before Gossipsub in AtomicDexBehaviour fields.
- d88692a Set KeepAlive::No for GossipsubHandler.
- 851782e Comment GossipsubEvent::Subscribed handling temporary.
- 1f7ad5e Log ping events. Investigate "Message over the maximum transmission limit was not sent.".
- 0132598 Fix test_request_response_none used ports
- 423e01b Add test_request_response_none green test
- c853e8e Add test_request_response_ok_three_peers green test
- e57271d Add the RequestResponseBehaviour events processing to lp_network
- e7cc7de Refactor RequestResponse implementation:
- ba4c257 Add Ping to AtomicDexBehavior.
- 65d1d96 Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 17713aa Add the AdexResponse and AdexBehaviourEvent
- c20fa57 Refactor the RequestResponse test
- 2a9a42a Send max 1/20 of node orders number at once on broadcast_maker_keep_alives....
beta-2.1.2778
This is release candidate that is not compatible with existing MM2 9999 netid network. Please wait for further announcements before using.
Changes:
- 6dad1bb Set nightly-2020-10-25 as default in Dockerfile.ubuntu.ci.
- b53ee07 Replace println! where it's possible, fix clippy warnings
- ba540b6 Forward log entries to mm_log
- e51b7d3 Ignore test_limit_reached_true on all platforms.
- 092d8ea Fix tests and ignore failing on MacOS.
- cd0b76f Add +nightly for release binaries compilation.
- d879b28 Enable Github release of mm2.1 branch.
- 9fb94fb Add winapi to the main Cargo.toml dev-dependencies.
- ebe7404 Add winapi back to build-dependencies.
- 77cb7ba Move winapi to dependencies list from dev deps for common crate.
See More
- c29d97c Move crash_reports to common crate to fix linking issues on Windows.
- 1a60821 Fix a bug when taker swap failed on start with specific balance on address.
- d1ba955 Fix various ordermatching bugs.
- 392f559 Fix reconnection to peers from peers_exchange
- 54d206f Fix clippy warnings.
- edf5a67 Merge remote-tracking branch 'origin/mm2.1' into mm2.1
- 58f3a62 Generate new peer id every time on start_gossipsub
- 77b198b Extend alice_can_see_the_active_order_after_connection test
- 7c89a6c Log buy/sell request and response and orderbook response.
- 935c43b Mm2.1 testing refactoring (#753)
- 032a12f Hot fix buy/sell/my_orders response format and ensure that maker order is deleted on cancel.
- 907308a Use hardcoded seednodes for 7777 netid if not set in config.
- dc46f4c Implement orderbook request (#744)
- f5c4418 Add the env_logger error handling #748 (#749)
- 828e55a Fix after merge.
- 81ea63b Merge remote-tracking branch 'origin/mm2' into mm2.1
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- eae5f15 Bump version in CI pipeline to 2.1.
- b72a4bf Merge pull request #743 from KomodoPlatform/mm2.1-qrc20-swap
- e3d2612 Fix clippy.
- 69f8c77 Add TODO for UTXO_LOCK to RecentlySpentOutpoints cache refactoring for QRC20.
- 631970c cargo +nightly clippy.
- d434935 Fix clippy warnings and enable the clippy check on CI back.
- 60e734e Fix mocking of list_unspent_ordered.
- 82fbcea WIP.
- c68b232 Fixes after merging QRC20 swap integration.
- 7f14cd3 Merge remote-tracking branch 'origin/mm2' into mm2.1
- 914914a Merge branch 'mm2' into mm2.1
- 48de827 Mm2.1 new order keep alive and refactor (#742)
- 5b70ff3 Qrc20 swap #621 (#735)
- e8fa43d Libp2p swap messages rebroadcast + huge refactor and improvement (#739) [ #473 ]
- 2573d2c Libp2p peer discovery floodsub + libtorrent remove. (#730)
- ce6a3cd Add get_relay_mesh RPC. Add more logging.
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- cb3d7be Do not extend relayers_mesh if its len > mesh_n_high.
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- f1d4294 Perform proper clean up of peer connections.
- 607f653 Limit the number of order requests from other peers. (#726)
- 7ee2184 Return order_type in buy/sell responses #725.
- 12e65d9 Increase AtomicdexBehaviour channels capacity to 100.
- 903e98a Remove some unused code. Use bounded channels in AtomicdexBehaviour.
- 31772ed Ensure cancel message is broadcast to network on "cancel_all_orders".
- bdea167 Send MakerOrderCreated instead of first KeepAlive.
- c9c31c4 Turn off clippy temporary on CI.
- e2113b1 Fix after merge with mm2 actual state.
- 676d836 Merge branch 'mm2' into libp2p-gossip-sub-ordermatch
- e07ab29 Fix PeerIdSerde serde. Add connected relays to known peers if not known yet.
- 57958ce Log "Published message..." message to debug level.
- 286af7e Announce only ipv4 global addresses. Set default log level to info.
- 2b7ca75 Update libp2p, try to use Yamux as there're problems with Ping&Mplex combination.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- c8c0c93 Add peer discovery/exchange working on top of request response also using reserved gossipsub topic. (#717)
- dbd84a1 Libp2p fix issues (#716) [ #2 ]
- 103e7e7 Merge pull request #713 from KomodoPlatform/libp2p-request-orderbook
- 0194d42 Remove send_msgs_to_peers used to repeat an order
- e99e2aa Remove ResponseOnRequestAnyPeer and ResponsesOnRequestPeers
- fb135cf Make request of orders optional on subscribe_to_ordermatch_topic()
- 035b697 Minor refactoring, fix atomicdex_behaviour tests
- 7b2c365 Minor optimization
- e8386b3 Rename request_peers to request_relays and request_any_peer to request_any_relay
- 280fab9 Refactor orderbook RPC call
- 5dabc4c Optimize and refactor orderbook requesting
- 7c6c4fa Add AdexBehaviour::RequestPeers and implement request_peers()
- ff31185 Replace AdexResponse within RequestAnyPeer::response_tx with ResponseOnRequestAnyPeer
- 88e8dd6 Optimize the orderbook:
- 8e9e783 Implement request_orderbook and process_get_orderbook_request
- cffb001 Add the test_process_order_keep_alive_requested_from_peer green test
- 764b5ca Fix the libp2p dependencies errors
- c230e17 Fix the PR issues
- a04f344 Wrap Ping behaviour to forcefully disconnect peer in case of ping error.
- 87c4e50 Merge pull request #711 from KomodoPlatform/libp2p-request-response
- 73484be Fix rustfmt warnings
- 90bf9bf Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 5f4e734 Refactor and fix clippy warnings
- 24e330b Add the process_get_order_request()
- 328fc78 Integrate the lp_network::request_any_peer() to the process_order_keep_alive()
- d10688f Return KeepAlive::Yes for GossipsubHandler. Try to put Ping before Gossipsub in AtomicDexBehaviour fields.
- d88692a Set KeepAlive::No for GossipsubHandler.
- 851782e Comment GossipsubEvent::Subscribed handling temporary.
- 1f7ad5e Log ping events. Investigate "Message over the maximum transmission limit was not sent.".
- 0132598 Fix test_request_response_none used ports
- 423e01b Add test_request_response_none green test
- c853e8e Add test_request_response_ok_three_peers green test
- e57271d Add the RequestResponseBehaviour events processing to lp_network
- e7cc7de Refactor RequestResponse implementation:
- ba4c257 Add Ping to AtomicDexBehavior.
- 65d1d96 Merge branch 'libp2p-gossip-sub-ordermatch' into libp2p-request-response
- 17713aa Add the AdexResponse and AdexBehaviourEvent
- c20fa57 Refact...
beta-2.0.2712
Changes:
- 91fcacc Fix max_taker_vol. Take min dex fee and KMD discount into account. #733 (#734)
- 15a225a Avoid long handling locks in electrum_request_to. Ensure server.version is sent first. [ #745 ]
- 5b70ff3 Qrc20 swap #621 (#735)
- 31d1803 Merge pull request #727 from KomodoPlatform/fix-qrc20-withdraw [ #721 ]
- 12433d1 Fix TransactionDetails is returned from QRC20 withdraw if req.max is true
- 7ee2184 Return order_type in buy/sell responses #725.
- 2d0c07e Add "max" max param to my_tx_history.
- ccf11f2 Qrc20 wallet only #621 (#672)
- a511b77 Fix macos build when latest clang is used #718 (#719)
- 20c8e11 Add and implement kmd_rewards_info RPC call #676 (#708)
See More
- 8c2bf3f Refactored seednode loop to tokio and async. (#631)
- e51a128 Ensure conf_settings are always set in MakerReserved message #702
- 6bf419c Fix tx history when cash address format is used #698 (#699)
- 912c517 Add cashaddress convert call #694 #693 #691 (#695)
- bda7a24 Add libMM2 for Linux/Windows #696 (#697)
- 8a284f0 Integrate Cargo Clippy and probably rustfmt into CI scripts #687 (#690)
- 08d013c Remove locked_by_swaps field from my_balance/electrum/enable #689
- 281d6ec Conf settings sync and locktimes optimization. (#682) [ #568, #659, #660 ]
- 03d9a90 Add 'is_mine' field to the orderbook response #669 (#688)
- 1bbffa4 Electrum server version #661 (#681)
- 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
- 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
- 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
- fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
- a4dce80 Remove ETOMIC, PIZZA and BEER coins
- 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
- cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
- f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
- 9006a9f Add cashaddress support #466 (#666)
- 3a9680f Do not include EstimateFeeMode to request if it is None #651
- 8496d71 Allow to set estimate_fee_mode in config #651
- 4f54c3c Update tx data in history after confirmation #652
- 369a2e2 Add Fraction MmNumber representation #649 (#650)
- e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
- cc20999 Save secret hash to additional OP_RETURN out #639
- 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
- 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
- 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
- b1b4c23 Add and implement metrics module #612 (#622)
- 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
- a00c286 Add batch requests support #637
- 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
- df95403 Prevent maker from processing request and connect messages twice.
- bb8578e Log the warning instead of panic on orders files removal error. #627
- 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
- aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
- 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
- 7d10c66 Electrum extended error msg #611 (#614)
- d7e666a Merge pull request #615 from KomodoPlatform/datetime
- 51dca04 Add MM_DATETIME into version output
- 9926eb1 Implement RPC sim_panic
- 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
- 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
- 21b8a57 Put Build and Push Docker Release image condition at right place #600
- 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
- fa12d28 Enable Github release back.
- f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
- 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
- a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
- 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
- e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
- 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
- 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
- 475bd46 Add requires_nota field to swaps data #591
- 922a8ed Fix WASM build.
- f0bc743 Add access to ISATTY for build script
- afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
- c82f84d Clean upload dir and recompile debug build on release stage #589
- b5ad65b Use boost link download from KomodoPlatform fork releases.
- 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
- e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
- 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
- a2d3c9a Add show_priv_key API #519
- bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
- 0f11b2d Add "requires_notarization" field to coins config #577
- 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
- e3bf6ab Use right target/debug dir for MacOS debug build upload.
- 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
- 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
- 8a7fd86 Fix docker_tests_runner after Rust update.
- 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
- cf4c4e6 Recommend Rust 2020-02-01 (1.41)
- fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
- da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
- 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
- bdfe38c Maker and taker now wait for theirs payments confirmation #580
- c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
- a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
- 401425c test_check_balance_on_order_post was false passing.
- 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
- f114ccb Fix tests.
- 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
- 20cda8c Fix tests.
- 546426b Fix ZEC support after Blossom upgrade #574
- a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
- d7937cc Fix NAV coin support #461
- 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
- 766d23e Reconnect to the seed when EOF is reached on read #569
- 7dcb678...