- 07 Jan, 2021 3 commits
-
-
Martin Holst Swende authored
* eth/protocols/snap: reschedule missed deliveries * eth/protocols/snap: clarify log message * eth/protocols/snap: revert failures async and update runloop Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Péter Szilágyi authored
cmd/utils, eth/downloader: minor snap nitpicks
-
Melvin Junhee Woo authored
-
- 06 Jan, 2021 3 commits
-
-
rene authored
* estimateGas, cumulativeGas * linted * add test for estimateGas
-
Marius van der Wijden authored
* crypto/bls12381: fixed ineffectual assignment * crypto/signify: fix ineffectual assignment
-
Péter Szilágyi authored
-
- 05 Jan, 2021 7 commits
-
-
jk-jeongkyun authored
-
Marius van der Wijden authored
Solidity 0.8.0 changes the way that output is marshalled. This patch allows to parse both the legacy format used previously and the new format. See also https://docs.soliditylang.org/en/breaking/080-breaking-changes.html#interface-changes
-
Marius van der Wijden authored
* cmd/geth: added --mainnet flag * cmd/utils: set default genesis if --mainnet is specified * cmd/utils: addressed comments
-
Antoine Toulme authored
This changes the JSON encoding of blocks returned by the API to have decimal instead of hexadecimal numbers. The spec wants it this way. Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Guillaume Ballet authored
-
Martin Holst Swende authored
This PR removes a logic in the miner, which was originally intended to help temporary testnets based on ethash from "running off into the future". If the difficulty was low, and a few computers started mining several blocks per second, the ethash rules (which demand 1s delay between blocks) would push the blocktimes further and further away. The solution was to make the miner sleep while this happened. Nowadays, this problem is solved instead by PoA chains, and it's recommended to let testnets and devnets be based on clique instead. The existing logic is problematic, since it can cause stalls within the miner making it difficult for remote workers to submit work if the channel is blocked on a sleep. Credits to Saar Tochner for reporting this via the bug bounty
-
Péter Szilágyi authored
cmd: support v1.1 Twitter API in faucet, fix puppeth
-
- 04 Jan, 2021 6 commits
-
-
Péter Szilágyi authored
-
Suriyaa Sundararuban authored
Add links to go-ethereum's GitHub release page. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
rene authored
-
Suriyaa Sundararuban authored
-
Vie authored
-
Melvin Junhee Woo authored
-
- 30 Dec, 2020 1 commit
-
-
yumiel yoomee1313 authored
closes #22049
-
- 27 Dec, 2020 9 commits
-
-
ucwong authored
-
Suriyaa Sundararuban authored
-
jk-jeongkyun authored
-
Suriyaa Sundararuban authored
-
Suriyaa Sundararuban authored
-
Suriyaa Sundararuban authored
-
Martin Holst Swende authored
-
Sina Mahmoodi authored
* eth/tracers: share tx gas price with js tracer * eth/tracers: use `go generate` * eth/tracers: try with another version of go-bindata * eth/tracers: export txGas * eth, eth/tracers: pass intrinsic gas to js tracers eth/tracers: include tx gas in tracers usedGas eth/tracers: fix prestate tracer's sender balance eth/tracers: rm unnecessary import eth/tracers: pass intrinsicGas separately to tracer eth/tracers: fix tests broken by lack of txdata eth, eth/tracers: minor fix * eth/tracers: regenerate assets + unexport test-struct + add testcase * eth/tracers: simplify tests + make table-driven Co-authored-by:
Guillaume Ballet <gballet@gmail.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Timo Tijhof authored
The legacy dot-org URL was displaying a message about the repository having migrated to the dot-com service, which now covers open-source projects as well.
-
- 23 Dec, 2020 2 commits
-
-
Martin Holst Swende authored
* common,crypto: move fuzzers out of core * fuzzers: move vm fuzzer out from core * fuzzing: rework cover package logic * fuzzers: lint
-
Marius van der Wijden authored
During the snap and eth refactor, the net_version rpc call was falsely deprecated. This restores the net_version RPC handler as most eth2 nodes and other software depend on it.
-
- 21 Dec, 2020 2 commits
- 17 Dec, 2020 1 commit
-
-
Marius van der Wijden authored
-
- 15 Dec, 2020 2 commits
-
-
Felföldi Zsolt authored
* les: allow tx unindexing in les/4 light server mode * les: minor fixes * les: more small fixes * les: add meaningful constants for recentTxIndex handshake field
-
Martin Holst Swende authored
-
- 14 Dec, 2020 3 commits
-
-
Mr-Leshiy authored
-
Marius van der Wijden authored
-
Péter Szilágyi authored
This commit splits the eth package, separating the handling of eth and snap protocols. It also includes the capability to run snap sync (https://github.com/ethereum/devp2p/blob/master/caps/snap.md) , but does not enable it by default. Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- 12 Dec, 2020 1 commit
-
-
Shiming authored
* doc: clarify abigen alias flag usage update the `abigen --alias` flag help info, give an example to make it more clear related issue: https://github.com/ethereum/go-ethereum/issues/21846 * Update cmd/abigen/main.go Co-authored-by:
ligi <ligi@ligi.de> Co-authored-by:
Martin Holst Swende <martin@swende.se> Co-authored-by:
ligi <ligi@ligi.de>
-