- 11 Feb, 2018 5 commits
-
-
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
-
- 10 Feb, 2018 3 commits
-
-
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.
-
Felföldi Zsolt 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
-
- 09 Feb, 2018 2 commits
- 08 Feb, 2018 4 commits
-
-
Felföldi Zsolt 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
-
cdetrio 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
-
- 06 Feb, 2018 1 commit
-
-
gluk256 authored
whisper: improve a log message to analyze a travis issue
-
- 05 Feb, 2018 6 commits
-
-
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
-
Felföldi Zsolt authored
* les: limit number of LES connections * eth, cmd/utils: light vs max peer configuration logic
-
Martin Holst Swende authored
-
- 03 Feb, 2018 1 commit
-
-
Péter Szilágyi authored
cmd/utils: fix #16006 by not lowering OS ulimit
-
- 02 Feb, 2018 3 commits
-
-
Péter Szilágyi authored
params: fix bootnodes gofmt
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
- 01 Feb, 2018 1 commit
-
-
Afri Schoedon authored
-
- 31 Jan, 2018 1 commit
-
-
Péter Szilágyi authored
core, eth, les, light: get rid of redundant methods
-
- 30 Jan, 2018 6 commits
-
-
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
-
Felföldi Zsolt authored
-
gluk256 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
-
- 29 Jan, 2018 2 commits
-
-
Martin Holst Swende authored
-
Guillaume Ballet authored
-
- 26 Jan, 2018 5 commits
-
-
Martin Holst Swende authored
* ethapi: add personal.signTransaction * ethapi: refactor to minimize duplicate code * ethapi: make nonce,gas,gasPrice obligatory in signTransaction
-
Felföldi Zsolt authored
-
Guillaume Ballet authored
* whisper: fixes warnings from the code linter * whisper: more non-API-breaking changes The remaining lint errors are because of auto-generated files and one is because an exported function has a non- exported return type. Changing this would break the API, and will be part of another commit for easier reversal. * whisper: un-export NewSentMessage to please the linter This is an API change, which is why it's in its own commit. This change was initiated after the linter complained that the returned type wasn't exported. I chose to un-export the function instead of exporting the type, because that type is an implementation detail that I would like to change in the near future to make the code more readable and with an increased coverage. * whisper: update gencodec output after upgrading it to new lint standards
-
b00ris authored
* whisper: fix empty topic * whisper: add check to matchSingleTopic * whisper: add tests * whisper: fix gosimple * whisper: added lastTopicByte const
-
Miguel Mota authored
-