Skip to content

Release 1.0.0

Latest
Compare
Choose a tag to compare
@alekseysidorov alekseysidorov released this 01 Apr 10:18
· 5 commits to master since this release
afe4a6c
  • api::TransactionProof layout has been simplified.
  • All methods of the following traits became async: api::PublicApi, api::PrivateApi, sync::BitcoinRelay.
  • Public methods of the sync::AnchoringChainUpdateTask and sync::SyncWithBitcoinTask
    also became async. You need to use these methods inside the future executor like
    tokio or actix_rt.
  • btc_anchoring_sync utility has been moved to examples.