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
3680cd59
Commit
3680cd59
authored
Oct 10, 2017
by
Péter Szilágyi
Committed by
Felix Lange
Oct 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: explain EIP150Hash (#15237)
parent
d3beff7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
config.go
params/config.go
+3
-2
No files found.
params/config.go
View file @
3680cd59
...
...
@@ -99,17 +99,18 @@ type ChainConfig struct {
ChainId
*
big
.
Int
`json:"chainId"`
// Chain id identifies the current chain and is used for replay protection
HomesteadBlock
*
big
.
Int
`json:"homesteadBlock,omitempty"`
// Homestead switch block (nil = no fork, 0 = already homestead)
DAOForkBlock
*
big
.
Int
`json:"daoForkBlock,omitempty"`
// TheDAO hard-fork switch block (nil = no fork)
DAOForkSupport
bool
`json:"daoForkSupport,omitempty"`
// Whether the nodes supports or opposes the DAO hard-fork
// EIP150 implements the Gas price changes (https://github.com/ethereum/EIPs/issues/150)
EIP150Block
*
big
.
Int
`json:"eip150Block,omitempty"`
// EIP150 HF block (nil = no fork)
EIP150Hash
common
.
Hash
`json:"eip150Hash,omitempty"`
// EIP150 HF hash (
fast sync ai
d)
EIP150Hash
common
.
Hash
`json:"eip150Hash,omitempty"`
// EIP150 HF hash (
needed for header only clients as only gas pricing change
d)
EIP155Block
*
big
.
Int
`json:"eip155Block,omitempty"`
// EIP155 HF block
EIP158Block
*
big
.
Int
`json:"eip158Block,omitempty"`
// EIP158 HF block
ByzantiumBlock
*
big
.
Int
`json:"byzantiumBlock,omitempty"`
// Byzantium switch block (nil = no fork, 0 = alr
aedy on homestead
)
ByzantiumBlock
*
big
.
Int
`json:"byzantiumBlock,omitempty"`
// Byzantium switch block (nil = no fork, 0 = alr
eady on byzantium
)
// Various consensus engines
Ethash
*
EthashConfig
`json:"ethash,omitempty"`
...
...
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