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
cd3b8c3d
Unverified
Commit
cd3b8c3d
authored
Jun 19, 2023
by
John Chase
Committed by
GitHub
Jun 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/evm: fix typos in documentation (#27501)
parent
4544dc5f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
readme.md
cmd/evm/testdata/13/readme.md
+1
-1
readme.md
cmd/evm/testdata/2/readme.md
+1
-1
readme.md
cmd/evm/testdata/23/readme.md
+1
-1
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/5/readme.md
+1
-1
No files found.
cmd/evm/testdata/13/readme.md
View file @
cd3b8c3d
## Input transactions in RLP form
## Input transactions in RLP form
This testdata folder is used to ex
a
mplify how transaction input can be provided in rlp form.
This testdata folder is used to ex
e
mplify how transaction input can be provided in rlp form.
Please see the README in
`evm`
folder for how this is performed.
Please see the README in
`evm`
folder for how this is performed.
\ No newline at end of file
cmd/evm/testdata/2/readme.md
View file @
cd3b8c3d
These files examplify a selfdestruct to the
`0`
-address.
These files exemplify a selfdestruct to the
`0`
-address.
\ No newline at end of file
\ No newline at end of file
cmd/evm/testdata/23/readme.md
View file @
cd3b8c3d
These files ex
a
mplify how to sign a transaction using the pre-EIP155 scheme.
These files ex
e
mplify how to sign a transaction using the pre-EIP155 scheme.
cmd/evm/testdata/3/readme.md
View file @
cd3b8c3d
These files ex
a
mplify a transition where a transaction (excuted on block 5) requests
These files ex
e
mplify a transition where a transaction (excuted on block 5) requests
the blockhash for block
`1`
.
the blockhash for block
`1`
.
cmd/evm/testdata/4/readme.md
View file @
cd3b8c3d
These files ex
a
mplify a transition where a transaction (excuted on block 5) requests
These files ex
e
mplify a transition where a transaction (excuted 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/5/readme.md
View file @
cd3b8c3d
These files examplify a transition where there are no transcations, two ommers, at block
`N-1`
(delta 1) and
`N-2`
(delta 2).
These files exemplify a transition where there are no transactions, two ommers, at block
`N-1`
(delta 1) and
`N-2`
(delta 2).
\ No newline at end of file
\ No newline at end of file
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