- May 15, 2019
-
-
Anton Evangelatov authored
-
Felix Lange authored
This change implements EIP-868. The UDPv4 transport announces support for the extension in ping/pong and handles enrRequest messages. There are two uses of the extension: If a remote node announces support for EIP-868 in their pong, node revalidation pulls the node's record. The Resolve method requests the record unconditionally.
-
- May 14, 2019
-
-
Felix Lange authored
These changes fix two corner cases related to internal handling of types in package rlp: The "tail" struct tag can only be applied to the last field. The check for this was wrong and didn't allow for private fields after the field with the tag. Unsupported types (e.g. structs containing int) which implement either the Encoder or Decoder interface but not both couldn't be encoded/decoded. Also fixes #19367
-
Jeremy Schlatter authored
-
- May 13, 2019
-
-
Péter Szilágyi authored
cmd/faucet: remove Google+ mention from web assets too
-
Péter Szilágyi authored
* core, eth, trie: bloom filter for trie node dedup during fast sync * eth/downloader, trie: address review comments * core, ethdb, trie: restart fast-sync bloom construction now and again * eth/downloader: initialize fast sync bloom on startup * eth: reenable eth/62 until we properly remove it
-
Péter Szilágyi authored
-
Zsolt Felföldi authored
* les, light: implement ODR transaction lookup by hash * les: delete useless file * internal/ethapi: always use backend to find transaction * les, eth, internal/ethapi: renamed GetCanonicalTransaction to GetTransaction * light: add canonical header verification to GetTransaction
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
p2p/discover: fix nil-dereference due to race
-
PilkyuJung authored
* move error variable to error.go * Update error.go Edit "Genesis" to "genesis"
-
Martin Holst Swende authored
-
Elad authored
-
Anton Evangelatov authored
-
- May 11, 2019
-
-
holisticode authored
-
- May 10, 2019
-
-
Péter Szilágyi authored
* core: fix import errors on clique crashes + empty blocks * cosensus/clique, core: add test for the mirrored state issue * core: address todo question wrt log count * core: raise a louder warning for non-clique known blocks
-
Péter Szilágyi authored
swarm v0.4-rc1
-
Elad authored
-
Anton Evangelatov authored
swarm/storage: remove traces for put/get/set (#1389) * swarm/storage: remove traces for put/get/set * swarm/storage: remove Has traces
-
Elad authored
swarm/storage/localstore: add gc metrics, disable flaky test
-
Anton Evangelatov authored
swarm/storage/localstore: fix broken metric (#1373) p2p/protocols: count different messages (#1374) cmd/swarm: disable snapshot create test due to constant flakes (#1376) swarm/network: remove redundant goroutine (#1377)
-
Louis Holbrook authored
-
Anton Evangelatov authored
swarm/network: add want delay timer to syncing (#1367) swarm/network: synchronise peer.close() (#1369)
-
Elad authored
swarm/api: integrate tags to count chunks being split and stored swarm/api/http: integrate tags in middleware for HTTP `POST` calls and assert chunks being calculated and counted correctly swarm: remove deprecated and unused code, add swarm hash to DoneSplit signature, remove calls to the api client from the http package
-
Janoš Guljaš authored
-
Elad authored
* swarm/chunk: add tags backend to chunk package
-
Anton Evangelatov authored
swarm/network: measure how many chunks a node delivers (#1358)
-
Elad authored
-
Janoš Guljaš authored
* swarm/shed: remove metrics fields from DB struct * swarm/schunk: add String methods to modes * swarm/storage/localstore: add metrics and traces * swarm/chunk: unknown modes without spaces in String methods * swarm/storage/localstore: remove bin number from pull subscription metrics * swarm/storage/localstore: add resetting time metrics and code improvements
-
Anton Evangelatov authored
cmd/swarm/swarm-smoke: improve smoke tests (#1337) swarm/network: remove dead code (#1339) swarm/network: remove FetchStore and SyncChunkStore in favor of NetStore (#1342)
-
Janoš Guljaš authored
-
- May 08, 2019
-
-
Péter Szilágyi authored
cmd/faucet: embed git commit hash/date, disable Google+
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
C. Brown authored
* add-date-to unstable * fields-insteadof-split * internal/build: support building with missing git * docker: add git history back to support commit date in version * internal/build: use PR commits hashes for PR builds
-
Gary Rong authored
* core: import known blocks if they can be inserted as canonical blocks * core: insert knowns blocks * core: remove useless * core: doesn't process head block in reorg function
-
Péter Szilágyi authored
eth/downloader: fix header delays during chain dedup
-
Samuel Marks authored
-
- May 07, 2019
-
-
Guillaume Ballet authored
-