- Oct 24, 2017
-
-
Zsolt Felföldi 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
-
- Oct 20, 2017
-
-
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
-
- Oct 18, 2017
-
-
baizhenxuan authored
-
- Oct 17, 2017
-
-
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
-
- Oct 16, 2017
-
-
Péter Szilágyi authored
-
- Oct 14, 2017
-
-
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
-
- Oct 13, 2017
-
-
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
-
- Oct 12, 2017
-
-
Péter Szilágyi authored
cmd/puppeth: use dumb textual IP filtering
-
Péter Szilágyi authored
miner: fix typo
-
terasum authored
-
- Oct 11, 2017
-
-
Jim McDonald authored
-
Péter Szilágyi authored
cmd: Added support for downloading to another DB instance
-
- Oct 10, 2017
-
-
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
-
- Oct 09, 2017
-
-
Darrel Herbst authored
If the file already existed, the WriteResponse.Size was being set as the length of the entire file, not just the amount that was written to the existing file. Fixes #15216
-
Martin Holst Swende authored
The accountCache contains a file cache, and remembers from scan to scan what files were present earlier. Thus, whenever there's a change, the scan phase only bothers processing new and removed files.
-