-
Notifications
You must be signed in to change notification settings - Fork 126
Add decode command for event, message and constructor data decoding
#481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
31a35a1
add contract call data to debug log
agryaznov 1375fee
[REVERT!] some debug data to dig into an error
agryaznov e7df87f
save
agryaznov 9e5f387
Merge branch 'master' into ag-decode-command
agryaznov 1875e5d
decode cmd works for both event and message
agryaznov bbafb3b
remove some debugging prints
agryaznov 674574e
test fixed
agryaznov 1de752a
use util decode_hex()
agryaznov c101772
moved decode cmd to root (it's not an extrinsic)
agryaznov 85da815
e2e test for decoding message data
agryaznov eb759c8
add decoding event to the same e2e test
agryaznov ac80ff6
Merge branch 'master' into ag-decode-cmd
agryaznov 88ef5c9
Update src/cmd/decode.rs
agryaznov f6bc3c1
added constructor data decoder
agryaznov b3cdeab
Merge branch 'master' into ag-decode-cmd
agryaznov dec5cd4
ci fixes
agryaznov 1f24d5b
lil test update
agryaznov 03e4da9
Merge branch 'master' into ag-decode-cmd
agryaznov 49e04e5
Partially revert "lil test update" (mainfest fixes)
agryaznov 7f6ef5e
Build before test, and test --release
ascjones 068e052
Revert "Build before test, and test --release"
ascjones 6069a70
Move decode test to an integration test
ascjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
decode cmd works for both event and message
save: +output tuned +decoder for message data and specifier of type to DecodeCommand removed redundant args to decode cmd
- Loading branch information
commit 1875e5d1632d6309059b088dcb958e255e57a16e
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.