aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol_test.go
Commit message (Expand)AuthorAgeFilesLines
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-3/+3
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-311-5/+9
* core, eth, les: polish txpool API around local/remote txsPéter Szilágyi2017-07-051-1/+1
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-2/+2
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-5/+6
* eth: accept transactions when starting CPU mining (#13882)Péter Szilágyi2017-04-101-1/+1
* eth, les: shorten genesis block mismatch error messageFelix Lange2017-02-281-1/+1
* all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-2/+1
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-1/+1
* eth, eth/downloader, eth/fetcher: delete eth/61 codeFelix Lange2016-07-221-3/+0
* eth: don't accept transactions until we sync up with the networkPéter Szilágyi2016-06-061-0/+1
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-2/+1
* eth: clean out light node notions from ethPéter Szilágyi2015-10-191-6/+3
* cmd, eth: support switching client modes of operationPéter Szilágyi2015-10-191-3/+3
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-1/+1
* eth: kill off protocol eth/60 in preparation for eth/62Péter Szilágyi2015-08-241-3/+0
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-241-105/+76
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-2/+2
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | cmd/geth, core, eth: Version 1.0.0Jeffrey Wilcke2015-07-251-2/+2
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-2/+3
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner: miner header validation, transaction & receipt writingJeffrey Wilcke2015-07-031-1/+1
* eth: add the blocks from numbers protocol messagePéter Szilágyi2015-07-011-4/+4
* eth: clean up peer struct a bit, fix double txn bcastPéter Szilágyi2015-07-011-3/+3
* core/types: make transactions immutableFelix Lange2015-06-301-2/+2
* eth: fix test breakage from the previous commitPéter Szilágyi2015-06-181-1/+1
* eth: fix an accidental test compile errorPéter Szilágyi2015-06-151-3/+1
* eth: add protocol testsFelix Lange2015-06-091-336/+190
* downloader: don't remove peers. keep them aroundobscuren2015-04-191-15/+3
* Updated loggingobscuren2015-04-071-2/+2
* change StatusMsgData.TD back to pointer type *big.Intzelig2015-04-011-5/+5
* check TxMsgzelig2015-04-011-0/+39
* test for invalid rlp encoding of block in BlocksMsgzelig2015-04-011-6/+28
* add tests for valid blocks msg handlingzelig2015-04-011-4/+46
* eth: SEC-29 eth wire protocol decoding invalid message data crashes clientzelig2015-04-011-19/+98
* use own total difficulty to limit best peerzelig2015-03-201-10/+3
* eth, whisper: adapt for RLP encoder switch in package p2pFelix Lange2015-03-191-114/+75
* fix eth testszelig2015-03-181-3/+3
* private network supportzelig2015-03-181-3/+3
* Moved ethutil => commonobscuren2015-03-161-2/+2
* Fix logger import pathTaylor Gerring2015-03-081-1/+1
* Fixed testsobscuren2015-03-071-0/+1
* Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et...obscuren2015-03-041-1/+0
|\
| * Fix logger import in testsTaylor Gerring2015-03-021-2/+2
* | integrate blockpool into ethzelig2015-02-251-4/+14
|/
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-19/+5
* fixed testobscuren2015-02-051-0/+2
* eth, p2p: remove EncodeMsg from p2p.MsgWriterFelix Lange2015-01-061-4/+0
* Mergeobscuren2015-01-061-131/+169
* eth protocol changeszelig2014-12-151-8/+38
* initial commit for eth-p2p integrationzelig2014-12-151-0/+39
* eth protocol changeszelig2014-12-151-13/+43
* initial commit for eth-p2p integrationzelig2014-12-151-0/+133