good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
3680cd59
Commit
3680cd59
authored
7 years ago
by
Péter Szilágyi
Committed by
Felix Lange
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
params: explain EIP150Hash (#15237)
parent
d3beff7e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
params/config.go
+3
-2
3 additions, 2 deletions
params/config.go
with
3 additions
and
2 deletions
params/config.go
+
3
−
2
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
a
edy on
homestead
)
ByzantiumBlock
*
big
.
Int
`json:"byzantiumBlock,omitempty"`
// Byzantium switch block (nil = no fork, 0 = alre
a
dy on
byzantium
)
// Various consensus engines
Ethash
*
EthashConfig
`json:"ethash,omitempty"`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment