Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

0.7.0

Latest
Compare
Choose a tag to compare
@bonomat bonomat released this 30 Sep 05:55
· 189 commits to master since this release
902b276

Added

  • Support for /itchysats/rollover/3.0.0. This fixes a bug where inverse payout curves where capped at double the value of the initial price.
  • Support for /itchysats/collab-settlement/2.0.0. This fixes a bug where inverse payout curves where capped at double the value of the initial price.
  • Support for /itchysats/order/2.0.0. This fixes a bug where inverse payout curves where capped at double the value of the initial price.
  • Configurable peer id block list. Peer IDs can be added to blocked_peers.toml, stored in the data directory. The
    format is expected to be a simple TOML array of peer ID strings.

Changed

  • Breaking change: with bdk>0.20 key derivations will take into account the network, i.e. for mainnet it uses m/84'/0'/0' and for testnet/regtest it uses m/84'/1'/0'. This was caused by bitcoindevkit/bdk#585. If you want to withdraw your testnet funds make sure to use the withdraw functionality prior upgrading to a different wallet or return them to the faucet. Existing mainnet wallets are not affected.
  • Breaking change: Rename --umbrel-seed to --app-seed. Integration with Umbrel and other environments might be affected. This is unlikely to affect regular users, as this parameter is not used outside such environments.
  • Breaking change: Specify the maker port of libp2p connection instead of legacy connection (only relevant if port was specified manually; port should be incremented by 1)
  • Drop support for /itchysats/rollover/1.0.0.
  • Deprecate /itchysats/rollover/2.0.0.
  • Deprecate /itchysats/collab-settlement/1.0.0.
  • Deprecate /itchysats/order/1.0.0.

Added

  • Replaced basic-authentication with cookie-based authentication for taker-ui. The default password if no password is provided via the cli is weareallsatoshi. Once logged in, the user is requested to change the password.