Skip to content

Exonum 0.9 "Halmahera Boobook"

Choose a tag to compare

@alekseysidorov alekseysidorov released this 20 Jul 10:08
ca2d211

Breaking changes

  • The anchoring chain observer logic has been moved to the before_commit stage. (#131)
    Thus additional thread in the public api handler has been no longer used.
    Thus now anchoring-observer-check-interval is measured in blocks instead of milliseconds.

  • The anchoring API has been ported to the new actix-web backend. (#132)
    Some of API endpoints have been changed, you can see updated API description in
    the documentation.

Internal improvements

  • Added check that funding transaction in anchoring-funding-txid contains
    output to the anchoring address. (#130)