-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbc: remove Anchor type, which is now TxOut seal-specific
Signed-off-by: Dr Maxim Orlovsky <[email protected]>
- Loading branch information
1 parent
43e92a9
commit 5f23087
Showing
13 changed files
with
72 additions
and
383 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
rec AnchorOpretProof | ||
rec mmbProof, BundleProof | ||
map map, len 0..MAX8 | ||
is key, U32 | ||
bytes value, len 32 | ||
bytes mpcProtocol, len 32, aka ProtocolId | ||
rec mpcProof, MerkleProof | ||
enum method, Method, sha256t 0 | ||
is pos, U32 | ||
is cofactor, U16 | ||
list path, len 0..32 | ||
bytes element, len 32, aka MerkleHash | ||
is dbcProof, Unit, aka OpretProof | ||
bytes fallbackProof, len 1, aka ReservedBytes1 |
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.