index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eth
/
handler.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
eth: rely on p2p to determine block propagation
obscuren
2015-04-30
1
-1
/
+1
*
core/types, eth: meassure and display propagation times
obscuren
2015-04-30
1
-1
/
+3
*
core: return the index of the block that failed when inserting a chain
obscuren
2015-04-29
1
-1
/
+1
*
eth: check if downloader is busy before showing log message
obscuren
2015-04-29
1
-0
/
+5
*
eth: added a few informative messages regarding downloading
obscuren
2015-04-24
1
-0
/
+6
*
eth, eth/downloader: simplified synchronisation process
obscuren
2015-04-24
1
-7
/
+11
*
eth, eth/downloader: don't require td on downloader. Fixed tests
obscuren
2015-04-24
1
-2
/
+2
*
eth, eth/downloader: moved peer selection to protocol handler
obscuren
2015-04-24
1
-4
/
+61
*
eth: cleanup
obscuren
2015-04-24
1
-5
/
+1
*
eth: moved mined, tx events to protocol-hnd and improved tx propagation
obscuren
2015-04-23
1
-2
/
+64
*
core: added chain head reset to known block
obscuren
2015-04-20
1
-1
/
+2
*
Merge branch 'rlp-size-validation' of https://github.com/fjl/go-ethereum into...
obscuren
2015-04-19
1
-6
/
+6
*
eth: drop blocks with low TD
obscuren
2015-04-19
1
-3
/
+3
*
eth: temp 100% block propagation because of the current state of the net
obscuren
2015-04-19
1
-2
/
+2
*
eth: removed debug messages to stdout
obscuren
2015-04-19
1
-2
/
+2
*
downloader: don't remove peers. keep them around
obscuren
2015-04-19
1
-0
/
+11
*
eth: adapted to new synchronous api of downloader's AddBlock
obscuren
2015-04-19
1
-2
/
+12
*
downloader: make sure that hashes are only accepted from the active peer
obscuren
2015-04-18
1
-2
/
+9
*
downloader: reset the queue if a peer response with an empty hash set
obscuren
2015-04-18
1
-1
/
+1
*
eth: ignore NewBlockMsg with lower td
obscuren
2015-04-18
1
-2
/
+3
*
eth: drop blocks that are known
obscuren
2015-04-18
1
-0
/
+6
*
eth: additional cleanups to the subprotocol, improved block propagation
obscuren
2015-04-18
1
-37
/
+112
*
eth: began split up of peers and protocol manager
obscuren
2015-04-18
1
-0
/
+224