-
Notifications
You must be signed in to change notification settings - Fork 138
feat: refactor MsgEthereumTx with eth transaction #243
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 25 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
3e44d3c
feat: refactor MsgEthereumTx with eth transaction
yihuang a31f152
fix lint
yihuang fcb879e
feat: update go-ethereum to 1.16
yihuang 1eb0f14
fix: estimate gas missing fields for new tx type
yihuang 0769093
Merge branch 'fix-estimate-gas' into evm-msg-optim
yihuang 4b0dcd3
support eip-7702
yihuang 2cc9384
support eip-7702
yihuang 53884b7
update RPCTransaction
yihuang 86e8c2f
fix test
yihuang 78b4609
Merge branch 'geth-1-16' into evm-msg-optim
yihuang 684dc1a
use go-ethereum 1.16
yihuang 89f608b
fix lint
yihuang 3bfd875
revert dependency change
yihuang 2cde48e
add AuthorizationList EvmTxArgs
yihuang a3c363f
Merge branch 'main' into evm-msg-optim
yihuang a690408
revert dep change
yihuang 8deb2dc
go mod tidy
yihuang 027988f
support SetCodeTx in tests
yihuang 3998a41
add debug log for auth failure
yihuang 9164b47
support 7702 in rpc
yihuang bfc1f19
fix rpc for modern tx type
yihuang ffec51a
reuse receipt utility in backend
yihuang bcf3004
fix test
yihuang b22c725
fix test
yihuang f5cfdab
fix test
yihuang dad4d3a
Merge remote-tracking branch 'upstream/main' into evm-msg-optim
yihuang cfb32aa
fix tests
yihuang ca9ecfd
fix lint
yihuang 50fbb88
Merge branch 'main' into evm-msg-optim
yihuang 755bbb9
align tx_args with geth
yihuang 8540c9d
fix tests
yihuang 573afee
Merge branch 'main' into evm-msg-optim
yihuang 7b697ae
Merge remote-tracking branch 'upstream/main' into evm-msg-optim
yihuang 03496f6
fix lint
yihuang 5cd67ef
Merge branch 'main' into evm-msg-optim
67b4ecc
Merge branch 'main' into evm-msg-optim
40d3080
Merge branch 'main' into evm-msg-optim
yihuang c0a8c98
fix lint
yihuang 329dc42
rename symbol
yihuang efaf66b
wrap errors
yihuang 2dde23a
fix review suggestions
yihuang 549abc4
fix review suggestions
yihuang 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.