- Jun 08, 2020
-
-
Arpit Agarwal authored
* fix: resolve conflict * chg: use bor url for import * Fix regressions from merge Co-authored-by:
Jaynti Kanani <jdkanani@gmail.com>
-
- May 18, 2020
-
-
atvanguard authored
-
- May 15, 2020
-
-
Jaynti Kanani authored
-
- May 14, 2020
-
-
atvanguard authored
-
- Apr 07, 2020
-
-
Arpit Agarwal authored
-
- Apr 01, 2020
-
-
atvanguard authored
-
atvanguard authored
-
- Nov 12, 2019
-
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
- Oct 26, 2019
-
-
Jaynti Kanani authored
-
- Oct 25, 2019
-
-
Jaynti Kanani authored
-
- Oct 24, 2019
-
-
Jaynti Kanani authored
-
- Sep 25, 2019
-
-
Jaynti Kanani authored
-
- Jul 14, 2019
-
-
Jaynti Kanani authored
-
- Jun 13, 2019
-
-
Jaynti Kanani authored
-
- Jun 09, 2019
-
-
Jaynti Kanani authored
-
- Jun 07, 2019
-
-
Felix Lange authored
* p2p/enr: add entries for for IPv4/IPv6 separation This adds entry types for "ip6", "udp6", "tcp6" keys. The IP type stays around because removing it would break a lot of code and force everyone to care about the distinction. * p2p/enode: track IPv4 and IPv6 address separately LocalNode predicts the local node's UDP endpoint and updates the record. This change makes it predict IPv4 and IPv6 endpoints separately since they can now be in the record at the same time. * p2p/enode: implement base64 text format * all: switch to enode.Parse(...) This allows passing base64-encoded node records to all the places that previously accepted enode:// URLs. The URL format is still supported. * cmd/bootnode, p2p: log node URL instead of ENR ...and return the base64 record in NodeInfo.
-
Felix Lange authored
* p2p/discover: export Ping and RequestENR These two are useful for checking the status of a node. * cmd/devp2p: add devp2p debug tool This is a new tool for debugging p2p issues. It supports a few basic tasks for now, but many more things can and will be added in the near future. devp2p enrdump -- prints ENRs readably devp2p discv4 ping -- checks if a node is up devp2p discv4 requestenr -- gets a node's record devp2p discv4 resolve -- finds a node through the DHT
-
- Jun 05, 2019
-
-
Guillaume Ballet authored
* cmd/clef: Enable smartcard hub * clef: don't error is pcsc is not installed
-
ledgerwatch authored
* Add retesteth command * Remove label and insert full version * mineBlock - break the inner loop when the block is full * Fixes for touched non-reward accounts, gas limit issues * Not fail when SendTx has transaction with incorrect RLP * Fix linter (unnecessary conversion) * retesteth: add usage string to flag
-
- Jun 04, 2019
-
-
Martin Holst Swende authored
-
Guillaume Ballet authored
* scwallet: don't error when pcsc socket is missing * review feedback * more review feedback
-
Rafael Matias authored
-
- Jun 03, 2019
-
-
Martin Holst Swende authored
* core/signer, clef: improve ui-test flow, fix errors in uint handling for eip-712 * core/signer: add fuzzer testcases + crashfixes * signer: address review concerns, check sign in integer parsing
-
- May 31, 2019
-
-
Guillaume Ballet authored
* accounts/scwallet: Add a switch to enable smartcard support * accounts: change the meaning of the switch * disable card support in windows until tested * only activate account if pcscd socket file is present * the switch is now the path to the socket file * accounts/scwallet: holiman's review feedback * accounts/scwallet: send the path to go-pcsclite * accounts/scwallet: add default, per platform path * accounts/scwallet: fix error log warning * accounts/scwallet: update pcsc lib to latest * accounts/scwallet: use default path from pcsclite * scwallet: forgot to change switch name * cmd: minor style cleanups (error handling first, then happy path)
-
- May 30, 2019
-
-
Zsolt Felföldi authored
les, les/flowcontrol: implement LES/3
-
- May 27, 2019
-
-
Vitaly Bogdanov authored
-
- May 20, 2019
-
-
Jaynti Kanani authored
-
- May 18, 2019
-
-
Jaynti Kanani authored
-
- May 17, 2019
-
-
Jaynti Kanani authored
-
- May 16, 2019
-
-
Péter Szilágyi authored
-
Gary Rong authored
* core, eth: some fixes for freezer * vendor, core/rawdb, cmd/geth: add db inspector * core, cmd/utils: check ancient store path forceily * cmd/geth, common, core/rawdb: a few fixes * cmd/geth: support windows file rename and fix rename error * core: support ancient plugin * core, cmd: streaming file copy * cmd, consensus, core, tests: keep genesis in leveldb * core: write txlookup during ancient init * core: bump database version
-
Péter Szilágyi authored
-
- May 15, 2019
-
-
Jaynti Kanani authored
-
- May 13, 2019
-
-
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
-
Elad authored
-
- May 10, 2019
-
-
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)
-