- 10 Aug, 2022 4 commits
- 
- 
0xe3b0c4 authoredThis adds support for building statically-linked executables using ci.go. Static linking is enabled by default in Docker builds, making it possible to use the geth executable in any Docker image, regardless of the Linux distribution the Dockerfile is based on. Co-authored-by:Felix Lange <fjl@twurst.com> 
- 
Péter Szilágyi authoredcore: remove unused bc ChainContext in applyTransaction 
- 
Martin Holst Swende authoredsigner/rules: register clef api properly when rules are used, fixes #25298 
- 
ycyraum authored
 
- 
- 09 Aug, 2022 3 commits
- 
- 
rjl493456442 authored* all: polish tests * core: apply feedback from Guillaume * core: fix comment 
- 
Sina Mahmoodi authoredThis PR allows users to pass in a config object directly to the tracers. Previously only the struct logger was configurable. It also adds an option to the call tracer which if enabled makes it ignore any subcall and collect only information about the top-level call. See #25419 for discussion. The tracers will silently ignore if they are passed a config they don't care about. 
- 
aaronbuchwald authored
 
- 
- 08 Aug, 2022 3 commits
- 
- 
int88 authoredCo-authored-by:Felix Lange <fjl@twurst.com> 
- 
int88 authored
- 
rjl493456442 authored* cmd, core, ethdb, node: create chain freezer in a sub folder * core/rawdb: remove unused code * core, ethdb, node: add AncientDatadir API back * cmd, core: extend freezer info dump for sub-ancient-store * core/rawdb: rework freezer inspector * core/rawdb: address comments from Peter * core/rawdb: fix build issue 
 
- 
- 04 Aug, 2022 3 commits
- 
- 
Guillaume Ballet authored* core: use TryGetAccount to read where TryUpdateAccount has been used to write * Gary's review feedback * implement Gary's suggestion * fix bug + rename NewSecure into NewStateTrie * trie: add backwards-compatibility aliases for SecureTrie * Update database.go * make the linter happy Co-authored-by: Felix Lange <fjl@twurst.com> Co-authored-by: rjl493456442 <garyrong0905@gmail.com> 
- 
rjl493456442 authored* all: rework trie and trie committer * all: get rid of internal cache in trie * all: fixes * trie: polish * core, trie: address comments * trie: fix imports * core/state: address comments * core/state/snapshot: polish * trie: remove unused code * trie: update tests * trie: don't set db as nil * trie: address comments * trie: unskip test 
- 
Delweng authoredSigned-off-by:Delweng <delweng@gmail.com> 
 
- 
- 03 Aug, 2022 5 commits
- 
- 
Felix Lange authoredThis creates some infrastructure to share resources between graphql API objects. 
- 
lightclient authoredBecause the goal of eth_createAccessList is providing the caller with the largest-possible access list, it's generally not important that the gas limit used by the tracer will match the usage of the call exactly. Avoiding the gas estimation step is a performance improvement. As long as the call does not branch based on gas limit, the returned access list will be accurate. 
- 
Seungbae Yu authoredThis change reduces allocations when committing bloombits indexes by creating the database batch with a larger initial size. 
- 
yong authored
- 
Tristan-Wilson authoredThis change makes http.Server.ReadHeaderTimeout configurable separately from ReadTimeout for RPC servers. The default is set to the same as ReadTimeout, which in order to cause no change in existing deployments. 
 
- 
- 02 Aug, 2022 3 commits
- 
- 
Felix Lange authored
- 
Manoj Kumar authoredThis makes it remove not only the actual DAG file, but also the temporary file which the DAG data is written to while generating. 
- 
Péter Szilágyi authoredbuild: upgrade -dlgo version to Go 1.18.5 
 
- 
- 01 Aug, 2022 5 commits
- 
- 
lightclient authored
- 
Marius Kjærstad authored
- 
Sina Mahmoodi authoredeth: fix typo 
- 
Péter Szilágyi authored* cmd, core, eth, les, params: add merge-passed chain config * eth/catalyst, params: add various warning on malfunctioning beacons * eth/catalyst: fix warning for beacons without transition exchanges 
- 
Henry authoredcomplier/solidity:add json.Unmarshal err check 
 
- 
- 29 Jul, 2022 4 commits
- 
- 
Rithwik Babu authored
- 
Delweng authoredSigned-off-by:Delweng <delweng@gmail.com> 
- 
Seungbae Yu authored
- 
lightclient authoredCo-authored-by:Felix Lange <fjl@twurst.com> 
 
- 
- 28 Jul, 2022 5 commits
- 
- 
Marius van der Wijden authored* eth/catalyst: return 0x0 if latestvalid is pow block * eth/catalyst: return 0x0 if latestvalid is pow block * eth/catalyst: fix header retrieval, fix sign check Co-authored-by:Péter Szilágyi <peterke@gmail.com> 
- 
Marius van der Wijden authored* eth/catalyst: return syncing not accepted * eth/catalyst: fix test 
- 
Marius van der Wijden authored* node: set JWT expiry to 60 seconds * node: rename var 
- 
Péter Szilágyi authoredeth/catalyst: fix NewPayload warn log when dropping due to snap sync 
- 
Péter Szilágyi authored
 
- 
- 27 Jul, 2022 4 commits
- 
- 
rjl493456442 authored* core, trie, eth, cmd: rework preimage store * trie: address comment 
- 
Felix Lange authored
- 
Felix Lange authored
- 
rjl493456442 authored
 
- 
- 25 Jul, 2022 1 commit
- 
- 
Marius van der Wijden authored* core: eth: rpc: implement safe rpc block * core: fix setHead, panics 
 
-