-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(minor-axelar-wasm-std-derive): derive macro IntoEvent (#734)
Co-authored-by: Christian Gorenflo <[email protected]>
- Loading branch information
1 parent
7240b50
commit 780d7c3
Showing
8 changed files
with
364 additions
and
269 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
21 changes: 21 additions & 0 deletions
21
contracts/multisig-prover/src/testdata/proof_under_construction_is_serializable.golden
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,21 @@ | ||
{ | ||
"type": "proof_under_construction", | ||
"attributes": [ | ||
{ | ||
"key": "destination_chain", | ||
"value": "\"avalanche\"" | ||
}, | ||
{ | ||
"key": "payload_id", | ||
"value": "\"442440511db473dc80e1630be5e78133559e5af8027bb1cd6209fd8c5679381d\"" | ||
}, | ||
{ | ||
"key": "multisig_session_id", | ||
"value": "\"2\"" | ||
}, | ||
{ | ||
"key": "msg_ids", | ||
"value": "[{\"source_chain\":\"ethereum\",\"message_id\":\"some-id\"},{\"source_chain\":\"fantom\",\"message_id\":\"some-other-id\"}]" | ||
} | ||
] | ||
} |
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