Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
ecb781297b
core, cmd/puppeth: implement constantinople fix, disable EIP-1283 ( #18486 )
...
This PR adds a new fork which disables EIP-1283. Internally it's called Petersburg,
but the genesis/config field is ConstantinopleFix.
The block numbers are:
7280000 for Constantinople on Mainnet
7280000 for ConstantinopleFix on Mainnet
4939394 for ConstantinopleFix on Ropsten
9999999 for ConstantinopleFix on Rinkeby (real number decided later)
This PR also defaults to using the same ConstantinopleFix number as whatever
Constantinople is set to. That is, it will default to mainnet behaviour if ConstantinopleFix
is not set.This means that for private networks which have already transitioned
to Constantinople, this PR will break the network unless ConstantinopleFix is
explicitly set!
6 years ago
..
testdata
cmd/puppeth: implement chainspec converters
6 years ago
genesis.go
core, cmd/puppeth: implement constantinople fix, disable EIP-1283 ( #18486 )
6 years ago
genesis_test.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
module.go
cmd/puppeth: your Ethereum private network manager ( #13854 )
8 years ago
module_dashboard.go
core, cmd/puppeth: implement constantinople fix, disable EIP-1283 ( #18486 )
6 years ago
module_ethstats.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_explorer.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_faucet.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_nginx.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_node.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_wallet.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
puppeth.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
ssh.go
cmd/puppeth: accept ssh identity in the server string ( #17407 )
6 years ago
wizard.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_dashboard.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_ethstats.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_explorer.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_faucet.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_genesis.go
core, cmd/puppeth: implement constantinople fix, disable EIP-1283 ( #18486 )
6 years ago
wizard_intro.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_netstats.go
cmd/puppeth: fix nil panic on disconnected stats gathering
6 years ago
wizard_network.go
cmd/puppeth: fix comment typo ( #17690 )
6 years ago
wizard_nginx.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_node.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_wallet.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago