| Commit message (Expand) | Author | Age | Files | Lines |
* | core, eth, les: polish txpool API around local/remote txs | Péter Szilágyi | 2017-07-05 | 1 | -1/+1 |
* | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 1 | -2/+2 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -5/+6 |
* | eth: accept transactions when starting CPU mining (#13882) | Péter Szilágyi | 2017-04-10 | 1 | -1/+1 |
* | eth, les: shorten genesis block mismatch error message | Felix Lange | 2017-02-28 | 1 | -1/+1 |
* | all: disable log message colors outside of geth | Felix Lange | 2017-02-27 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -2/+1 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -1/+1 |
* | eth, eth/downloader, eth/fetcher: delete eth/61 code | Felix Lange | 2016-07-22 | 1 | -3/+0 |
* | eth: don't accept transactions until we sync up with the network | Péter Szilágyi | 2016-06-06 | 1 | -0/+1 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 1 | -2/+1 |
* | eth: clean out light node notions from eth | Péter Szilágyi | 2015-10-19 | 1 | -6/+3 |
* | cmd, eth: support switching client modes of operation | Péter Szilágyi | 2015-10-19 | 1 | -3/+3 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -1/+1 |
* | eth: kill off protocol eth/60 in preparation for eth/62 | Péter Szilágyi | 2015-08-24 | 1 | -3/+0 |
* | eth, eth/downloader: handle header requests, table driven proto tests | Péter Szilágyi | 2015-08-24 | 1 | -105/+76 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -2/+2 |
* | 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 | -2/+2 |
|/ |
|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -2/+3 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, miner: miner header validation, transaction & receipt writing | Jeffrey Wilcke | 2015-07-03 | 1 | -1/+1 |
* | eth: add the blocks from numbers protocol message | Péter Szilágyi | 2015-07-01 | 1 | -4/+4 |
* | eth: clean up peer struct a bit, fix double txn bcast | Péter Szilágyi | 2015-07-01 | 1 | -3/+3 |
* | core/types: make transactions immutable | Felix Lange | 2015-06-30 | 1 | -2/+2 |
* | eth: fix test breakage from the previous commit | Péter Szilágyi | 2015-06-18 | 1 | -1/+1 |
* | eth: fix an accidental test compile error | Péter Szilágyi | 2015-06-15 | 1 | -3/+1 |
* | eth: add protocol tests | Felix Lange | 2015-06-09 | 1 | -336/+190 |
* | downloader: don't remove peers. keep them around | obscuren | 2015-04-19 | 1 | -15/+3 |
* | Updated logging | obscuren | 2015-04-07 | 1 | -2/+2 |
* | change StatusMsgData.TD back to pointer type *big.Int | zelig | 2015-04-01 | 1 | -5/+5 |
* | check TxMsg | zelig | 2015-04-01 | 1 | -0/+39 |
* | test for invalid rlp encoding of block in BlocksMsg | zelig | 2015-04-01 | 1 | -6/+28 |
* | add tests for valid blocks msg handling | zelig | 2015-04-01 | 1 | -4/+46 |
* | eth: SEC-29 eth wire protocol decoding invalid message data crashes client | zelig | 2015-04-01 | 1 | -19/+98 |
* | use own total difficulty to limit best peer | zelig | 2015-03-20 | 1 | -10/+3 |
* | eth, whisper: adapt for RLP encoder switch in package p2p | Felix Lange | 2015-03-19 | 1 | -114/+75 |
* | fix eth tests | zelig | 2015-03-18 | 1 | -3/+3 |
* | private network support | zelig | 2015-03-18 | 1 | -3/+3 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -2/+2 |
* | Fix logger import path | Taylor Gerring | 2015-03-08 | 1 | -1/+1 |
* | Fixed tests | obscuren | 2015-03-07 | 1 | -0/+1 |
* | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et... | obscuren | 2015-03-04 | 1 | -1/+0 |
|\ |
|
| * | Fix logger import in tests | Taylor Gerring | 2015-03-02 | 1 | -2/+2 |
* | | integrate blockpool into eth | zelig | 2015-02-25 | 1 | -4/+14 |
|/ |
|
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -19/+5 |
* | fixed test | obscuren | 2015-02-05 | 1 | -0/+2 |
* | eth, p2p: remove EncodeMsg from p2p.MsgWriter | Felix Lange | 2015-01-06 | 1 | -4/+0 |
* | Merge | obscuren | 2015-01-06 | 1 | -131/+169 |
* | eth protocol changes | zelig | 2014-12-15 | 1 | -8/+38 |
* | initial commit for eth-p2p integration | zelig | 2014-12-15 | 1 | -0/+39 |
* | eth protocol changes | zelig | 2014-12-15 | 1 | -13/+43 |
* | initial commit for eth-p2p integration | zelig | 2014-12-15 | 1 | -0/+133 |