| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -17/+17 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 1 | -3/+2 |
* | all: make indexer configurable (#17188) | gary rong | 2018-08-28 | 1 | -5/+8 |
* | les: fix crasher in NodeInfo when running as server (#17419) | Felix Lange | 2018-08-17 | 1 | -101/+27 |
* | light: CHT and bloom trie indexers working in light mode (#16534) | Felföldi Zsolt | 2018-08-16 | 1 | -7/+27 |
* | les: implement client connection logic (#16899) | Felföldi Zsolt | 2018-08-15 | 1 | -1/+21 |
* | all: simplify switches (#17267) | Oleg Kovalov | 2018-07-30 | 1 | -2/+1 |
* | core, eth, les: more efficient hash-based header chain retrieval (#16946) | Felföldi Zsolt | 2018-06-12 | 1 | -13/+22 |
* | les: pass server pool to protocol manager (#16947) | Felföldi Zsolt | 2018-06-12 | 1 | -1/+2 |
* | les: add Skip overflow check to GetBlockHeadersMsg handler (#16891) | Felföldi Zsolt | 2018-06-05 | 1 | -7/+18 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -46/+58 |
* | eth, les: allow exceeding maxPeers for trusted peers (#16189) | Andrey Petrov | 2018-02-27 | 1 | -1/+2 |
* | les, light: fix CHT trie retrievals (#16039) | Péter Szilágyi | 2018-02-11 | 1 | -28/+16 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -82/+111 |
* | les: limit LES peer count and improve peer configuration logic (#16010) | Felföldi Zsolt | 2018-02-05 | 1 | -1/+8 |
* | core, eth, les, light: get rid of redundant methods | Péter Szilágyi | 2018-01-31 | 1 | -8/+14 |
* | les: fix TxStatusMsg RLP coding (#15974) | Felföldi Zsolt | 2018-01-27 | 1 | -2/+2 |
* | les: fix les/1 CHT compatibility issue (#15692) | Felföldi Zsolt | 2018-01-09 | 1 | -2/+2 |
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -2/+2 |
* | eth, les, light: expose chain config in les node info too (#15732) | Péter Szilágyi | 2017-12-28 | 1 | -3/+14 |
* | core, eth, les: fix messy code (#15367) | Péter Szilágyi | 2017-10-25 | 1 | -30/+35 |
* | les, light: LES/2 protocol version (#14970) | Felföldi Zsolt | 2017-10-24 | 1 | -28/+326 |
* | core, eth/downloader: commit block data using batches (#15115) | Felix Lange | 2017-09-10 | 1 | -1/+1 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -0/+1 |
* | les: fix megacheck warnings (#14941) | Felföldi Zsolt | 2017-08-09 | 1 | -6/+0 |
* | 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 |
|/ |
|
* | les: code refactoring (#14416) | Felföldi Zsolt | 2017-06-21 | 1 | -128/+79 |
* | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 1 | -3/+3 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 1 | -9/+57 |
* | all: update light logs (and a few others) to the new model | Péter Szilágyi | 2017-03-03 | 1 | -37/+31 |
* | 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 | 1 | -36/+35 |
* | les: add unknown peers to server pool instead of rejecting them | Zsolt Felfoldi | 2017-01-26 | 1 | -3/+0 |
* | les: fixed selectPeer deadlock, improved request distribution | Zsolt Felfoldi | 2017-01-06 | 1 | -33/+36 |
* | Merge pull request #3413 from zsfelfoldi/light-topic4 | Felix Lange | 2016-12-13 | 1 | -56/+53 |
|\ |
|
| * | eth, les: defer starting LES service until ETH initial sync is finished | Zsolt Felfoldi | 2016-12-10 | 1 | -2/+2 |
| * | les: using random request IDs | Zsolt Felfoldi | 2016-12-10 | 1 | -2/+2 |
| * | les: improved header fetcher and server statistics | Zsolt Felfoldi | 2016-12-10 | 1 | -31/+22 |
| * | les: fixed light fetcher request ID matching | Zsolt Felfoldi | 2016-12-08 | 1 | -1/+1 |
| * | les: implement light server pool | Zsolt Felfoldi | 2016-12-08 | 1 | -45/+51 |
* | | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 1 | -2/+6 |
|/ |
|
* | p2p/discv5: fixed bootnode connect issues | Zsolt Felfoldi | 2016-11-14 | 1 | -2/+3 |
* | Merge pull request #3179 from obscuren/eip-158 | Felix Lange | 2016-11-14 | 1 | -2/+3 |
|\ |
|
| * | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+3 |
* | | les: cleaned up logging (#3256) | Jeffrey Wilcke | 2016-11-13 | 1 | -21/+21 |
|/ |
|
* | les: add missing nil check and handle quit in findServers | Zsolt Felfoldi | 2016-11-11 | 1 | -2/+5 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+1 |
* | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 1 | -1/+48 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 1 | -0/+854 |