-
Notifications
You must be signed in to change notification settings - Fork 21.5k
eth/tracers: fix the issue of panic in prestate with diffmode #25957
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
holiman
merged 8 commits into
ethereum:master
from
jsvisa:bugfix/prestate-panic-if-contract-missing
Oct 12, 2022
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
9eb7942
eth/tracers: fix the issue of created address maybe not exists
jsvisa e3df874
eth/tracers/internal: use tx.UnmarshalBinary to support typed tx decode
jsvisa 5e2ddff
eth/tracers/internal: set BaseFee
jsvisa 255bbf4
eth/tracers/internal: add create failed testcase
jsvisa b8e3bc0
eth/tracers: more readable code
jsvisa fdab1a2
Update eth/tracers/internal/tracetest/prestate_test.go
holiman c755a7a
Update eth/tracers/internal/tracetest/calltrace_test.go
holiman 52bb09f
eth/tracers/internal/tracetest: go format
holiman 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
94 changes: 94 additions & 0 deletions
94
eth/tracers/internal/tracetest/testdata/prestate_tracer_with_diff_mode/create_failed.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| { | ||
| "genesis": { | ||
| "baseFeePerGas": "51088069741", | ||
| "difficulty": "14315558652874667", | ||
| "extraData": "0xd883010a10846765746888676f312e31362e35856c696e7578", | ||
| "gasLimit": "30058590", | ||
| "hash": "0xdf6b95183f99054fb6541e3b482c0109c9f6be40553cff24efa3ac76736adbf5", | ||
| "miner": "0xb7e390864a90b7b923c9f9310c6f98aafe43f707", | ||
| "mixHash": "0x8d76b0d32e42ab277dbf00836eabef76674cd70ae2bb53718175069ad6b6147e", | ||
| "nonce": "0x8d3a1c010ad2c687", | ||
| "number": "14707767", | ||
| "stateRoot": "0x8a50c896a6f7eb1f3479337db981fa10ce316281cb4dd2f07487be9ca27dae6b", | ||
| "timestamp": "1651623275", | ||
| "alloc": { | ||
| "0x0000000000000000000000000000000000000000": { | ||
| "balance": "0x268fd0b894b8c4f6d1f" | ||
| }, | ||
| "0x13b152c9f50878ffaf3de41e192653bda545d889": { | ||
| "balance": "0x0", | ||
| "nonce": "1", | ||
| "code": "0x363d3d373d3d3d363d73059ffafdc6ef594230de44f824e2bd0a51ca5ded5af43d82803e903d91602b57fd5bf3" | ||
| }, | ||
| "0x808b4da0be6c9512e948521452227efc619bea52": { | ||
| "balance": "0x2cdb96c56db040b43", | ||
| "nonce": "1223932" | ||
| }, | ||
| "0x8f03f1a3f10c05e7cccf75c1fd10168e06659be7": { | ||
| "balance": "0x38079b28689d40240e", | ||
| "nonce": "44" | ||
| }, | ||
| "0xffa397285ce46fb78c588a9e993286aac68c37cd": { | ||
| "balance": "0x0", | ||
| "nonce": "747319", | ||
| "code": "0x608060405234801561001057600080fd5b50600436106100365760003560e01c8063b97a23191461003b578063fb90b3201461006f575b600080fd5b6100436100bd565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6100bb6004803603604081101561008557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506100e1565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008282604051602001808373ffffffffffffffffffffffffffffffffffffffff1660601b815260140182815260200192505050604051602081830303815290604052805190602001209050600061015960008054906101000a900473ffffffffffffffffffffffffffffffffffffffff168361024d565b90508073ffffffffffffffffffffffffffffffffffffffff166319ab453c856040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff168152602001915050600060405180830381600087803b1580156101c457600080fd5b505af11580156101d8573d6000803e3d6000fd5b505050507fa35ea2cc726861482a50a162c72aad60965cc64641d419cd4d675036238b52048185604051808373ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff1681526020019250505060405180910390a150505050565b6000808360601b90506040517f3d602d80600a3d3981f3363d3d373d3d3d363d7300000000000000000000000081528160148201527f5af43d82803e903d91602b57fd5bf300000000000000000000000000000000006028820152836037826000f5925050509291505056fea2646970667358221220c87b2492828fdd7dad3175a32a98ff07fc0eedf106536f2eddd9a016971c56a764736f6c63430007050033", | ||
| "storage": { | ||
| "0x0000000000000000000000000000000000000000000000000000000000000000": "0x000000000000000000000000059ffafdc6ef594230de44f824e2bd0a51ca5ded" | ||
| } | ||
| } | ||
| }, | ||
| "config": { | ||
| "chainId": 1, | ||
| "homesteadBlock": 1150000, | ||
| "daoForkBlock": 1920000, | ||
| "daoForkSupport": true, | ||
| "eip150Block": 2463000, | ||
| "eip150Hash": "0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0", | ||
| "eip155Block": 2675000, | ||
| "eip158Block": 2675000, | ||
| "byzantiumBlock": 4370000, | ||
| "constantinopleBlock": 7280000, | ||
| "petersburgBlock": 7280000, | ||
| "istanbulBlock": 9069000, | ||
| "muirGlacierBlock": 9200000, | ||
| "berlinBlock": 12244000, | ||
| "londonBlock": 12965000, | ||
| "arrowGlacierBlock": 13773000, | ||
| "grayGlacierBlock": 15050000, | ||
| "terminalTotalDifficultyPassed": true, | ||
| "ethash": {} | ||
| } | ||
| }, | ||
| "context": { | ||
| "number": "14707768", | ||
| "difficulty": "14322823549655084", | ||
| "timestamp": "1651623279", | ||
| "gasLimit": "30029237", | ||
| "miner": "0x8f03f1a3f10c05e7cccf75c1fd10168e06659be7" | ||
| }, | ||
| "input": "0x02f8b4018312acfc8459682f00851a46bcf47a8302b1a194ffa397285ce46fb78c588a9e993286aac68c37cd80b844fb90b3200000000000000000000000002a549b4af9ec39b03142da6dc32221fc390b553300000000000000000000000000000000000000000000000000000000000cb3d5c001a03002079d2873f7963c4278200c43aa71efad262b2150bc8524480acfc38b5faaa077d44aa09d56b9cf99443c7f55aaad1bbae9cfb5bbb9de31eaf7a8f9e623e980", | ||
| "tracerConfig": { | ||
| "diffMode": true | ||
| }, | ||
| "result": { | ||
| "pre": { | ||
| "0x808b4da0be6c9512e948521452227efc619bea52": { | ||
| "balance": "0x2cdb96c56db040b43", | ||
| "nonce": 1223932 | ||
| }, | ||
| "0x8f03f1a3f10c05e7cccf75c1fd10168e06659be7": { | ||
| "balance": "0x38079b28689d40240e", | ||
| "nonce": 44 | ||
| } | ||
| }, | ||
| "post": { | ||
| "0x808b4da0be6c9512e948521452227efc619bea52": { | ||
| "balance": "0x2cd72a36dd031f089", | ||
| "nonce": 1223933 | ||
| }, | ||
| "0x8f03f1a3f10c05e7cccf75c1fd10168e06659be7": { | ||
| "balance": "0x38079c19423e44b30e" | ||
| } | ||
| } | ||
| } | ||
| } |
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.