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
32150f8aa9
cmd/geth, cmd/evm, params: implement Arrow Glacier (EIP 4345) (#23810)
This PR adds support for ArrowGlacier, as defined by
https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md
https://eips.ethereum.org/EIPS/eip-4345
> Starting with FORK_BLOCK_NUMBER the client will calculate the difficulty based on a fake block number suggesting to the client that the difficulty bomb is adjusting 10,700,000 blocks later than the actual block number.
This also adds support for evm t8n to return the calculated difficulty, so it can be used to construct test.
|
3 years ago |
.. |
algorithm.go
|
consensus/ethash: replace a magic number with it's constant (#22618)
|
4 years ago |
algorithm_test.go
|
cmd/geth, consensus/ethash: add support for --miner.notify.full flag (#22558)
|
4 years ago |
api.go
|
all: fix miner hashRate -> hashrate on API calls
|
4 years ago |
consensus.go
|
cmd/geth, cmd/evm, params: implement Arrow Glacier (EIP 4345) (#23810)
|
3 years ago |
consensus_test.go
|
consensus/ethash: implement faster difficulty calculators (#21976)
|
4 years ago |
difficulty.go
|
go.mod: upgrade to github.com/holiman/uint256 v1.2.0 (#22745)
|
4 years ago |
ethash.go
|
build: upgrade to golangci-lint v1.39.0 (#22696)
|
4 years ago |
ethash_test.go
|
all: fix miner hashRate -> hashrate on API calls
|
4 years ago |
sealer.go
|
consensus/ethash: less allocation during mining (#23199)
|
3 years ago |
sealer_test.go
|
cmd/geth, consensus/ethash: add support for --miner.notify.full flag (#22558)
|
4 years ago |