aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
Commit message (Expand)AuthorAgeFilesLines
* debug comments & pow handlingobscuren2015-03-061-2/+1
* Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into fjl...obscuren2015-03-061-15/+21
|\
| * eth, whisper: fix msg.Payload readsFelix Lange2015-03-041-15/+21
* | Miner fixes and updates (including miner)obscuren2015-03-051-1/+1
|/
* Clean up REPLobscuren2015-03-041-1/+2
* Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et...obscuren2015-03-041-0/+16
|\
| * add eth.chain.received.new_block log to eth protocolzelig2015-03-031-1/+9
| * Add event eth.tx.receivedTaylor Gerring2015-03-021-0/+7
* | fixed pow stuffobscuren2015-03-041-1/+1
* | integrate blockpool into ethzelig2015-02-251-26/+43
|/
* Minor updates for releaseobscuren2015-02-211-1/+1
* dirty tracking for state objects fixedobscuren2015-02-201-1/+1
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-1/+2
* Propagate known transactions to new peers on connectobscuren2015-02-051-0/+12
* upped pvobscuren2015-01-291-1/+1
* Limit hashes. Closes #249obscuren2015-01-091-0/+7
* no need to call AddBlockHashes when receiving new blockzelig2015-01-091-10/+0
* Adjusted difficulty and skip get tx messagesobscuren2015-01-061-1/+1
* Don't auto push jeff ...obscuren2015-01-061-0/+1
* Changed to poc-8 & removed GetTxsobscuren2015-01-061-1/+0
* eth, p2p: remove EncodeMsg from p2p.MsgWriterFelix Lange2015-01-061-4/+4
* Mergeobscuren2015-01-061-45/+55
* Updated protocol versionobscuren2015-01-031-1/+1
* Refactored block & Transactionobscuren2014-12-231-1/+1
* Removed goroutine from "Run"obscuren2014-12-161-8/+8
* removed filter manager from baseobscuren2014-12-151-21/+22
* blockpool rewritten , tests broken FIXMEzelig2014-12-151-292/+0
* protocolzelig2014-12-151-7/+83
* eth protocol changeszelig2014-12-151-3/+94
* initial commit for eth-p2p integrationzelig2014-12-151-1/+126
* protocolzelig2014-12-151-50/+52
* eth protocol changeszelig2014-12-151-57/+79
* initial commit for eth-p2p integrationzelig2014-12-151-0/+294