-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] move events module to sbtc crate (#1144)
* move events module to sbtc crate * remove unnecessary structs from model.rs * fix imports in tests * move to another BitcoinBlockHash type * switch to another BitcoinTxId type * switch from StacksBlockId to StacksBlockHash * switch from ScriptBuf to ScriptPubKey * StacksTxid to StacksTxId * use less types from sbtc * revert BurnchainHeaderHash usage * Conversion between sbtc and signer StacksTxid * fmt * use new types in tests * make inners in wrappers back private * remove conversions from signer to sbtc types * switch to local stacks principal * prettify imports and cargo fmt * starting switching all conversions to .into() * switching conversions to .into() in more places * add local KeyRotationEvent
- Loading branch information
Showing
13 changed files
with
326 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.