Skip to content

0.7.0

Compare
Choose a tag to compare
@comit-botty-mc-botface comit-botty-mc-botface released this 28 May 07:58
4a5e9d4

Fixed

  • An issue where long-running connections are dead without a connection closure being reported back to the swarm.
    Adding a periodic ping ensures that the connection is kept alive, and a broken connection is reported back resulting in a close event on the swarm.
    This fixes the error of the ASB being unable to send a transfer proof to the CLI.
  • An issue where ASB Bitcoin withdrawal can be done to an address on the wrong network.
    A network check was added that compares the wallet's network against the network of the given address when building the transaction.