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.
Felix Lange
9ccb70da7b
[release/1.4.6] eth: enable bad block reports
...
We used to have reporting of bad blocks, but it was disabled
before the Frontier release. We need it back because users
are usually unable to provide the full RLP data of a bad
block when it occurs.
A shortcoming of this particular implementation is that the
origin peer is not tracked for blocks received during eth/63
sync. No origin peer info is still better than no report at
all though.
(cherry picked from commit ca18202eb9
)
9 years ago
..
downloader
[release/1.4.6] eth/downloader: fix reviewer comments
9 years ago
fetcher
eth: various typos
9 years ago
filters
[release 1.4.5] eth/filter: bugfix which can cause a nil pointer crash when parsing filter arguments
9 years ago
api.go
[release/1.4.6] eth/api: fixed GetCompilers when there is no error creating Solc
9 years ago
backend.go
[release/1.4.5] eth: add new RPC method (personal.) SignAndSendTransaction
9 years ago
backend_test.go
all: update license information
9 years ago
bad_block.go
[release/1.4.6] eth: enable bad block reports
9 years ago
bind.go
[release 1.4.5] accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call
9 years ago
cpu_mining.go
all: update license information
9 years ago
gasprice.go
core, eth, rpc: split out block validator and state processor
9 years ago
gpu_mining.go
all: update license information
9 years ago
handler.go
[release/1.4.6] eth: enable bad block reports
9 years ago
handler_test.go
all: fix go vet warnings
9 years ago
helper_test.go
core, eth, miner: improve shutdown synchronisation
9 years ago
metrics.go
eth: various typos
9 years ago
peer.go
core, eth, miner: improve shutdown synchronisation
9 years ago
protocol.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
protocol_test.go
all: fix go vet warnings
9 years ago
sync.go
[release/1.4.4] eth: skip transaction handling during fast sync
9 years ago
sync_test.go
[release/1.4.4] eth: skip transaction handling during fast sync
9 years ago