- Aug 24, 2021
-
-
baptiste-b-pegasys authored
-
Zachinquarantine authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Martin Holst Swende authored
Co-authored-by:
Felix Lange <fjl@twurst.com> Co-authored-by:
Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
-
Guillaume Ballet authored
-
ligi authored
Before: 316M .git/modules/tests/ After: 171M .git/modules/tests/
-
Pedro Gomes authored
This fixes a rare crash which could occur when two different errors happened in the same bloombits.MatcherSession.
-
Marius van der Wijden authored
In p2p/dial.go, conn.flags was accessed without using sync/atomic. This race is fixed by removing the access. In p2p/enode/iter_test.go, a similar race is resolved by writing the field atomically. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
chuwt authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* core/vm: more detailed benchmark for jumpdest analysis * core/vm: make jd analysis benchmark alloc free * core/vm: improve jumpdest analysis * core/vm: improve worst-case * core/vm: further improvements in analysis * core/vm: improve jumpdest analysis >PUSH15 * core/vm: make jd analysis ref by value * core/vm: fix misspell * core/vm: improve set8 and set16 a bit * core/vm: reduce amount of code * core/vm: optimize byte copying
-
- Aug 23, 2021
-
-
Zsolt Felföldi authored
* eth/gasprice: cache feeHistory results * eth/gasprice: changed feeHistory block count limitation * eth/gasprice: do not use embedded struct in blockFees * eth/gasprice: fee processing logic cleanup * eth/gasprice: purge feeHistory cache at chain reorgs
-
ucwong authored
-
Felix Lange authored
-
Marius van der Wijden authored
-
- Aug 20, 2021
-
-
Péter Szilágyi authored
-
- Aug 18, 2021
-
-
chuwt authored
-
- Aug 17, 2021
-
-
陈佳 authored
Makes the RPC block return the POA sealer for clique blocks on the 'miner' field (was previously zeroes)
-
Zachinquarantine authored
Adds --nousb as a deprecated flag when someone runs the geth show-deprecated-flags command.
-
Zachinquarantine authored
Removes references to the short-lived Calaveras testnet
-
jwasinger authored
cmd, metrics: add support for influxdb-v2 (cherry-picking from italoacasas' changes), leave existing support for v1 to maintain backwards-compatibility. (#23194) This PR adds flag to enable InfluxDB v2 (--metrics.influxdbv2), flags for v2-specific features (--metrics.influxdb.token, --metrics.influxdb.bucket), also carries over addition of support for specifying organization (--metrics.influxdb.organization), but still retains backwards compatibility with InfluxDB v1.
-
Martin Holst Swende authored
* tests: update, enable legacy tests, remove vm tests * tests: minor fixes
-
- Aug 13, 2021
-
-
Péter Szilágyi authored
* accounts/external: handle 0 chainid as not-set for the Clef API * accounts/external: document SignTx Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Péter Szilágyi authored
eth: drop eth/65, the last non-reqid protocol version
-
Martin Holst Swende authored
* core/rawdb: implement sequential reads in freezer_table * core/rawdb, ethdb: add sequential reader to db interface * core/rawdb: lint nitpicks * core/rawdb: fix some nitpicks * core/rawdb: fix flaw with deferred reads not being performed * core/rawdb: better documentation
-
- Aug 12, 2021
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: update CHTs for the 1.10.7 release
-
Péter Szilágyi authored
-
Péter Szilágyi authored
internal/ethapi: add back missing check for maxfee < maxPriorityFee
-
Martin Holst Swende authored
-
- Aug 10, 2021
-
-
Péter Szilágyi authored
build: fix docker tag to include `v` prefix in version string
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis: transition from docker auto builds to manual pushes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/state/snapshot: gofmt
-
Péter Szilágyi authored
-
lightclient authored
internal/ethapi, accounts/abi/bind: cap highest gas limit by account balance for 1559 fee parameters (#23309) * internal/ethapi/api: cap highest gas limit by account balance for 1559 fee parameters * accounts/abi/bind: port gas limit cap for 1559 parameters to simulated backend * accounts/abi/bind: add test for 1559 gas estimates for the simulated backend * internal/ethapi/api: fix comment * accounts/abi/bind/backends, internal/ethapi: unify naming style Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
lightclient authored
-
Tyler Chambers authored
Co-authored-by:
Tyler Chambers <me@tylerchambers.net> Co-authored-by:
Felix Lange <fjl@twurst.com>
-