- Feb 12, 2018
-
-
Péter Szilágyi authored
-
ferhat elmas authored
-
- Feb 11, 2018
-
-
Péter Szilágyi authored
build: deprecate zesty, add bionic PPA
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: only disable fast sync after success
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: don't require state for ancestor lookups
-
Péter Szilágyi authored
* les, light: fix CHT trie retrievals * les, light: minor polishes, test remote CHT retrievals * les, light: deterministic nodeset rlp, bloombits test skeleton * les: add an event emission to the les bloombits test * les: drop dead tester code
-
Péter Szilágyi authored
-
- Feb 10, 2018
-
-
Guillaume Ballet authored
The bulk of the issue was to adapt to the new requirement that a v6 filter has to either contain a symmertric key or an asymmetric one. This commits revert one of the fixes that I made to remove a linter warning: unexporting NewSentMessage. This is not really a problem as I have a cleanup in the pipe that will solve this issue.
-
Zsolt Felföldi authored
-
Chase Wright authored
* Remove --fast flag and clarify default `--fast` is no longer a flag it's `--syncmode "fast"` and that is the default * Remove --cache flag --cache=512 is no longer required as of 1.8 as the default has been increased * README: Minor cache amount fix, mention Rinkeby
-
- Feb 09, 2018
-
-
Vlad Gluhovsky authored
* whisper: bloom filter refactoring * whisper: fixed full node
-
Vlad Gluhovsky authored
-
- Feb 08, 2018
-
-
Zsolt Felföldi authored
* p2p/discv5: add query delay, fix node address update logic, retry refresh if empty * p2p/discv5: remove unnecessary ping before topic query * p2p/discv5: do not filter local address from topicNodes * p2p/discv5: remove canQuery() * p2p/discv5: gofmt
-
Casey Detrio authored
* params: update ropsten bootnodes * params: fix linter
-
Péter Szilágyi authored
eth, light: minor light client startup cleanups
-
Péter Szilágyi authored
-
- Feb 06, 2018
-
-
Vlad Gluhovsky authored
whisper: improve a log message to analyze a travis issue
-
- Feb 05, 2018
-
-
Guillaume Ballet authored
-
Péter Szilágyi authored
This commit reduces database I/O by not writing every state trie to disk.
-
Péter Szilágyi authored
github: Replaces Wiki link [ci skip]
-
Ev authored
-
Zsolt Felföldi authored
* les: limit number of LES connections * eth, cmd/utils: light vs max peer configuration logic
-
Martin Holst Swende authored
-
- Feb 03, 2018
-
-
Péter Szilágyi authored
cmd/utils: fix #16006 by not lowering OS ulimit
-
- Feb 02, 2018
-
-
Péter Szilágyi authored
params: fix bootnodes gofmt
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
- Feb 01, 2018
-
-
Afri Schoedon authored
-
- Jan 31, 2018
-
-
Péter Szilágyi authored
core, eth, les, light: get rid of redundant methods
-
- Jan 30, 2018
-
-
Péter Szilágyi authored
ethdb: reset the batch size too on reset
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* leveldb: Update leveldb to 211f780 (poolfix) * core, ethdb: reuse database batches
-
Péter Szilágyi authored
-
Zsolt Felföldi authored
-
Vlad Gluhovsky authored
* whisper: message format changed * whisper: tests fixed * whisper: style fixes * whisper: fixed names, fixed failing tests * whisper: fix merge issue in #15870 Occured while using the github online merge tool. Lesson learned. * whisper: fix a gofmt error for #15870
-
- Jan 29, 2018
-
-
Martin Holst Swende authored
-
Guillaume Ballet authored
-
- Jan 26, 2018
-
-
Martin Holst Swende authored
* ethapi: add personal.signTransaction * ethapi: refactor to minimize duplicate code * ethapi: make nonce,gas,gasPrice obligatory in signTransaction
-