- Feb 10, 2018
-
-
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
-
Zsolt Felföldi 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
-
- Jan 25, 2018
-
-
waymobetta authored
-
Zsolt Felföldi authored
-
- Jan 24, 2018
-
-
Steven Roose authored
* rpc: Support specifying HTTP client in RPC dialing Adds a minimal interface that captures http.Client and adds a new method rpc.DialHTTPClient that takes a client using that interface. The existing rpc.DialHTTP method is then alternatively implemented by using the new rpc.DialHTTPClient method provided with a standard *http.Client. * rpc: fix minor doc typos
-
Péter Szilágyi authored
accounts/abi/bind: support event filtering in abigen
-
Péter Szilágyi authored
-
- Jan 23, 2018
-
-
Kurkó Mihály authored
* dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs
-
Zsolt Felföldi authored
* core, light: fix chain indexer bug * light: add new CHT
-