plugeth/consensus/ethash
Marius van der Wijden 2a2b0419fb
all: implement withdrawals (EIP-4895) (#26484)
This change implements withdrawals as specified in EIP-4895.

Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
Co-authored-by: marioevz <marioevz@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-01-25 15:32:25 +01:00
..
algorithm_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
algorithm.go consensus/ethash: fix typo (#26016) 2022-11-01 14:39:39 +01:00
api.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
consensus_test.go all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03:00
consensus.go all: implement withdrawals (EIP-4895) (#26484) 2023-01-25 15:32:25 +01:00
difficulty.go go.mod: upgrade to github.com/holiman/uint256 v1.2.0 (#22745) 2021-05-10 12:29:33 +02:00
ethash_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
ethash.go all: remove remaining uses of untyped golang-lru (#26194) 2022-11-17 11:15:28 +01:00
mmap_help_linux.go consensus/ethash: avoid runtime errors due to OOD on mmap writes (#23799) 2021-11-02 11:33:54 +01:00
mmap_help_other.go consensus/ethash: avoid runtime errors due to OOD on mmap writes (#23799) 2021-11-02 11:33:54 +01:00
sealer_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
sealer.go all: use http package to replace http method names (#26535) 2023-01-24 11:12:25 +02:00