forked from centrifuge/centrifuge-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* connectors: Add POC `handle` extrinsic * xcm: Add AccountIdHash origin convert + dev 1013 * Fix Barrier, change handle API + dev spec 1015 * fixup * Add allowlist logic guarding `handle` * Implement and test Message::Transfer decoding * Clean up Message decoding * fixup! Add doc * Impl decoding for all message types * Test identity decode . encode property for all messages * Clean and improve all encoding / decoding tests * Dry message encoding with encoded_message * Use decode_be_bytes in Decode for Domain * Clean up imports * Decode message in handle * fmt * nix * Rename to_be to encode_be * Add weight fns for add_connector and handle * type alias for Message type in message tests * Doc Message enum * Use Account32Hash and drop custom AccountIdHash * Document Account32Hash * fix clippy * dev: spec_version 1016 * Option A * dev: spec_version 1017 * Bump development runtime cargo version * nix * Fix Domain codec issues with custom Codec trait * dev: spec_version 1018 * fmt * fix encoded_ethereum_xcm_add_pool * fmt
- Loading branch information
1 parent
6b46c39
commit d1f436e
Showing
10 changed files
with
383 additions
and
219 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.