- Nov 09, 2017
-
-
Bas van Kervel authored
-
b00ris authored
-
Evgeny Danilenko authored
-
- Nov 08, 2017
-
-
ferhat elmas authored
-
- Nov 06, 2017
-
-
Eugene Valeyev authored
All logs in the FilterLog return value would be the same object because the for loop captured the pointer to the iteration variable.
-
- Nov 03, 2017
-
-
Vlad Gluhovsky authored
-
- Oct 30, 2017
-
-
Jim McDonald authored
* core: allow price bump at threshold * core: test changes to allow price bump at threshold * core: reinstate tx replacement test underneath threshold * core: minor test failure message cleanups
-
Péter Szilágyi authored
core, swarm: typo fixes
-
ferhat elmas authored
-
- Oct 27, 2017
-
-
Zsolt Felföldi authored
* les: fix topic ID * core/bloombits: fix interface conversion
-
Péter Szilágyi authored
cmd/rlpdump: allow hex input to have leading '0x'
-
Jim McDonald authored
-
- Oct 25, 2017
-
-
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
-
- 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
-