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.
 
 
 
 
 
 
go-ethereum/consensus/ethash
lightclient 119f955686
all: remove `public` field from `rpc.API` (#25059)
2 years ago
..
algorithm.go consensus/ethash: replace a magic number with it's constant (#22618) 4 years ago
algorithm_test.go all: replace uses of ioutil with io and os (#24869) 2 years ago
api.go all: fix miner hashRate -> hashrate on API calls 4 years ago
consensus.go cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088) 2 years ago
consensus_test.go all: prefer `new(big.Int)` over `big.NewInt(0)` (#25087) 2 years ago
difficulty.go go.mod: upgrade to github.com/holiman/uint256 v1.2.0 (#22745) 3 years ago
ethash.go all: remove `public` field from `rpc.API` (#25059) 2 years ago
ethash_test.go all: replace uses of ioutil with io and os (#24869) 2 years ago
mmap_help_linux.go consensus/ethash: avoid runtime errors due to OOD on mmap writes (#23799) 3 years ago
mmap_help_other.go consensus/ethash: avoid runtime errors due to OOD on mmap writes (#23799) 3 years ago
sealer.go consensus/ethash: less allocation during mining (#23199) 3 years ago
sealer_test.go all: replace uses of ioutil with io and os (#24869) 2 years ago