- 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>
-
Ziyuan Zhong authored
-
Zachinquarantine authored
-
Gary Rong authored
-
Péter Szilágyi authored
core/state/pruner: fix state bloom sync permission in Windows
-
Péter Szilágyi authored
-
Zsolt Felföldi authored
-
- Aug 09, 2021
-
-
shawn authored
Co-authored-by:
lxex <liuxmzc1@163.com>
-
- Aug 08, 2021
-
-
Shihao Xia authored
* add db close to avoid goroutine leak * core/rawdb: move close to defer Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- Aug 07, 2021
-
-
Martin Holst Swende authored
In many cases, it's desireable to use already-signed transactions as input to the state transition, instead of having the evm sign them internally (for example to use malformed or not-yet-valid transactions). This PR adds support + docs for that feature.
-
Martin Holst Swende authored
This adds a check to verify that a sender-account does not have code, which means that the codehash is either `emptyCodeHash` _OR_ not present. The latter occurs IFF the sender did not previously exist, a situation which can only occur with zero cost gasprices.
-
- Aug 04, 2021
-
-
Patrick O'Grady authored
-
- Aug 03, 2021
-
-
Marius van der Wijden authored
* core/state: add trie prefetcher tests * core/state: add missing license
-
Gary Rong authored
-
Sina Mahmoodi authored
-
Martin Holst Swende authored
This PR modifies the post-PING-send expectations to both be laxer and stricter: it doesn't care what order the packets arrive, but also verifies that exactly one PING and one PONG is returned.
-
aaronbuchwald authored
-
- Aug 02, 2021
-
-
baptiste-b-pegasys authored
* node: remove term "whitelist" * include cmd/clef
-
- Jul 29, 2021
-
-
baptiste-b-pegasys authored
-
baptiste-b-pegasys authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
baptiste-b-pegasys authored
-
Martin Holst Swende authored
This PR moves (some) account types into a standalone package, to avoid depending on signer/core from accounts/external.
-
Evolution404 authored
When the nodeCount is less than 10, it will panic with the out of bound error. How about we just skip this round, when rand1 and rand2 are equal?
-