jwasinger
478012ab23
all: remove TerminalTotalDifficultyPassed ( #30609 )
...
rebased https://github.com/ethereum/go-ethereum/pull/29766 . The
downstream branch appears to have been deleted and I don't have perms to
push to that fork.
`TerminalTotalDifficultyPassed` is removed. `TerminalTotalDifficulty`
must now be non-nil, and it is expected that networks are already
merged: we can only import PoW/Clique chains, not produce blocks on
them.
---------
Co-authored-by: stevemilk <wangpeculiar@gmail.com>
2 weeks ago
Péter Szilágyi
dac54e31a7
build, internal, version: break ci.go/version->common dependency ( #30638 )
...
This PR tries to break the ci.go to common dependency by moving the
version number out of params.
2 weeks ago
Péter Szilágyi
48d05c43c9
all: get rid of custom MaxUint64 and MaxUint64 ( #30636 )
2 weeks ago
Felix Lange
3a5313f3f3
all: implement EIP-7002 & EIP-7251 ( #30571 )
...
This is a redo of #29052 based on newer specs. Here we implement EIPs
scheduled for the Prague fork:
- EIP-7002: Execution layer triggerable withdrawals
- EIP-7251: Increase the MAX_EFFECTIVE_BALANCE
Co-authored-by: lightclient <lightclient@protonmail.com>
4 weeks ago
Martin Holst Swende
096c4d266e
params: begin v1.14.12 release cycle
1 month ago
Martin Holst Swende
f14f13bac7
params: go-ethereum v1.14.11 stable
1 month ago
Péter Szilágyi
283be23817
params: begin v1.14.11 release cycle
1 month ago
Péter Szilágyi
269551876e
params: release Geth v1.14.10
1 month ago
Guillaume Ballet
af794ef682
params: begin v1.14.10 release cycle ( #30457 )
2 months ago
Guillaume Ballet
f321dfa827
params: release go-ethereum v1.14.9 stable ( #30455 )
2 months ago
lightclient
dfd33c7792
all: implement EIP-6110, execution layer triggered deposits ( #29431 )
...
This PR implements EIP-6110: Supply validator deposits on chain. It also sketches
out the base for Prague in the engine API types.
2 months ago
Sina M
a223efcf39
core: implement EIP-2935 ( #29465 )
...
https://eips.ethereum.org/EIPS/eip-2935
---------
Co-authored-by: Guillaume Ballet <gballet@gmail.com>
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Martin HS <martin@swende.se>
2 months ago
stevemilk
3c37db7989
all: clean up goerli flag and config ( #30289 )
...
Co-authored-by: lightclient <lightclient@protonmail.com>
3 months ago
Felix Lange
1cf3b5d38a
params: begin v1.14.9 release cycle
3 months ago
Felix Lange
880511dc39
params: release go-ethereum v1.14.8 stable
3 months ago
stevemilk
cf8aa31e3e
params: remove unused les parameters ( #30268 )
3 months ago
Felix Lange
bcaf3747f8
params: begin v1.14.8 release cycle
4 months ago
Felix Lange
0aafbb31ab
params: go-ethereum v1.14.7 stable
4 months ago
Guillaume Ballet
640e0f15fd
params: begin v1.14.7 release cycle
4 months ago
Guillaume Ballet
6f2e1cff47
params: release Geth v1.14.6
4 months ago
Gary Rong
4461c1fc17
params: begin v1.14.6 release cycle
5 months ago
Gary Rong
0dd173a727
params: release Geth v1.14.5
5 months ago
Péter Szilágyi
fc40d68e5b
params: begin v1.14.5 release cycle
5 months ago
Péter Szilágyi
5550d8399f
params: release Geth v1.14.4
5 months ago
0xbeny
8919c5c0fc
core: deploy EIP-4788 contract in dev mode genesis ( #29655 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
6 months ago
Guillaume Ballet
44a50c9f96
cmd, core, params, trie: add verkle access witness gas charging ( #29338 )
...
Implements some of the changes required to charge and do gas accounting in verkle testnet.
6 months ago
Felix Lange
74edc93864
params: gofmt
6 months ago
Felix Lange
6d51c1f5f4
params: begin v1.14.4 release cycle
6 months ago
Felix Lange
ab48ba42f4
params: release go-ethereum v1.14.3 stable
6 months ago
Felix Lange
1a79f8fe58
params: begin v1.14.3 release cycle
6 months ago
Felix Lange
35b2d07f4b
params: release go-ethereum v1.14.2 stable
6 months ago
Felix Lange
14f4228472
params: begin v1.14.2 release cycle
6 months ago
Felix Lange
dd09f7e3fa
params: release go-ethereum v1.14.1 stable
6 months ago
Nathan
fbf6238ae9
params: fix misleading comments ( #29684 )
6 months ago
Nathan
69f815f6f5
params: print time value instead of pointer in ConfigCompatError ( #29514 )
6 months ago
Roy Crihfield
4bdbaab471
params: clarify consensus engine config `String`s ( #29643 )
...
Define these on a value receiever so that nil is shown differently.
6 months ago
Péter Szilágyi
938734be3c
params: begin 1.14.1 release cycle
7 months ago
Péter Szilágyi
87246f3cba
params: release Geth v1.14.0
7 months ago
Marius van der Wijden
f437307877
core/vm: update gascosts for BLS12-381 + use gnark instead of kilic ( #29441 )
...
This PR updates the bls contracts from our internal implementation which is an unmaintained fork of the kilic library to the gnark-crypto library that is actively maintained by consensys.
It also updates the gas-costs according to the EIP
7 months ago
Haotian
cffb7c8604
params: use the same variable name as EIP-4788 ( #29195 )
...
In https://eips.ethereum.org/EIPS/eip-4788 the name `BEACON_ROOTS_ADDRESS` is used. This change makes geth use the same variable name to avoid confusion.
8 months ago
Péter Szilágyi
f4d53133f6
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
...
* eth: drop support for forward sync triggers and head block packets
* consensus, eth: enforce always merged network
* eth: fix tx looper startup and shutdown
* cmd, core: fix some tests
* core: remove notion of future blocks
* core, eth: drop unused methods and types
8 months ago
Sina Mahmoodi
0a2f33946b
eth/catalyst: update simulated beacon for cancun ( #28829 )
...
* eth/catalyst: update simulated beacon for cancun
* validate blob hashes
* compute hashes from commitment
* fix beacon root and payload version
* check commitment conversion
* fix random attr
* flip dev to cancun
8 months ago
Péter Szilágyi
170fcd80c6
params: being major version bump cycle
8 months ago
Péter Szilágyi
57d2b552c7
params: begin v1.13.15 cycle
8 months ago
Péter Szilágyi
9038ba6942
params: release Geth v1.13.14
8 months ago
Felix Lange
b590cae892
params: begin v1.13.14 release cycle
9 months ago
Felix Lange
3b4ede7444
params: release go-ethereum v1.13.13 stable
9 months ago
Haotian
79e340fb12
params: add cancun upgrade banner ( #29042 )
...
params: add cancun banner
Signed-off-by: tmelhao <tmelhao@gmail.com>
Co-authored-by: tmelhao <tmelhao@gmail.com>
9 months ago
Martin HS
ac0ff04460
core/vm, params: ensure order of forks, prevent overflow ( #29023 )
...
This PR fixes an overflow which can could happen if inconsistent blockchain rules were configured. Additionally, it tries to prevent such inconsistencies from occurring by making sure that merge cannot be enabled unless previous fork(s) are also enabled.
9 months ago
Martin Holst Swende
89575aeb4b
params: begin v1.13.13 release cycle
9 months ago