| Commit message (Expand) | Author | Age | Files | Lines |
* | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 1 | -2/+2 |
* | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -4/+4 |
* | eth, eth/downloader, eth/fetcher: delete eth/61 code | Felix Lange | 2016-07-22 | 1 | -41/+5 |
* | eth: disable eth/61 to prepare for more elaborate fork sync algos | Péter Szilágyi | 2016-07-04 | 1 | -2/+2 |
* | eth, p2p, rpc/api: polish protocol info gathering | Péter Szilágyi | 2015-10-28 | 1 | -0/+3 |
* | eth: clean out light node notions from eth | Péter Szilágyi | 2015-10-19 | 1 | -25/+2 |
* | core, eth: receipt chain reconstruction | Péter Szilágyi | 2015-10-19 | 1 | -1/+1 |
* | cmd, eth: support switching client modes of operation | Péter Szilágyi | 2015-10-19 | 1 | -0/+17 |
* | eth: kill off protocol eth/60 in preparation for eth/62 | Péter Szilágyi | 2015-08-24 | 1 | -14/+11 |
* | eth, eth/downloader: handle header requests, table driven proto tests | Péter Szilágyi | 2015-08-24 | 1 | -19/+105 |
* | eth, metrics, p2p: prepare metrics and net packets to eth/62 | Péter Szilágyi | 2015-08-21 | 1 | -6/+19 |
* | Merge pull request #1515 from fjl/license-fixes | Jeffrey Wilcke | 2015-07-28 | 1 | -1/+1 |
|\ |
|
| * | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | | cmd/geth, core, eth: Version 1.0.0 | Jeffrey Wilcke | 2015-07-25 | 1 | -1/+1 |
|/ |
|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | eth: add the blocks from numbers protocol message | Péter Szilágyi | 2015-07-01 | 1 | -3/+26 |
* | cmd/geth, cmd/utils, eth: advertise both eth/60 and eth/61 | Péter Szilágyi | 2015-07-01 | 1 | -3/+8 |
* | core, eth: document that result of GetTransactions is modifiable | Felix Lange | 2015-06-09 | 1 | -2/+4 |
* | eth: implement the NewBlockHashes protocol proposal | Péter Szilágyi | 2015-06-08 | 1 | -1/+1 |
* | eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K | Péter Szilágyi | 2015-05-21 | 1 | -2/+0 |
* | eth: began split up of peers and protocol manager | obscuren | 2015-04-18 | 1 | -376/+7 |
* | eth: basic implementation of the downloader | obscuren | 2015-04-17 | 1 | -0/+25 |
* | Merge branch 'develop' into downloader-proto | obscuren | 2015-04-16 | 1 | -7/+5 |
|\ |
|
| * | blockpool stability fixes: | zelig | 2015-04-13 | 1 | -7/+5 |
* | | eth: added downloader for syncing up the chain | obscuren | 2015-04-13 | 1 | -36/+67 |
|/ |
|
* | Disabled TD check | obscuren | 2015-04-09 | 1 | -1/+1 |
* | Moved log to debug | obscuren | 2015-04-09 | 1 | -5/+10 |
* | Changed log to new logging | obscuren | 2015-04-04 | 1 | -1/+1 |
* | corrected | obscuren | 2015-04-01 | 1 | -1/+1 |
* | bumped network protocol | obscuren | 2015-04-01 | 1 | -1/+1 |
* | change StatusMsgData.TD back to pointer type *big.Int | zelig | 2015-04-01 | 1 | -3/+3 |
* | check TxMsg | zelig | 2015-04-01 | 1 | -1/+4 |
* | test for invalid rlp encoding of block in BlocksMsg | zelig | 2015-04-01 | 1 | -1/+4 |
* | eth: SEC-29 eth wire protocol decoding invalid message data crashes client | zelig | 2015-04-01 | 1 | -3/+6 |
* | Protocol bump | obscuren | 2015-04-01 | 1 | -1/+1 |
* | Updated for PV59 | obscuren | 2015-03-24 | 1 | -1/+1 |
* | iterator returned wrong value | obscuren | 2015-03-21 | 1 | -2/+1 |
* | peer suspension to disallow reconnect after disconnect on fatal error for se... | zelig | 2015-03-20 | 1 | -4/+9 |
* | eth, whisper: adapt for RLP encoder switch in package p2p | Felix Lange | 2015-03-19 | 1 | -51/+44 |
* | Merge branch 'develop' into conversion | obscuren | 2015-03-19 | 1 | -22/+26 |
|\ |
|
| * | private network support | zelig | 2015-03-18 | 1 | -23/+27 |
* | | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -30/+31 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -7/+7 |
* | Bump protocol version 58 | obscuren | 2015-03-13 | 1 | -1/+1 |
* | debug comments & pow handling | obscuren | 2015-03-06 | 1 | -2/+1 |
* | Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into fjl... | obscuren | 2015-03-06 | 1 | -15/+21 |
|\ |
|
| * | eth, whisper: fix msg.Payload reads | Felix Lange | 2015-03-04 | 1 | -15/+21 |
* | | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 1 | -1/+1 |
|/ |
|
* | Clean up REPL | obscuren | 2015-03-04 | 1 | -1/+2 |
* | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et... | obscuren | 2015-03-04 | 1 | -0/+16 |
|\ |
|
| * | add eth.chain.received.new_block log to eth protocol | zelig | 2015-03-03 | 1 | -1/+9 |
| * | Add event eth.tx.received | Taylor Gerring | 2015-03-02 | 1 | -0/+7 |
* | | fixed pow stuff | obscuren | 2015-03-04 | 1 | -1/+1 |
* | | integrate blockpool into eth | zelig | 2015-02-25 | 1 | -26/+43 |
|/ |
|
* | Minor updates for release | obscuren | 2015-02-21 | 1 | -1/+1 |
* | dirty tracking for state objects fixed | obscuren | 2015-02-20 | 1 | -1/+1 |
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -1/+2 |
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -0/+12 |
* | upped pv | obscuren | 2015-01-29 | 1 | -1/+1 |
* | Limit hashes. Closes #249 | obscuren | 2015-01-09 | 1 | -0/+7 |
* | no need to call AddBlockHashes when receiving new block | zelig | 2015-01-09 | 1 | -10/+0 |
* | Adjusted difficulty and skip get tx messages | obscuren | 2015-01-06 | 1 | -1/+1 |
* | Don't auto push jeff ... | obscuren | 2015-01-06 | 1 | -0/+1 |
* | Changed to poc-8 & removed GetTxs | obscuren | 2015-01-06 | 1 | -1/+0 |
* | eth, p2p: remove EncodeMsg from p2p.MsgWriter | Felix Lange | 2015-01-06 | 1 | -4/+4 |
* | Merge | obscuren | 2015-01-06 | 1 | -45/+55 |
* | Updated protocol version | obscuren | 2015-01-03 | 1 | -1/+1 |
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -1/+1 |
* | Removed goroutine from "Run" | obscuren | 2014-12-16 | 1 | -8/+8 |
* | removed filter manager from base | obscuren | 2014-12-15 | 1 | -21/+22 |
* | blockpool rewritten , tests broken FIXME | zelig | 2014-12-15 | 1 | -292/+0 |
* | protocol | zelig | 2014-12-15 | 1 | -7/+83 |
* | eth protocol changes | zelig | 2014-12-15 | 1 | -3/+94 |
* | initial commit for eth-p2p integration | zelig | 2014-12-15 | 1 | -1/+126 |
* | protocol | zelig | 2014-12-15 | 1 | -50/+52 |
* | eth protocol changes | zelig | 2014-12-15 | 1 | -57/+79 |
* | initial commit for eth-p2p integration | zelig | 2014-12-15 | 1 | -0/+294 |