- 28 Oct, 2022 3 commits
-
-
Sina Mahmoodi authored
* eth/tracers: fix gasUsed in call tracer * fix js tracers gasUsed * fix legacy prestate tracer * fix restGas in test * drop intrinsicGas field from js tracers
-
lightclient authored
Currently, in order to chain together sequential valid t8n transitions the caller must manually calculate the block base fee. This PR adds support for the necessary parent fee market data to calculate the base fee for the current transition. Concretely, env is extended to accept the following: parentBaseFee parentGasUsed parentGasLimit Example usage can be found in ./cmd/evm/testdata/25. Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
rjl493456442 authored
This PR ports a few changes from PBSS: - Fix the snapshot generator waiter in case the generation is not even initialized - Refactor db inspector for ancient store
-
- 27 Oct, 2022 5 commits
-
-
Martin Holst Swende authored
This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
-
Martin Holst Swende authored
-
Jakub Freebit authored
-
Guillaume Ballet authored
accounts/scwallet: fix keycard data signing
-
Péter Szilágyi authored
build: upgrade -dlgo version to Go 1.19.2
-
- 26 Oct, 2022 4 commits
-
-
Marius Kjærstad authored
-
Péter Szilágyi authored
* core, eth: for types with accurate size calcs, return uint64, not float * core/types: proper tx size tests * core/types: extend tx size test with decoded sizes, fix error * core/txpool: fix linter Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Péter Szilágyi authored
core/types: rename tx files to group them better together
-
Péter Szilágyi authored
-
- 24 Oct, 2022 2 commits
-
-
Péter Szilágyi authored
all: refactor txpool into it's own package in prep for 4844
-
Péter Szilágyi authored
-
- 21 Oct, 2022 2 commits
-
-
Martin Holst Swende authored
Co-authored-by:
Sina Mahmoodi <itz.s1na@gmail.com>
-
Delweng authored
The prestate tracer did not report accounts that existed at a given address prior to a contract being created at that address. Signed-off-by:
Delweng <delweng@gmail.com> Co-authored-by:
Sina Mahmoodi <itz.s1na@gmail.com>
-
- 20 Oct, 2022 1 commit
-
-
s7v7nislands authored
Co-authored-by:
seven <seven@nodereal.io>
-
- 19 Oct, 2022 3 commits
-
-
rjl493456442 authored
-
s7v7nislands authored
Co-authored-by:
seven <seven@nodereal.io>
-
Martin Holst Swende authored
This PR fixes a regression causing snapshots not to be generated in "geth --import" mode. It also fixes the geth export command to be truly readonly, and adds a new test for geth export.
-
- 18 Oct, 2022 1 commit
-
-
Martin Holst Swende authored
* common/math, tests/fuzzers: use big.Int clone * common/math: license
-
- 12 Oct, 2022 11 commits
-
-
Martin Holst Swende authored
Revert "go.mod: upgrade github.com/dop251/goja (#25955)" This reverts commit 9207e348.
-
Delweng authored
In some cases, inner contract creation may not be successful, and an inner contract was not created. This PR fixes a crash that could occur when doing tracing in such situations.
-
ucwong authored
This upgrade pulls in a fix to handling of 'continue' in loops.
-
lmittmann authored
This PR adds a way to subscribe to the _full_ pending transactions, as opposed to just being notified about hashes. In use cases where client subscribes to newPendingTransactions and gets txhashes only to then request the actual transaction, the caller can now shortcut that flow and obtain the transactions directly. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Jens W authored
-
Martin Holst Swende authored
This PR removes some optimistic tests -- a'la "do something, wait a while, and hope it has trickled through and continue" -- and instead uses some introspection to ensure that prerequisites are met.
-
Sina Mahmoodi authored
This changes the node setup to ignore datadir files static-nodes.json trusted-nodes.json When these files are present, it an error will be printed to the log.
-
Felix Lange authored
-
Martin Holst Swende authored
This adds a * core/vm, tests: optimized modexp + fuzzer * common/math: modexp optimizations * core/vm: special case base 1 in big modexp * core/vm: disable fastexp
-
Marius van der Wijden authored
This changes the error message for mismatching chain ID to show the given and expected value. Callers expecting this error must be changed to use errors.Is.
-
Martin Holst Swende authored
-
- 11 Oct, 2022 3 commits
-
-
Paul authored
* fix typo on comment * typo "can't accept"
-
Martin Holst Swende authored
-
jin authored
* usbwallet support Ledger Nano S Plus * accounts/usbwallet: add definitions + ref to ledger docs Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- 06 Oct, 2022 5 commits
-
-
Felix Lange authored
This update resolves an issue where StringSliceFlag would not be rendered correctly in help output + mention that -H can be used multiple times Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Ryan Schneider authored
Prior to this change, f.begin (and possibly end) stay negative, leading to strange results later in the code. With this change, filters using "safe" and "finalized" block produce results consistent w/ the overall behavior of this RPC method. Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Felix Lange authored
* node: prevent exposing engine API on unauthenticated endpoint * node: improve RPC setup
-
Martin Holst Swende authored
* ethclient/gethclient: improve time-sensitive flaky test * eth/catalyst: fix (?) flaky test * core: stop blockchains in tests after use * core: fix dangling blockchain instances * core: rm whitespace * eth/gasprice, eth/tracers, consensus/clique: stop dangling blockchains in tests * all: address review concerns * core: goimports * eth/catalyst: fix another time-sensitive test * consensus/clique: add snapshot test run function * core: rename stop() to stopWithoutSaving() Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Martin Holst Swende authored
core/bloombits: remove micro-sleep
-