Skip to content

Releases: KomodoPlatform/komodo-defi-framework

beta-2.0.2161: Fix tx history when cash address format is used #698 (#699)

10 Jul 11:52
6bf419c
Compare
Choose a tag to compare

Changes:

See More
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d...
Read more

beta-2.0.2156: Add cashaddress convert call #694 #693 #691 (#695)

09 Jul 16:06
912c517
Compare
Choose a tag to compare

Changes:

See More
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545...
Read more

beta-2.0.2151: Add libMM2 for Linux/Windows #696 (#697)

09 Jul 06:17
bda7a24
Compare
Choose a tag to compare

Changes:

  • bda7a24 Add libMM2 for Linux/Windows #696 (#697)
  • 8a284f0 Integrate Cargo Clippy and probably rustfmt into CI scripts #687 (#690)
  • 08d013c Remove locked_by_swaps field from my_balance/electrum/enable #689
  • 281d6ec Conf settings sync and locktimes optimization. (#682) [ #568, #659, #660 ]
  • 03d9a90 Add 'is_mine' field to the orderbook response #669 (#688)
  • 1bbffa4 Electrum server version #661 (#681)
  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
See More
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e...
Read more

beta-2.0.2128: Integrate Cargo Clippy and probably rustfmt into CI scripts #687 (#690)

06 Jul 08:01
8a284f0
Compare
Choose a tag to compare

Changes:

  • 8a284f0 Integrate Cargo Clippy and probably rustfmt into CI scripts #687 (#690)
  • 08d013c Remove locked_by_swaps field from my_balance/electrum/enable #689
  • 281d6ec Conf settings sync and locktimes optimization. (#682) [ #568, #659, #660 ]
  • 03d9a90 Add 'is_mine' field to the orderbook response #669 (#688)
  • 1bbffa4 Electrum server version #661 (#681)
  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
See More
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f...
Read more

beta-2.0.2105

30 Jun 00:30
Compare
Choose a tag to compare
beta-2.0.2105 Pre-release
Pre-release

Changes:

  • 08d013c Remove locked_by_swaps field from my_balance/electrum/enable #689
  • 281d6ec Conf settings sync and locktimes optimization. (#682) [ #568, #659, #660 ]
  • 03d9a90 Add 'is_mine' field to the orderbook response #669 (#688)
  • 1bbffa4 Electrum server version #661 (#681)
  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
See More
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f111 Port slurp
  • 20d0c17 Link with -latomic on Ra...
Read more

beta-2.0.2103: Conf settings sync and locktimes optimization. (#682)

29 Jun 07:17
281d6ec
Compare
Choose a tag to compare

Changes:

  • 281d6ec Conf settings sync and locktimes optimization. (#682) [ #568, #659, #660 ]
  • 03d9a90 Add 'is_mine' field to the orderbook response #669 (#688)
  • 1bbffa4 Electrum server version #661 (#681)
  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
See More
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f111 Port slurp
  • 20d0c17 Link with -latomic on Raspbian [ #501 ]
  • 718cfa9 Port my_swap_status and my_recent_swaps
  • 867fcd2...
Read more

beta-2.0.2088: Add 'is_mine' field to the orderbook response #669 (#688)

23 Jun 10:00
03d9a90
Compare
Choose a tag to compare

Changes:

  • 03d9a90 Add 'is_mine' field to the orderbook response #669 (#688)
  • 1bbffa4 Electrum server version #661 (#681)
  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
See More
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f111 Port slurp
  • 20d0c17 Link with -latomic on Raspbian [ #501 ]
  • 718cfa9 Port my_swap_status and my_recent_swaps
  • 867fcd2 Port save_my_taker_swap_event
  • d357c7c Port save_my...
Read more

beta-2.0.2078: Electrum server version #661 (#681)

22 Jun 10:01
1bbffa4
Compare
Choose a tag to compare

Changes:

  • 1bbffa4 Electrum server version #661 (#681)
  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
See More
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f111 Port slurp
  • 20d0c17 Link with -latomic on Raspbian [ #501 ]
  • 718cfa9 Port my_swap_status and my_recent_swaps
  • 867fcd2 Port save_my_taker_swap_event
  • d357c7c Port save_my_maker_swap_event
  • 29e5fb9 Merge branch 'mm2' into mm2-wip
  • bbbf39...
Read more

beta-2.0.2066: Fix compatibility by returning amount as decimal in get_trade_fee.

19 Jun 07:41
Compare
Choose a tag to compare

Changes:

  • 72073d3 Fix compatibility by returning amount as decimal in get_trade_fee. [ #683 ]
  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
See More
  • 8496d71 Allow to set estimate_fee_mode in config #651
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f111 Port slurp
  • 20d0c17 Link with -latomic on Raspbian [ #501 ]
  • 718cfa9 Port my_swap_status and my_recent_swaps
  • 867fcd2 Port save_my_taker_swap_event
  • d357c7c Port save_my_maker_swap_event
  • 29e5fb9 Merge branch 'mm2' into mm2-wip
  • bbbf39d Port lp_connect_start_bob
  • 93610a3...
Read more

beta-2.0.2055: Refactor balance checks upon order creation and swap start #630 (#671)

17 Jun 07:35
5fd0e96
Compare
Choose a tag to compare

Changes:

  • 5fd0e96 Refactor balance checks upon order creation and swap start #630 (#671)
  • 5f4d732 Use MORTY for get_tx_details_coinbase_transaction test (VRSC is down).
  • fa1294a Merge pull request #674 from KomodoPlatform/remove-etomic [ #657 ]
  • a4dce80 Remove ETOMIC, PIZZA and BEER coins
  • 027db75 Change time_offset of NetworkInfo to i64 as it can be negative #673
  • cf78017 Add 10% to average gas price from station, but no less than 1 gwei #667
  • f2d1603 Use MTP as tx lock time for KMD interest claim #593 (#658)
  • 9006a9f Add cashaddress support #466 (#666)
  • 3a9680f Do not include EstimateFeeMode to request if it is None #651
  • 8496d71 Allow to set estimate_fee_mode in config #651
See More
  • 4f54c3c Update tx data in history after confirmation #652
  • 369a2e2 Add Fraction MmNumber representation #649 (#650)
  • e1dac77 Taker swap is not recoverable when MakerPaymentWaitConfirmFailed #647
  • cc20999 Save secret hash to additional OP_RETURN out #639
  • 96c3641 Add gas price to gas estimation request on ETH/ERC20 withdraw #643
  • 584397d Add get_addr_nonce 30 seconds timeout to withdraw_impl #644
  • 51dc0a7 Build Github release using Ubuntu 16.04 Docker image #624 (#642)
  • b1b4c23 Add and implement metrics module #612 (#622)
  • 735eddf Use secret hash directly if it's available in maker swap recover funds [ #641 ]
  • a00c286 Add batch requests support #637
  • 57509c9 Broadcast the message when previous order is cancelled on set price. [ #635 ]
  • df95403 Prevent maker from processing request and connect messages twice.
  • bb8578e Log the warning instead of panic on orders files removal error. #627
  • 0ef0212 Stop swaps on "stop" RPC call. Add swaps file locks. #626 (#628)
  • aee8d84 Use non-final sequence to fix send_maker_refunds_payment #544
  • 02f1ff6 Use relay fee if dyn. fee < relay fee if force_min_relay_fee is true #617 (#619)
  • 7d10c66 Electrum extended error msg #611 (#614)
  • d7e666a Merge pull request #615 from KomodoPlatform/datetime
  • 51dca04 Add MM_DATETIME into version output
  • 9926eb1 Implement RPC sim_panic
  • 9826e57 Make MmNumber a wrapper of BigRation #608 (#613)
  • 34dd28d Add match_by and order_type fields to buy/sell methods #606 #607
  • 21b8a57 Put Build and Push Docker Release image condition at right place #600
  • 953ff17 Try to use Azure Pipelines task to build and push docker release image #600
  • fa12d28 Enable Github release back.
  • f1d096d Build and push official MM2 image to Docker Hub #600 (#605)
  • 9884f18 Fix UTXO get_tx_details_by_hash fails on coinbase transactions. #587 (#604)
  • a7f428a Disallow creation of orders with base or rel volume < 0.00777 #481
  • 2c4bec8 .gitignore "/coins because "coins" also ignores coins crate dir which is unwanted.
  • e01d8ac Add list_banned_pubkeys and unban_pubkeys APIs #597
  • 3dd9de2 Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await #592 (#596)
  • 798b5a1 Merge pull request #595 from KomodoPlatform/mm2-gstuff
  • 475bd46 Add requires_nota field to swaps data #591
  • 922a8ed Fix WASM build.
  • f0bc743 Add access to ISATTY for build script
  • afd2148 Upload binaries to existing release if they were not uploaded #589 (#594)
  • c82f84d Clean upload dir and recompile debug build on release stage #589
  • b5ad65b Use boost link download from KomodoPlatform fork releases.
  • 9711b7f Add required_confirmations, require_notarization to enable/electrum [ #586 ]
  • e82af51 Increase a hardcoded UTXO swap tx spend size to 305, use kilobyte size = 1000 #588
  • 3ef17e6 Increase a hardcoded UTXO swap tx spend size to 305 #588
  • a2d3c9a Add show_priv_key API #519
  • bbaf7da Use dynamic fee for coins with txfee:0, use 1000 sat if txfee is not set #493
  • 0f11b2d Add "requires_notarization" field to coins config #577
  • 0c98ca3 Ensure that Release stage does not run if Build stage failed. (#585)
  • e3bf6ab Use right target/debug dir for MacOS debug build upload.
  • 3384bf2 Setup automatic Github release publishing on mm2 branch. (#584)
  • 5f079ef Add #![allow(uncommon_codepoints)] to suppress warnings.
  • 8a7fd86 Fix docker_tests_runner after Rust update.
  • 00bfd6b Merge pull request #583 from KomodoPlatform/mm2-rust
  • cf4c4e6 Recommend Rust 2020-02-01 (1.41)
  • fba4fdf Add MakerPaymentWaitRefundStarted and TakerPaymentWaitRefundStarted swap events #582
  • da8a0bf Fix tests by using Infura for ETH Ropsten testnet.
  • 79ab7eb Resolve Electrum servers IP every time (re)connection is required #558
  • bdfe38c Maker and taker now wait for theirs payments confirmation #580
  • c9ebeb1 Pin libtorrent version to 1.2.2 as tests start to fail after 1.2.3 was released #581
  • a5fa0e7 Wait for swap payments confirmations longer. Emit new event in case of error #579 #580
  • 401425c test_check_balance_on_order_post was false passing.
  • 5a79d61 Fix tests by using RICK/MORTY instead of BEER/PIZZA.
  • f114ccb Fix tests.
  • 555b51d Allow withdraw of UTXO coins to P2SH addresses if segwit flag == true [ #506 ]
  • 20cda8c Fix tests.
  • 546426b Fix ZEC support after Blossom upgrade #574
  • a900fc6 Ban pubkey until restart in case of swap failure by other's side fault [ #571 ]
  • d7937cc Fix NAV coin support #461
  • 3ac871d Drop the connection to seed if no data was received in 30 seconds #569
  • 766d23e Reconnect to the seed when EOF is reached on read #569
  • 7dcb678 Avoid the coins block_on
  • ce65f31 Use dashboard to track waiting for ETH tx confirmations
  • fbb5cba Edit DuplexMutex description [ #561 ]
  • 79165cb Track status deadlines and start dashboard thread [ #561 ]
  • 7be380b Remove references from StatusHandle [ #561 ]
  • 8801999 Merge branch 'mm2' of github.com:KomodoPlatform/atomicDEX-API into mm2
  • 71aa3d0 Skip errors when requesting ETH address nonce #560
  • 841f82e Bump the demo version
  • 737ae6e Port "orderbook"
  • 1c24cdd Add MM_CONF_PATH and MM_COINS_PATH env to set conf and coins location. [ #562 ]
  • c5c9a57 Increase the WAIT_CONFIRM_INTERVAL as it was set to 1 for debugging [ #561 ]
  • 0b9e5d3 Make account optional in ListTransactionsItem as it might be missing [ #563 ]
  • 2c9424d Log the fallback server error message [ #564 ]
  • 4b1b30d Clear hf_poll earlier in order not to poll twice [ #564 ]
  • 8e3e545 Tune trade_base_rel_electrum up to "orderbook"
  • 1c01d1e Preserve the knowledge of the QEMU/Raspbian build
  • f66f111 Port slurp
  • 20d0c17 Link with -latomic on Raspbian [ #501 ]
  • 718cfa9 Port my_swap_status and my_recent_swaps
  • 867fcd2 Port save_my_taker_swap_event
  • d357c7c Port save_my_maker_swap_event
  • 29e5fb9 Merge branch 'mm2' into mm2-wip
  • bbbf39d Port lp_connect_start_bob
  • 93610a3 Cancel the maker order when available balance < 0.00777 #554
  • 5df6b04...
Read more