-
Notifications
You must be signed in to change notification settings - Fork 111
feat: add evm call wrapper extrinsic to dispatcher pallet #1067
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 17 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
07dd930
WIP: add dispatch_batch_all_evm to pallet dispatcher
F3Joule 838d389
WIP: make wrapper extrinsic do single EVM call
F3Joule 83f9c18
Refactor batch to single evm call wrap
F3Joule 873d251
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule deea0a8
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule c697c1d
Implement pallet_evm::Call::call fail check in evm::runner
F3Joule 84d3e8c
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule 388bbe8
Revert redundant changes
F3Joule 27273c2
Add test for dispatch_evm_call
F3Joule 66c88ec
Change test case not to fail
F3Joule 6c40500
Add test for NotEvmCall error
F3Joule e33d6ee
Fix formatting
F3Joule a26795b
Fix tests build
F3Joule 45db02f
Apply suggestions from code review
F3Joule 46f65ae
Merge branch 'master' into feat/batch-evm
F3Joule 51d5cdf
Complete tests after logic changes
F3Joule e9c6a4b
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule c04a733
Revert unneeded changes after merge
F3Joule 7213fa0
Merge branch 'master' into feat/batch-evm
F3Joule 32546ab
Refactor dispatcher to store evm ExitReason instead of bool
F3Joule 503b693
Fix tests
F3Joule ab3fa7d
Fix formatting
F3Joule 82d6b26
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule 6863834
Clean up a code for a more neat look
F3Joule a416730
Fix code formatting
F3Joule 47df584
Fix test
F3Joule 705da1a
Merge branch 'master' into feat/batch-evm
F3Joule 8f69cb5
Merge branch 'master' into feat/batch-evm
F3Joule de1d2f6
Add benchmark for dispatch_evm_call
F3Joule 2dc39be
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule a9618fa
Make EVM origin guard accept complete and truncated account ids
F3Joule 018e7bd
Merge branch 'master' into feat/batch-evm
F3Joule cb41a0a
bump crates versions
F3Joule f653a25
Update pallets weights [ignore benchmarks]
F3Joule 844d02a
Partially revert committed weights
F3Joule 941d92c
Merge remote-tracking branch 'origin/master' into feat/batch-evm
F3Joule 154c05e
Merge branch 'master' into feat/batch-evm
mrq1911 05e5a3a
Merge branch 'master' into feat/batch-evm
F3Joule 452306a
Fix integration tests after merge
F3Joule 0ecb44e
Merge branch 'master' into feat/batch-evm
mrq1911 b525d69
runtime 338
mrq1911 826b23a
lock
mrq1911 25d0583
Optimize EnsureAddressTruncated
F3Joule b396f0e
Merge branch 'master' into feat/batch-evm
F3Joule 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
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
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.