You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.