- Aug 21, 2018
-
-
Gary Rong authored
* cmd, eth, miner: make recommit configurable * cmd, eth, les, miner: polish a bit * miner: filter duplicate sealing work * cmd: remove uncessary conversion * miner: avoid microptimization in favor of cleaner code
-
Geon Kim authored
-
Gary Rong authored
-
Péter Szilágyi authored
consensus/clique, light: light client snapshots on Rinkeby
-
Jeremy Schlatter authored
-
Péter Szilágyi authored
-
Zsolt Felföldi authored
-
Pierre Neter authored
-
Anton Evangelatov authored
-
Anton Evangelatov authored
* swarm, swarm/network, swarm/pss: log error and fix logs * swarm/pss: log compressed publickey
-
Péter Szilágyi authored
crypto/bn256: add missing license file, release wrapper in BSD-3
-
Péter Szilágyi authored
Ensure from < to when tracing chain
-
Martin Holst Swende authored
-
- Aug 20, 2018
-
-
Péter Szilágyi authored
-
Nilesh Trivedi authored
* cmd/puppeth: Accept identityfile in the server string with fallback to id_rsa * cmd/puppeth: code polishes + fix heath check double ports
-
Zsolt Felföldi authored
-
Aditya authored
-
Péter Szilágyi authored
console: fixed comment typo
-
Péter Szilágyi authored
consensus/ethash: reduce notify test aggressiveness
-
Anton Evangelatov authored
-
Anton Evangelatov authored
-
Elad authored
-
Wuxiang authored
-
- Aug 17, 2018
-
-
hackyminer authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
miner: update mining log with correct fee calculation
-
Péter Szilágyi authored
-
Felix Lange authored
* les: fix crasher in NodeInfo when running as server The ProtocolManager computes CHT and Bloom trie roots by asking the indexers for their current head. It tried to get the indexers from LesOdr, but no LesOdr instance is created in server mode. Attempt to fix this by moving the indexers, protocol creation and NodeInfo to a new lesCommons struct which is embedded into both server and client. All this setup code should really be cleaned up, but this is just a hotfix so we have to do that some other time. * les: fix commons protocol maker
-
Anton Evangelatov authored
-
Péter Szilágyi authored
crypto/bn256: fix issues caused by Go 1.11
-
Sasuke1964 authored
-
- Aug 16, 2018
-
-
Péter Szilágyi authored
consensus/ethash: use DAGs for remote mining, generate async
-
Péter Szilágyi authored
miner: add gas and fee details to mining logs
-
Péter Szilágyi authored
-
Gary Rong authored
* miner: regenerate mining work every 3 seconds * miner: polish
-
Péter Szilágyi authored
cmd/puppeth: fix nil panic on disconnected stats gathering
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Aug 15, 2018
-
-
Zsolt Felföldi authored
This PR enables the indexers to work in light client mode by downloading a part of these tries (the Merkle proofs of the last values of the last known section) in order to be able to add new values and recalculate subsequent hashes. It also adds CHT data to NodeInfo.
-
Elad authored
Co-authored-by:
Janos Guljas <janos@resenje.org> Co-authored-by:
Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by:
Balint Gabor <balint.g@gmail.com>
-