- 07 Jun, 2022 9 commits
-
-
Håvard Anda Estensen authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Péter Szilágyi authored
Previously on Geth startup we just logged the chain config is a semi-json-y format. Whilst that worked while we had a handful of hard-forks defined, currently it's kind of unwieldy. This PR converts that original data dump and converts it into a user friendly - alas multiline - log output.
-
Seungbae.yu authored
accounts/url: add test logic what check null string to parseURL()
-
Martin Holst Swende authored
-
Marius van der Wijden authored
* tests/fuzzers/bls12381: fix blst pairing * tests/fuzzers/bls12381: only build on gofuzz * tests/fuzzers/bls12381: remove unused code * tests/fuzzers/bls12381: remove unused code
-
lwh authored
* accounts/abi/bind: fix duplicate field names in the generated go struct #24627 * accounts, cmd/abigen: resolve name conflicts * ci lint, accounts/abi: remove unused function overloadedArgName Co-authored-by:
Gary Rong <garyrong0905@gmail.com>
-
Sina Mahmoodi authored
* eth/filters: fix pending for getLogs * add pending method to test backend * fix block range validation
-
Martin Holst Swende authored
-
aaronbuchwald authored
Move locking into trieDB insert function
-
- 06 Jun, 2022 5 commits
-
-
Ikko Ashimine authored
indentifier -> identifier
-
lightclient authored
eth/api: use hexutil.Bytes for range at methods
-
rjl493456442 authored
* cmd, core/state, light, trie, eth: add trie owner notion * all: refactor * tests: fix goimports * core/state/snapshot: fix ineffasigns Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Martin Holst Swende authored
* cmd/geth, core/state/snapshot: rework journal loading, implement account-check * core/state/snapshot, cmd/geth: polish code (#37) * core/state/snapshot: minor nits * core/state/snapshot: simplify error logic * cmd/geth: go format Co-authored-by:
rjl493456442 <garyrong0905@gmail.com>
-
Marius van der Wijden authored
* tests/fuzzers/bls12381: fix blst deserializing * tests/fuzzers/bls12381: fix blst deserializing
-
- 03 Jun, 2022 2 commits
-
-
Paweł Bylica authored
core/vm: optimize PUSH opcode discrimination
-
s7v7nislands authored
-
- 02 Jun, 2022 6 commits
-
-
Jonathan Le Brun authored
set go version to 1.17
-
Ivan Kuznetsov authored
* consensus/misc: reduce allocations in CalcBaseFee * consensus/misc: add formulas of CalcBaseFee
-
Martin Holst Swende authored
-
Marius van der Wijden authored
-
Marius van der Wijden authored
* tests/fuzzers/bls12381: added blst library * go.mod: added blst dependency * tests/fuzzers/bls12381: stuff * tests/fuzzers/bls12381: added blst to pairing fuzzer
-
Martin Holst Swende authored
This PR adds support for block overrides when doing debug_traceCall. - Previously, debug_traceCall against pending erroneously used a common.Hash{} stateroot when looking up the state, meaning that a totally empty state was used -- so it always failed, - With this change, we reject executing debug_traceCall against pending. - And we add ability to override all evm-visible header fields.
-
- 01 Jun, 2022 1 commit
-
-
rjl493456442 authored
* core: fix reorg * core: revert change for memory efficiency * core: revert changes
-
- 31 May, 2022 1 commit
-
-
Marius van der Wijden authored
* core/beacon: prevent invalid logsBloom length panic * core/beacon: prevent negative baseFeePerGas * Update core/beacon/types.go Co-authored-by:
Martin Holst Swende <martin@swende.se> * eth/catalys: go format Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- 30 May, 2022 6 commits
-
-
Boqin Qin(秦 伯钦) authored
-
Martin Holst Swende authored
contracts/checkpointoracle: redefine go-generate logic
-
Marius van der Wijden authored
Fixes an issue where we would accept a NewPayload where the grandparent is already post ttd, and the parent still has a Difficulty
-
Harry Kalodner authored
* consensus/clique: remove race condition * consensus/clique: fix one more signer data race Co-authored-by:
Gary Rong <garyrong0905@gmail.com>
-
rjl493456442 authored
This PR adds node verification into traverseRawState command, so corrupted trie nodes can also be detected.
-
Marius van der Wijden authored
This PR significantly reduces the memory consumption of a long reorg
-
- 27 May, 2022 1 commit
-
-
Marius van der Wijden authored
-
- 26 May, 2022 2 commits
-
-
Martin Holst Swende authored
-
Sina Mahmoodi authored
In #24028 we flagged a warning when finding legacy receipts in the freezer. This PR nudges users a bit more strongly by preventing geth from starting in this case until receipts have been migrated. It also adds a flag --ignore-legacy-receipts which when present allows geth to start normally.
-
- 25 May, 2022 3 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This upgrade is necessary to silence a Dependabot warning.
-
- 24 May, 2022 4 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
params: update CHTs for Geth 1.10.18
-
Péter Szilágyi authored
-