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.
Jeffrey Wilcke
29e2fb38f8
core, miner: miner header validation, transaction & receipt writing
...
* Miners do now verify their own header, not their state.
* Changed old putTx and putReceipts to be exported
* Moved writing of transactions and receipts out of the block processer
in to the chain manager. Closes #1386
* Miner post ChainHeadEvent & ChainEvent. Closes #1388
9 years ago
..
downloader
eth/downloader: fix a rare test race on the OSX CI
9 years ago
fetcher
cmd, core, eth, metrics, p2p: require enabling metrics
10 years ago
backend.go
core, miner: miner header validation, transaction & receipt writing
9 years ago
gasprice.go
gpo non-existent block checks
10 years ago
handler.go
eth, eth/downloader: fix #1231 , DOS vulnerability in hash queueing
10 years ago
metrics.go
eth, eth/downloader: transition to eth 61
10 years ago
peer.go
eth: fix #1371 , double lock during block/txn known set limitation
10 years ago
protocol.go
eth: add the blocks from numbers protocol message
10 years ago
protocol_test.go
core, miner: miner header validation, transaction & receipt writing
9 years ago
sync.go
eth: clean up peer struct a bit, fix double txn bcast
10 years ago