-
Notifications
You must be signed in to change notification settings - Fork 758
handle nonce for eth tx #1707
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
handle nonce for eth tx #1707
Changes from 11 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3c49004
check evm nonce when converting transaction
ermalkaleci 3e79f88
custom check_nonce to deal with evm nonce
ermalkaleci a6c7e6a
support tx valid_until
ermalkaleci 415909f
update ts-tests
ermalkaleci 038f207
Merge remote-tracking branch 'origin/master' into check_evm_nonce
ermalkaleci caeb698
increment nonce on pre_dispatch for ethereum transactions
ermalkaleci 434cc90
rename var
ermalkaleci fb15182
read skip_nonce_incremental once
ermalkaleci 956de86
refactor nonce incremental
ermalkaleci a324af4
fix inc_nonce order
ermalkaleci 4fe6eed
remove transactional for create predeploy and nft
ermalkaleci dcc8b88
merge master
zjb0807 faf62f4
use post_dispatch to make sure nonce is increased
zjb0807 61a8571
update ts-tests
zjb0807 9e26fe6
remove post_dispatch
zjb0807 d7c5732
Update runtime/common/src/check_nonce.rs
zjb0807 bac35ef
Apply review suggestions
zjb0807 c1fd996
Apply review suggestions
zjb0807 f9f861e
fix tests
zjb0807 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.