index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
LAN-TW
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, eth/downloader: Moved block processing & graceful shutdown
obscuren
2015-05-01
1
-116
/
+23
*
eth/downloader: delete blocks from queue
obscuren
2015-04-30
1
-1
/
+1
*
core, eth: verify td of received blocks
obscuren
2015-04-30
1
-1
/
+21
*
eth, eth/downloader: remove bad peers from peer set
obscuren
2015-04-30
1
-7
/
+21
*
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