- Sep 27, 2017
-
-
Martin Holst Swende authored
-
Péter Szilágyi authored
When implementing the new bloombits based filter, I've accidentally broke null topics by removing the special casing of common.Hash{} filter rules, which acted as the wildcard topic until now. This PR fixes the regression, but instead of using the magic hash common.Hash{} as the null wildcard, the PR reworks the code to handle nil topics during parsing, converting a JSON null into nil []common.Hash topic.
-
Péter Szilágyi authored
cmd/geth: fix --password typo
-
ayeowch authored
-
- Sep 26, 2017
-
-
Péter Szilágyi authored
core/state: revert log index when removing logs
-
Péter Szilágyi authored
* p2p: snappy encoding for devp2p (version bump to 5) * p2p: remove lazy decompression, enforce 16MB limit
-
- Sep 25, 2017
-
-
slumber1122 authored
-
Derek Chiang authored
This patch fixes the following issues: * The contract executes send() when it does not have enough balance. * The contract always sends a total amount of zero.
-
Lewis Marshall authored
This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.
-
- Sep 22, 2017
-
-
Casey Detrio authored
-
- Sep 21, 2017
-
-
Zahoor Mohamed authored
-
Felix Lange authored
-
- Sep 20, 2017
-
-
Ernesto del Toro authored
-
Gary Rong authored
-
- Sep 19, 2017
-
-
Mark authored
-
- Sep 18, 2017
-
-
Paul Litvak authored
-
Davor Kapsa authored
-
- Sep 15, 2017
-
-
Dave Appleton authored
-
Kyuntae Ethan Kim authored
-
- Sep 14, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: enable Byzantium on Ropsten/tests, fix failures
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* params: Updated finalized gascosts for ECMUL/MODEXP * core,tests: Updates pending new tests * tests: Updated with new tests * core: revert state transition bugfix * tests: Add expected failures due to #15119
-
Péter Szilágyi authored
consensus, core, params: rebrand Metro to Byzantium
-
Péter Szilágyi authored
-
- Sep 13, 2017
-
-
Péter Szilágyi authored
params: add Infura bootnode to Rinkeby
-
Péter Szilágyi authored
-
- Sep 12, 2017
-
-
Péter Szilágyi authored
eth/downloader: track peer drops and deassign state sync tasks
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/puppeth: reserve "yournode" as a non-allowed ethstats user
-
Péter Szilágyi authored
-
Péter Szilágyi authored
light: new CHTs for mainnet and ropsten
-
- Sep 11, 2017
-
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
eth/downloader: exit loop when there is no more available task
-
Péter Szilágyi authored
internal/debug: add debug_setGCPercent
-
Felix Lange authored
-
Péter Szilágyi authored
* core: only fire one chain head per batch * miner: announce chan events synchronously
-
Felix Lange authored
-