- 27 Oct, 2017 1 commit
 - 
- 
Jim McDonald authored
 
 - 
 - 25 Oct, 2017 1 commit
 - 
- 
Péter Szilágyi authored
* core, eth, les: fix messy code * les: fixed tx status test and rlp encoding * core: add a workaround for light sync
 
 - 
 - 24 Oct, 2017 3 commits
 - 
- 
Felföldi Zsolt authored
This PR implements the new LES protocol version extensions: * new and more efficient Merkle proofs reply format (when replying to a multiple Merkle proofs request, we just send a single set of trie nodes containing all necessary nodes) * BBT (BloomBitsTrie) works similarly to the existing CHT and contains the bloombits search data to speed up log searches * GetTxStatusMsg returns the inclusion position or the pending/queued/unknown state of a transaction referenced by hash * an optional signature of new block data (number/hash/td) can be included in AnnounceMsg to provide an option for "very light clients" (mobile/embedded devices) to skip expensive Ethash check and accept multiple signatures of somewhat trusted servers (still a lot better than trusting a single server completely and retrieving everything through RPC). The new client mode is not implemented in this PR, just the protocol extension.
 - 
Péter Szilágyi authored
* cmd, consensus, core, miner: instatx clique for --dev * cmd, consensus, clique: support configurable --dev block times * cmd, core: allow --dev to use persistent storage too
 - 
Anton Markelov authored
 
 - 
 - 20 Oct, 2017 7 commits
 - 
- 
Péter Szilágyi authored
core: fire tx event on replace, expand tests
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
build: start shipping Ubuntu Artful Aardvark binaries
 - 
Martin Holst Swende authored
 - 
Péter Szilágyi authored
 
 - 
 - 18 Oct, 2017 1 commit
 - 
- 
baizhenxuan authored
 
 - 
 - 17 Oct, 2017 5 commits
 - 
- 
Péter Szilágyi authored
cmd/faucet: support twitter, google+ and facebook auth too
 - 
Péter Szilágyi authored
 - 
Sumit Sarin authored
 - 
RJ Catalano authored
 - 
Péter Szilágyi authored
 
 - 
 - 16 Oct, 2017 1 commit
 - 
- 
Péter Szilágyi authored
 
 - 
 - 14 Oct, 2017 4 commits
 - 
- 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
core/vm: check opcode stack before readonly enforcement
 - 
Péter Szilágyi authored
 
 - 
 - 13 Oct, 2017 5 commits
 - 
- 
Péter Szilágyi authored
trie: make hasher benchmark meaningful post-caches
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
core/types: fix test for TransactionsByPriceAndNonce
 - 
Péter Szilágyi authored
ethash: fix typo
 - 
Ernesto del Toro authored
 
 - 
 - 12 Oct, 2017 3 commits
 - 
- 
Péter Szilágyi authored
cmd/puppeth: use dumb textual IP filtering
 - 
Péter Szilágyi authored
miner: fix typo
 - 
terasum authored
 
 - 
 - 11 Oct, 2017 2 commits
 - 
- 
Jim McDonald authored
 - 
Péter Szilágyi authored
cmd: Added support for downloading to another DB instance
 
 - 
 - 10 Oct, 2017 7 commits
 - 
- 
Péter Szilágyi authored
 - 
Nick Johnson authored
 - 
Jia Chenhui authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Miya Chen authored
* eth/fetcher: check the origin of filter task * eth/fetcher: add some details to fetcher logs
 
 -