Skip to content

0.11.0

Compare
Choose a tag to compare
@comit-botty-mc-botface comit-botty-mc-botface released this 11 Aug 13:34
9c688cf

Changed

  • Update from Monero v0.17.2.0 to Monero v0.18.0.0
  • Change Monero nodes to Rino tool nodes
  • Always write logs as JSON to files
  • Change to UTC time for log messages, due to a bug causing no logging at all to be printed (linux/macos), and an unsoundness issue with local time in the time crate
  • Fix potential integer overflow in ASB when calculating maximum Bitcoin amount for Monero balance
  • Reduce Monero locking transaction fee amount from 0.000030 to 0.000016 XMR, which is still double the current median fee as reported at monero.how

Added

  • Adjust quote based on Bitcoin balance.
    If the max_buy_btc in the ASB config is higher than the available balance to trade, it will return the max available balance discounting the Monero locking fees. In the case the balance is lower than the min_buy_btc config it will return 0 to the CLI. If the ASB returns a quote of 0 the CLI will not allow you continue with a trade.
  • Reduce required confirmations for Bitcoin transactions from 2 to 1
  • Both the ASB and CLI now support the Identify protocol. This makes its version and network (testnet/mainnet) avaliable to others
  • Display minimum BTC deposit required to cover the minimum quantity plus fee in the Swap CLI
  • Swap CLI will check its monero-wallet-rpc version and remove it if it's older than Fluorine Fermi (0.18)