Exonum 0.9 "Halmahera Boobook"
Breaking changes
-
The anchoring chain observer logic has been moved to the
before_commitstage. (#131)
Thus additional thread in the public api handler has been no longer used.
Thus nowanchoring-observer-check-intervalis measured in blocks instead of milliseconds. -
The anchoring API has been ported to the new
actix-webbackend. (#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-txidcontains
output to the anchoring address. (#130)