Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
cb1f6bdb
Unverified
Commit
cb1f6bdb
authored
Mar 07, 2023
by
Guruprasad Kamath
Committed by
GitHub
Mar 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/evm: correct `alloc` for `t8n` testdata (#26822)
Fixes a minor error in the testdata
parent
39be753b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
env.json
cmd/evm/testdata/9/env.json
+1
-1
readme.md
cmd/evm/testdata/9/readme.md
+2
-2
No files found.
cmd/evm/testdata/9/env.json
View file @
cb1f6bdb
{
{
"currentCoinbase"
:
"0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
,
"currentCoinbase"
:
"0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
,
"currentDifficulty"
:
"0x20000"
,
"currentDifficulty"
:
"0x20000"
,
"currentGas
Targe
t"
:
"0x1000000000"
,
"currentGas
Limi
t"
:
"0x1000000000"
,
"currentBaseFee"
:
"0x3B9ACA00"
,
"currentBaseFee"
:
"0x3B9ACA00"
,
"currentNumber"
:
"0x1000000"
,
"currentNumber"
:
"0x1000000"
,
"currentTimestamp"
:
"0x04"
"currentTimestamp"
:
"0x04"
...
...
cmd/evm/testdata/9/readme.md
View file @
cb1f6bdb
...
@@ -44,10 +44,10 @@ $ dir=./testdata/9 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.jso
...
@@ -44,10 +44,10 @@ $ dir=./testdata/9 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.jso
"nonce": "0x1"
"nonce": "0x1"
},
},
"0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba": {
"0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba": {
"balance": "0x
bfc02677a00
0"
"balance": "0x
5bb10ddef6e
0"
},
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b": {
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b": {
"balance": "0xff
104fcfea780
0",
"balance": "0xff
745ee883212
0",
"nonce": "0x2"
"nonce": "0x2"
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment