Péter Szilágyi
4f55e24c02
params: update CHTs for the v1.9.11 release
5 years ago
Péter Szilágyi
1f1cefc036
params: update CHTs for v1.9.10 release
5 years ago
Martin Holst Swende
bc01593afb
consensus/ethash, params: eip-2384: bump difficulty bomb ( #20347 )
...
* consensus/ethash, params: implement eip-2384: bump difficulty bomb
* params: EIP 2384 compat checks
* consensus, params: add Muir Glacier block number (mainnet,ropsten) + official name
* core/forkid: forkid tests for muir glacier
* params/config: address review concerns
* params, core/forkid: review nitpicks
* cmd/geth,eth,les: add override option for muir glacier
* params: nit fix
5 years ago
Péter Szilágyi
6b6882f08b
params: update CHTs for v1.9.9 release
5 years ago
meowsbits
f03b2db7db
params: finish sentence in comment ( #20291 )
5 years ago
Péter Szilágyi
9948724deb
params: hard-code new CHTs for the 1.9.7 release
5 years ago
Martin Holst Swende
9278951a62
params, core/forkid: configure mainnet istanbul block 9069K ( #20222 )
...
* params: configure mainnet istanbul block 9069K
* core/forkid: add some more test items for mainnet istanbul
5 years ago
Martin Holst Swende
c476460cb2
params: check fork ordering when initializing new genesis, fixes #20136 ( #20169 )
...
prevent users from misconfiguring their nodes so that fork ordering is not preserved.
5 years ago
Péter Szilágyi
f9eb307216
core/forkid, params: fix tests, enable Istanbul on Rinkeby + testers
5 years ago
Péter Szilágyi
2becb99583
params: bump CHTs for the 1.9.4 release
5 years ago
soc1c
ad380cd57f
params: activate Istanbul on Ropsten and Görli
5 years ago
Péter Szilágyi
423fd5877d
params: update CHT to 12th August, 2019
5 years ago
Antonio Salazar Cardozo
beff5fa578
params, core/vm: Istanbul EIP-1108 bn256 gas cost reduction ( #19904 )
...
* params: add IsIstanbul to config + rules
IstanbulBlock, used to determine if the config IsIstanbul, is currently
left nil until an actual block is chosen.
* params, core/vm: implement EIP-1108
Old gas costs for elliptic curve operations are given the PreIstanbul
prefix, while current gas costs retain the unprefixed names. The actual
precompile implementations are the same, so they are factored out into
common functions that are called by the pre-Istanbul and current
precompile structs. Finally, an Istanbul precompile list is added that
references the new precompile structs, which in turn reference the new
gas costs.
* params: fix fork ordering, add missing chain compatibility check
5 years ago
Martin Holst Swende
aa6005b469
core/vm, params: refactor chain configuration ( #19735 )
...
* params, core/vm: deprecating gastable, part 1
* core/vm, params: deprecate gastable, use both constant and dynamic gas
* core/vm, params: remove gastable, remove copypaste
* core/vm: make use of the chainrules
* interpreter: make tracing count constant+dynamic gas
* core/vm: review concerns (param/method name changes)
* core/vm: make use of chainrules more
5 years ago
Péter Szilágyi
28fea9c5af
params: bump hard-coded CHTs to 22nd July values
5 years ago
Péter Szilágyi
1bed5afd92
params: bump all CHTs, deploy all checkpoint oracles
5 years ago
Péter Szilágyi
22411919da
cmd, eth, les, param: drop --override.constantinople
5 years ago
gary rong
f7cdea2bdc
all: on-chain oracle checkpoint syncing ( #19543 )
...
* all: implement simple checkpoint syncing
cmd, les, node: remove callback mechanism
cmd, node: remove callback definition
les: simplify the registrar
les: expose checkpoint rpc services in the light client
les, light: don't store untrusted receipt
cmd, contracts, les: discard stale checkpoint
cmd, contracts/registrar: loose restriction of registeration
cmd, contracts: add replay-protection
all: off-chain multi-signature contract
params: deploy checkpoint contract for rinkeby
cmd/registrar: add raw signing mode for registrar
cmd/registrar, contracts/registrar, les: fixed messages
* cmd/registrar, contracts/registrar: fix lints
* accounts/abi/bind, les: address comments
* cmd, contracts, les, light, params: minor checkpoint sync cleanups
* cmd, eth, les, light: move checkpoint config to config file
* cmd, eth, les, params: address comments
* eth, les, params: address comments
* cmd: polish up the checkpoint admin CLI
* cmd, contracts, params: deploy new version contract
* cmd/checkpoint-admin: add another flag for clef mode signing
* cmd, contracts, les: rename and regen checkpoint oracle with abigen
5 years ago
Péter Szilágyi
38f6b85638
eth, les, light: enforce CHT checkpoints on fast-sync too
6 years ago
Péter Szilágyi
dd0cfe5e11
params: set Rinkeby Petersburg fork block (4th May, 2019)
6 years ago
Péter Szilágyi
ccffad5553
light, params: update CHTs, integrate CHT for Goerli too
6 years ago
Péter Szilágyi
b0ed083ead
cmd, core, params: add support for Goerli
6 years ago
Felföldi Zsolt
1a19c596bf
params: new CHTs ( #18577 )
6 years ago
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
Péter Szilágyi
2a2fd5adf8
params: postpone Constantinople due to net SSTORE reentrancy
6 years ago
Péter Szilágyi
362e2ba792
params: update CHTs for the 1.8.20 release
6 years ago
Péter Szilágyi
6a1a4375c6
params: set mainnet and Rinkeby Constantinople fork blocks
6 years ago
Péter Szilágyi
d606a7a46a
params: update CHTs for the v1.8.19 release
6 years ago
Martin Holst Swende
a5898ba621
config: add constantinople block to testchainconfig
6 years ago
Enrique Fynn
9d5e3e0637
params: add Constantinople block to AllXYZProtocolChanges ( #18162 )
...
* params: Add Constantinople block to AllCliqueProtocolChanges
* params: Add Constantinople block to AllEthashProtocolChanges
6 years ago
Péter Szilágyi
cef7ed53bd
params: update CHTs
6 years ago
Péter Szilágyi
ff7fad18fb
params: add ropsten fork delay, update les checkpoints
6 years ago
EOS Classic
668c37fde1
params: enable constantinople on ropsten at 4.2M
6 years ago
Péter Szilágyi
af89093116
les, light, params: update light client CHTs
6 years ago
Guillaume Ballet
da29332c5f
core/vm: add switches to select evm+ewasm interpreters ( #17687 )
...
Interpreter initialization is left to the PRs implementing them.
Options for external interpreters are passed after a colon in the
`--vm.ewasm` and `--vm.evm` switches.
6 years ago
Péter Szilágyi
5d921fa3a0
core, params: polish net gas metering PR a bit
6 years ago
Mymskmkt
e1c64a7d89
params: fix typo ( #17552 )
6 years ago
Péter Szilágyi
9f036647e4
consensus/clique, light: light client snapshots on Rinkeby
6 years ago
gary rong
2433349c80
core/vm, params: implement EXTCODEHASH opcode ( #17202 )
...
* core/vm, params: implement EXTCODEHASH opcode
* core, params: tiny fixes and polish
* core: add function description
6 years ago
kiel barry
cbfb40b0aa
params: fix golint warnings ( #16853 )
...
params: fix golint warnings
7 years ago
Martin Holst Swende
44d40ffce1
core, vm, common: define constantinople fork + shift ( #16045 )
...
* core, vm, common: define constantinople fork, start implementation of shift instructions
* vm: more testcases
* vm: add tests for intpool erroneous intpool handling
* core, vm, common: fix constantinople review concerns
* vm: add string<->op definitions for new opcodes
7 years ago
Péter Szilágyi
6d6a5a9337
cmd, consensus, core, miner: instatx clique for --dev ( #15323 )
...
* cmd, consensus, core, miner: instatx clique for --dev
* cmd, consensus, clique: support configurable --dev block times
* cmd, core: allow --dev to use persistent storage too
7 years ago
Péter Szilágyi
3680cd5926
params: explain EIP150Hash ( #15237 )
7 years ago
Péter Szilágyi
7514e8a24d
cmd/puppeth, params: enable Byzantium on all networks
7 years ago
gary rong
b9ff44bd64
params: rename EIP150 gas table ( #15167 )
7 years ago
Péter Szilágyi
701d60c889
params: enable Byzantium on Ropsten/tests, fix failures
7 years ago
Péter Szilágyi
5bbd7fb390
consensus, core, params: rebrand Metro to Byzantium
7 years ago
Péter Szilágyi
8f12d76a47
params: remove redundant consts, disable metro on AllProtocolChanges
7 years ago
Jeffrey Wilcke
a5f6a1cb7c
consensus, core, core/vm, parems: review fixes
8 years ago
Jeffrey Wilcke
e6aff513db
core/types: corrected abstract signing address
8 years ago