This website requires JavaScript.
Explore
Help
Sign In
arnaucube
/
go-ethereum
Watch
1
Star
0
Fork
0
You've already forked go-ethereum
mirror of
https://github.com/arnaucube/go-ethereum.git
synced
2026-02-28 14:06:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7e41d7ac51fdaba1c03ec3f9cb8cc7a7bc3830f4
go-ethereum
/
eth
History
Jeffrey Wilcke
13bd452faf
Merge pull request
#1227
from karalabe/block-fetcher-optimisations
...
eth: optimize the notification/explicit fetch mechanism
2015-06-11 03:31:41 -07:00
..
downloader
eth/downloader: fetch the block hashes on the fly, when needed
2015-06-10 20:12:22 +03:00
backend.go
core: fixed race condition in the transaction pool
2015-06-10 17:13:32 +02:00
handler.go
eth: limit number of sent transactions based on message size
2015-06-09 17:07:10 +02:00
peer.go
eth: fix data race accessing peer.td
2015-06-09 14:56:27 +03:00
protocol_test.go
eth: add protocol tests
2015-06-09 17:07:10 +02:00
protocol.go
core, eth: document that result of GetTransactions is modifiable
2015-06-09 17:07:10 +02:00
sync.go
eth: dedup fetches to ensure no blocks are pulled twice
2015-06-10 19:47:59 +03:00