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
7f756dc1
Unverified
Commit
7f756dc1
authored
Jul 18, 2023
by
Pierre Grimaud
Committed by
GitHub
Jul 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/evm/testdata: fix typos in docs (#27742)
parent
e86ad526
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
readme.md
cmd/evm/testdata/3/readme.md
+1
-1
readme.md
cmd/evm/testdata/4/readme.md
+1
-1
readme.md
cmd/evm/testdata/8/readme.md
+1
-1
readme.md
cmd/evm/testdata/9/readme.md
+1
-1
No files found.
cmd/evm/testdata/3/readme.md
View file @
7f756dc1
These files exemplify a transition where a transaction (excuted on block 5) requests
These files exemplify a transition where a transaction (ex
e
cuted on block 5) requests
the blockhash for block
`1`
.
the blockhash for block
`1`
.
cmd/evm/testdata/4/readme.md
View file @
7f756dc1
These files exemplify a transition where a transaction (excuted on block 5) requests
These files exemplify a transition where a transaction (ex
e
cuted on block 5) requests
the blockhash for block
`4`
, but where the hash for that block is missing.
the blockhash for block
`4`
, but where the hash for that block is missing.
It's expected that executing these should cause
`exit`
with errorcode
`4`
.
It's expected that executing these should cause
`exit`
with errorcode
`4`
.
cmd/evm/testdata/8/readme.md
View file @
7f756dc1
...
@@ -7,7 +7,7 @@ This test contains testcases for EIP-2930, which uses transactions with access l
...
@@ -7,7 +7,7 @@ This test contains testcases for EIP-2930, which uses transactions with access l
The alloc portion contains one contract (
`0x000000000000000000000000000000000000aaaa`
), containing the
The alloc portion contains one contract (
`0x000000000000000000000000000000000000aaaa`
), containing the
following code:
`0x5854505854`
:
`PC ;SLOAD; POP; PC; SLOAD`
.
following code:
`0x5854505854`
:
`PC ;SLOAD; POP; PC; SLOAD`
.
Essentialy, this contract does
`SLOAD(0)`
and
`SLOAD(3)`
.
Essential
l
y, this contract does
`SLOAD(0)`
and
`SLOAD(3)`
.
The alloc also contains some funds on
`0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`
.
The alloc also contains some funds on
`0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`
.
...
...
cmd/evm/testdata/9/readme.md
View file @
7f756dc1
...
@@ -7,7 +7,7 @@ This test contains testcases for EIP-1559, which uses an new transaction type an
...
@@ -7,7 +7,7 @@ This test contains testcases for EIP-1559, which uses an new transaction type an
The alloc portion contains one contract (
`0x000000000000000000000000000000000000aaaa`
), containing the
The alloc portion contains one contract (
`0x000000000000000000000000000000000000aaaa`
), containing the
following code:
`0x58585454`
:
`PC; PC; SLOAD; SLOAD`
.
following code:
`0x58585454`
:
`PC; PC; SLOAD; SLOAD`
.
Essentialy, this contract does
`SLOAD(0)`
and
`SLOAD(1)`
.
Essential
l
y, this contract does
`SLOAD(0)`
and
`SLOAD(1)`
.
The alloc also contains some funds on
`0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`
.
The alloc also contains some funds on
`0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`
.
...
...
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