Skip to content

Releases: KomodoPlatform/komodo-defi-framework

beta-2.1.3014

03 Feb 09:00
Compare
Choose a tag to compare
beta-2.1.3014 Pre-release
Pre-release

Changes:

See More
  • 014c4ea Add page_number to my_tx_history and my_recent_swaps. Add active_swaps RPC. [ #780, #781 ]
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
  • 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 ...
Read more

beta-2.1.3011: Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)

02 Feb 12:07
12cf6a0
Compare
Choose a tag to compare

Changes:

See More
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
  • 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...
Read more

beta-2.1.2986

30 Jan 00:40
Compare
Choose a tag to compare
beta-2.1.2986 Pre-release
Pre-release

Changes:

See More
  • 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.
  • 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...
Read more

beta-2.1.2984

29 Jan 12:48
7fe96eb
Compare
Choose a tag to compare
beta-2.1.2984 Pre-release
Pre-release

Changes:

See More
  • 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.
  • 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 w...
Read more

beta-2.1.2978: Additional filters support in my_recent_swaps #784. (#796)

28 Jan 11:43
9d9cd70
Compare
Choose a tag to compare

Changes:

  • 9d9cd70 Additional filters support in my_recent_swaps #784. (#796)
  • 3cc42ed Merge QRC20 Native Mode into mm2.1 (#786) [ #779 ]
  • 7b510fb Remove C code completely. Refactor ordermatching logs. #773 #767 (#776)
  • 233b5a4 Make the TxFeeDetails tagged #782 (#783)
  • 014c4ea Add page_number to my_tx_history and my_recent_swaps. Add active_swaps RPC. [ #780, #781 ]
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
See More
  • 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.
  • 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
  • cff...
Read more

beta-2.1.2940: Merge QRC20 Native Mode into mm2.1 (#786)

18 Jan 08:23
3cc42ed
Compare
Choose a tag to compare

Changes:

  • 3cc42ed Merge QRC20 Native Mode into mm2.1 (#786) [ #779 ]
  • 7b510fb Remove C code completely. Refactor ordermatching logs. #773 #767 (#776)
  • 233b5a4 Make the TxFeeDetails tagged #782 (#783)
  • 014c4ea Add page_number to my_tx_history and my_recent_swaps. Add active_swaps RPC. [ #780, #781 ]
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
See More
  • 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.
  • 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 ...
Read more

beta-2.1.2894: Remove C code completely. Refactor ordermatching logs. #773 #767 (#776)

29 Dec 11:52
7b510fb
Compare
Choose a tag to compare

Changes:

  • 7b510fb Remove C code completely. Refactor ordermatching logs. #773 #767 (#776)
  • 233b5a4 Make the TxFeeDetails tagged #782 (#783)
  • 014c4ea Add page_number to my_tx_history and my_recent_swaps. Add active_swaps RPC. [ #780, #781 ]
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
See More
  • 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.
  • 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...
Read more

beta-2.1.2892: Make the TxFeeDetails tagged #782 (#783)

29 Dec 07:21
233b5a4
Compare
Choose a tag to compare

Changes:

  • 233b5a4 Make the TxFeeDetails tagged #782 (#783)
  • 014c4ea Add page_number to my_tx_history and my_recent_swaps. Add active_swaps RPC. [ #780, #781 ]
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
See More
  • 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.
  • 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...
Read more

beta-2.1.2883

26 Dec 14:24
Compare
Choose a tag to compare
beta-2.1.2883 Pre-release
Pre-release

Changes:

  • 014c4ea Add page_number to my_tx_history and my_recent_swaps. Add active_swaps RPC. [ #780, #781 ]
  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
See More
  • 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.
  • 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...
Read more

beta-2.1.2857: Fix the maker recover funds RPC call #774 (#775)

17 Dec 08:03
c6cf54a
Compare
Choose a tag to compare

Changes:

  • c6cf54a Fix the maker recover funds RPC call #774 (#775)
  • 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.
See More
  • 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
  • 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 w...
Read more