Releases: KomodoPlatform/komodo-defi-framework
Releases · KomodoPlatform/komodo-defi-framework
beta-2.1.3126: Add unspendable_balance to my_balance, electrum, enable RPC calls (#837)
Pre-release
Changes:
- a5e7af4 Add unspendable_balance to my_balance, electrum, enable RPC calls (#837)
- 9670720 Use ordered_mature_unspents as list_unspent_ordered for QtumCoin. (#836)
- dbd3a1b Merge pull request #834 from KomodoPlatform/electrum-enable-mature-confirmations
- c42d027 Add 'mature_confirmations' field to the 'electrum' and 'enable' RPC responses
- bf975ca Merge pull request #832 from KomodoPlatform/mm2.1-buy-sell-min-volume [ #825 ]
- 65929c4 Add min_volume arg to buy and sell RPCs.
- e9b8f13 Use H256Json as an argument for get_block. #828 (#831)
- d5bb73f Add TxFee::FixedPerKb and use it for DOGE. #829 (#830)
- 0457a74 Few additions to dex fee validation (#827)
- a96e698 Fix bad-txns-nonfinal on UTXO HTLC refunds. #544 (#822)
See More
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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 relay...
beta-2.1.3117
Changes:
- dbd3a1b Merge pull request #834 from KomodoPlatform/electrum-enable-mature-confirmations
- c42d027 Add 'mature_confirmations' field to the 'electrum' and 'enable' RPC responses
- bf975ca Merge pull request #832 from KomodoPlatform/mm2.1-buy-sell-min-volume [ #825 ]
- 65929c4 Add min_volume arg to buy and sell RPCs.
- e9b8f13 Use H256Json as an argument for get_block. #828 (#831)
- d5bb73f Add TxFee::FixedPerKb and use it for DOGE. #829 (#830)
- 0457a74 Few additions to dex fee validation (#827)
- a96e698 Fix bad-txns-nonfinal on UTXO HTLC refunds. #544 (#822)
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
See More
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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 conne...
beta-2.1.3110: Merge pull request #832 from KomodoPlatform/mm2.1-buy-sell-min-volume
Pre-release
Changes:
- bf975ca Merge pull request #832 from KomodoPlatform/mm2.1-buy-sell-min-volume [ #825 ]
- 65929c4 Add min_volume arg to buy and sell RPCs.
- e9b8f13 Use H256Json as an argument for get_block. #828 (#831)
- d5bb73f Add TxFee::FixedPerKb and use it for DOGE. #829 (#830)
- 0457a74 Few additions to dex fee validation (#827)
- a96e698 Fix bad-txns-nonfinal on UTXO HTLC refunds. #544 (#822)
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
See More
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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 In...
beta-2.1.3106: Use H256Json as an argument for get_block. #828 (#831)
Changes:
- e9b8f13 Use H256Json as an argument for get_block. #828 (#831)
- d5bb73f Add TxFee::FixedPerKb and use it for DOGE. #829 (#830)
- 0457a74 Few additions to dex fee validation (#827)
- a96e698 Fix bad-txns-nonfinal on UTXO HTLC refunds. #544 (#822)
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
See More
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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...
beta-2.1.3097: Add TxFee::FixedPerKb and use it for DOGE. #829 (#830)
Changes:
- d5bb73f Add TxFee::FixedPerKb and use it for DOGE. #829 (#830)
- 0457a74 Few additions to dex fee validation (#827)
- a96e698 Fix bad-txns-nonfinal on UTXO HTLC refunds. #544 (#822)
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
See More
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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...
beta-2.1.3084: Few additions to dex fee validation (#827)
Changes:
- 0457a74 Few additions to dex fee validation (#827)
- a96e698 Fix bad-txns-nonfinal on UTXO HTLC refunds. #544 (#822)
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
See More
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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...
beta-2.1.3082: Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
Pre-release
Changes:
- 1be7cb5 Merge pull request #824 from KomodoPlatform/fix-max-taker-vol
- faa428b Fix max_taker_vol_from_available
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
See More
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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 'm...
beta-2.1.3068
Changes:
- 64f41f3 Fix clippy.
- 375bb56 Do not process zero or hashed_null_node pair trie roots. [ #807 ]
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
See More
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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...
beta-2.1.3066: Hot fix. Stop gossipsub polling_fut when stopping mm2.
Changes:
- 0f36d9b Hot fix. Stop gossipsub polling_fut when stopping mm2.
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
See More
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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 l...
beta-2.1.3061
Changes:
- fe47030 Add index for started_at in stats_swaps #819
- f386038 Hot fix. Wrap SQLite connection into mutex #818
- 6649b38 Hot fix. Return 0 from max_taker_vol if balance is not sufficient.
- e423b05 Allow to request orderbook without coins activation #670 (#817)
- 0096384 Fix GRS tx signing and hash calculation #460 (#815)
- 76c2f7b Pass coin dust to dex fee amount (#813)
- 0734e7a Fix the balance checking at the start of swap (#812)
- 0a46839 Index swap statistics to SQLite database #799 (#809)
- 3460d79 Move wait_log_re!(mm_bob, 22., "INFO Listening on") upper.
- 5ef6942 Remove bch0.kister.net:50001 from test_withdraw_cashaddress.
See More
- 241d54b Return M/TakerSwapEvent instead of the error to avoid panic #810
- 45f3a7a Sort asks (best last) and bids (best first) in orderbook response. [ #457 ]
- c487e58 Cancel previous order before balance checks on setprice #794
- 12cf6a0 Add UTXO-specific estimate_fee_blocks param to coins file #656 (#804)
- 25272e5 Mm2.1 refactor get trade fee (#797)
- 9dc6aea Fix FIRO verbose tx deserialization #772
- 7fe96eb Merge pull request #800 from KomodoPlatform/mm2.1-all-swaps-uuids-by-filter [ #785 ]
- b8180f5 Add all_swaps_uuids_by_filter RPC.
- 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.
- 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 th...