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
andsync::SyncWithBitcoinTask
also became async. You need to use these methods inside the future executor like
tokio
oractix_rt
. btc_anchoring_sync
utility has been moved to examples.