| Commit message (Expand) | Author | Age | Files | Lines |
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 1 | -1/+1 |
* | les: fix channel assignment data race (#15441) | b00ris | 2017-11-09 | 1 | -3/+3 |
* | les: fix misuse of WaitGroup (#15365) | Evgeny Danilenko | 2017-11-09 | 1 | -3/+3 |
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 4 | -12/+12 |
* | les, core/bloombits: post-LES/2 fixes (#15391) | Felföldi Zsolt | 2017-10-27 | 1 | -1/+1 |
* | core, eth, les: fix messy code (#15367) | Péter Szilágyi | 2017-10-25 | 4 | -51/+73 |
* | les, light: LES/2 protocol version (#14970) | Felföldi Zsolt | 2017-10-24 | 14 | -274/+1202 |
* | core, eth/downloader: commit block data using batches (#15115) | Felix Lange | 2017-09-10 | 1 | -1/+1 |
* | core, eth: clean up bloom filtering, add some tests | Péter Szilágyi | 2017-09-06 | 2 | -15/+5 |
* | core, eth: add bloombit indexer, filter based on it | Zsolt Felfoldi | 2017-09-06 | 2 | -1/+19 |
* | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -2/+2 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 5 | -8/+34 |
* | les: fix megacheck warnings (#14941) | Felföldi Zsolt | 2017-08-09 | 8 | -96/+6 |
* | Merge pull request #14737 from holiman/txpool_localaccounts | Péter Szilágyi | 2017-07-10 | 1 | -3/+3 |
|\ |
|
| * | core, eth, les: polish txpool API around local/remote txs | Péter Szilágyi | 2017-07-05 | 1 | -3/+3 |
* | | eth/downloader, les, light: Changes in response to review | Nick Johnson | 2017-07-03 | 1 | -14/+1 |
* | | eth, les: Refactor downloader peer to use structs | Nick Johnson | 2017-06-29 | 1 | -47/+73 |
* | | eth, les, light: Refactor downloader to use blockchain interface | Nick Johnson | 2017-06-28 | 1 | -3/+1 |
|/ |
|
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 3 | -46/+29 |
* | les: code refactoring (#14416) | Felföldi Zsolt | 2017-06-21 | 15 | -441/+699 |
* | les: fix goroutine leak in execQueue (#14480) | Felix Lange | 2017-05-17 | 2 | -30/+118 |
* | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 3 | -10/+10 |
* | all: update license information | Felix Lange | 2017-04-14 | 2 | -2/+2 |
* | cmd/utils, node: remove unused solc references and improve RPC config (#14324) | bas-vk | 2017-04-13 | 1 | -5/+1 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -5/+5 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 3 | -3/+4 |
* | les: allow LES connection to other servers (#13889) | Felföldi Zsolt | 2017-04-11 | 1 | -2/+3 |
* | Merge pull request #13870 from karalabe/miners-fixes | Péter Szilágyi | 2017-04-07 | 1 | -1/+2 |
|\ |
|
| * | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -1/+2 |
* | | cmd, les, eth, eth/gasprice: using new gas price oracle (#13853) | Felföldi Zsolt | 2017-04-06 | 2 | -2/+7 |
|/ |
|
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 4 | -18/+16 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 3 | -22/+27 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 5 | -9/+14 |
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 15 | -306/+839 |
* | core, eth, les: support resuming fast sync on heavy rollback (#3743) | Péter Szilágyi | 2017-03-22 | 1 | -0/+1 |
* | cmd, eth, les, node, pow: disk caching and progress reports | Péter Szilágyi | 2017-03-09 | 1 | -6/+1 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | all: update light logs (and a few others) to the new model | Péter Szilágyi | 2017-03-03 | 8 | -214/+211 |
* | eth, les: shorten genesis block mismatch error message | Felix Lange | 2017-02-28 | 1 | -1/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 2 | -5/+7 |
* | eth, les, swarm: fix go vet issues sufraced by log15 | Péter Szilágyi | 2017-02-23 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 8 | -124/+121 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 2 | -5/+7 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 2 | -7/+5 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 2 | -5/+7 |
* | les, cmd/util: disable topic discovery with --nodiscover | Zsolt Felfoldi | 2017-01-27 | 1 | -3/+9 |
* | les: remove delayed les server starting | Zsolt Felfoldi | 2017-01-26 | 1 | -27/+3 |
* | les: add unknown peers to server pool instead of rejecting them | Zsolt Felfoldi | 2017-01-26 | 2 | -38/+45 |
* | Merge pull request #3579 from bas-vk/natspec | Péter Szilágyi | 2017-01-17 | 1 | -2/+0 |
|\ |
|
| * | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 1 | -2/+0 |
* | | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+2 |
|/ |
|
* | les: fixed transaction sending deadlock (#3568) | Felföldi Zsolt | 2017-01-16 | 1 | -1/+0 |
* | Merge pull request #3535 from fjl/all-ineffassign | Péter Szilágyi | 2017-01-10 | 1 | -2/+1 |
|\ |
|
| * | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 1 | -2/+1 |
* | | Merge pull request #3519 from zsfelfoldi/light-topic5 | Péter Szilágyi | 2017-01-09 | 10 | -121/+271 |
|\ \
| |/
|/| |
|
| * | les: fixed selectPeer deadlock, improved request distribution | Zsolt Felfoldi | 2017-01-06 | 10 | -121/+271 |
* | | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | | all: gofmt -w -s | Felix Lange | 2017-01-06 | 8 | -21/+21 |
* | | Merge pull request #3516 from fjl/types-drop-sign-ecdsa | Péter Szilágyi | 2017-01-06 | 1 | -7/+7 |
|\ \ |
|
| * | | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -7/+7 |
| |/ |
|
* / | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -1/+1 |
|/ |
|
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 2 | -4/+4 |
* | cmd/utils, eth, les: bubble --fakepow flag into eth/les too | Péter Szilágyi | 2017-01-04 | 1 | -4/+2 |
* | rpc: remove HexNumber, replace all uses with hexutil types | Felix Lange | 2016-12-20 | 1 | -2/+3 |
* | Merge pull request #3413 from zsfelfoldi/light-topic4 | Felix Lange | 2016-12-13 | 13 | -472/+1778 |
|\ |
|
| * | les, light: add block availability check for ODR requests | Zsolt Felfoldi | 2016-12-10 | 5 | -6/+59 |
| * | eth, les: defer starting LES service until ETH initial sync is finished | Zsolt Felfoldi | 2016-12-10 | 2 | -3/+29 |
| * | les: using random request IDs | Zsolt Felfoldi | 2016-12-10 | 3 | -11/+10 |
| * | les: improved header fetcher and server statistics | Zsolt Felfoldi | 2016-12-10 | 9 | -481/+801 |
| * | les: fixed light fetcher request ID matching | Zsolt Felfoldi | 2016-12-08 | 2 | -5/+11 |
| * | les: implement light server pool | Zsolt Felfoldi | 2016-12-08 | 5 | -45/+947 |
* | | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 2 | -3/+7 |
|/ |
|
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 2 | -6/+17 |
* | cmd, ethstats, les, mobile, params: native netstats (#3336) | Péter Szilágyi | 2016-11-25 | 1 | -0/+1 |
* | common/httpclient, les: removed httpclient | Jeffrey Wilcke | 2016-11-25 | 1 | -3/+0 |
* | les: fixed logging | Jeffrey Wilcke | 2016-11-16 | 1 | -1/+1 |
* | core/types: turn off nonce checking for Call messages | Zsolt Felfoldi | 2016-11-14 | 1 | -2/+2 |
* | p2p/discv5: fixed bootnode connect issues | Zsolt Felfoldi | 2016-11-14 | 1 | -2/+3 |
* | les/flowcontrol: fixed locking scheme | Zsolt Felfoldi | 2016-11-14 | 1 | -4/+7 |
* | Merge pull request #3179 from obscuren/eip-158 | Felix Lange | 2016-11-14 | 5 | -80/+41 |
|\ |
|
| * | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 3 | -62/+24 |
| * | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 5 | -18/+17 |
* | | les: cleaned up logging (#3256) | Jeffrey Wilcke | 2016-11-13 | 2 | -24/+29 |
|/ |
|
* | les: add missing nil check and handle quit in findServers | Zsolt Felfoldi | 2016-11-11 | 1 | -2/+5 |
* | les: print 'experimental feature' warning on startup | Felix Lange | 2016-11-09 | 1 | -0/+3 |
* | all: update license information | Felix Lange | 2016-11-09 | 19 | -22/+89 |
* | core/types: remove header accessors | Felix Lange | 2016-11-09 | 4 | -7/+7 |
* | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 4 | -5/+53 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 19 | -0/+5087 |