go-ethereum/consensus/ethash
Will Meister 83c7d841eb
Ingest Block Batches (#8)
Handling BlockBatches in Geth at `SendBlockBatches` endpoint (eth_sendBlockBatches)

Other:
* Adding PR template
* Adding ability to set timestamp and making blocks use configured timestamp
* Adding ability to encode original tx nonce in calldata
* Adding L1MessageSender to Contract Creation Txs
2020-06-23 16:50:40 -05:00
..
algorithm_test.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
algorithm.go vendor, crypto, swarm: switch over to upstream sha3 package 2019-01-04 09:26:07 +02:00
api.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
consensus_test.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
consensus.go Ingest Block Batches (#8) 2020-06-23 16:50:40 -05:00
ethash_test.go travis: enable test suite on ARM64 (#20219) 2019-11-08 10:58:57 +02:00
ethash.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
sealer_test.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00
sealer.go consensus/ethash: refactor remote sealer (#20335) 2019-11-28 10:51:57 +01:00