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
10 years ago
..
frontend.go
NatSpec, URL register storage retrieval
10 years ago
state.go
rename eth to backend
10 years ago
types.go
core, xeth: core.AddressFromMessage removed => crypto.CreateAddress
10 years ago
whisper.go
xeth: fix un-decoded whisper RPC topic string bug
10 years ago
whisper_filter.go
rpc, whisper, xeth: fix RPC message retrieval data race
10 years ago
whisper_message.go
whisper, xeth/whisper: surface TTL and hash to the API
10 years ago
xeth.go
core, miner: miner header validation, transaction & receipt writing
10 years ago