- 17 Aug, 2022 2 commits
-
-
Guillaume Ballet authored
* core/state, trie, light: Add a DeleteAccount method * review feedback * Update database.go * pr triage feedback Co-authored-by:
rjl493456442 <garyrong0905@gmail.com>
-
Guillaume Ballet authored
* core, trie: flush preimages to db on database close Co-authored-by:
rjl493456442 <garyrong0905@gmail.com> * rename Close to CommitPreimages for clarity * core, trie: nitpick fixes Co-authored-by:
rjl493456442 <garyrong0905@gmail.com> Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
- 16 Aug, 2022 1 commit
-
-
Marius van der Wijden authored
* params: set mainnet ttd to 58_750_000_000_000_000_000_000 * params: set mainnet ttd to 58_750_000_000_000_000_000_000
-
- 15 Aug, 2022 1 commit
-
-
Martin Holst Swende authored
-
- 12 Aug, 2022 1 commit
-
-
ycyraum authored
core/genesis: calaverasAllocData no longer used
-
- 11 Aug, 2022 2 commits
-
-
lightclient authored
Co-authored-by:
bobpkr <bob.p@krustuniverse.com>
-
Darioush Jalali authored
-
- 10 Aug, 2022 4 commits
-
-
0xe3b0c4 authored
This 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 authored
core: remove unused bc ChainContext in applyTransaction
-
Martin Holst Swende authored
signer/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 authored
This 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 authored
Co-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 authored
Signed-off-by:
Delweng <delweng@gmail.com>
-
- 03 Aug, 2022 5 commits
-
-
Felix Lange authored
This creates some infrastructure to share resources between graphql API objects.
-
lightclient authored
Because 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 authored
This change reduces allocations when committing bloombits indexes by creating the database batch with a larger initial size.
-
yong authored
-
Tristan-Wilson authored
This 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 authored
This 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 authored
build: upgrade -dlgo version to Go 1.18.5
-
- 01 Aug, 2022 5 commits
-
-
lightclient authored
-
Marius Kjærstad authored
-
Sina Mahmoodi authored
eth: 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 authored
complier/solidity:add json.Unmarshal err check
-
- 29 Jul, 2022 4 commits
-
-
Rithwik Babu authored
-
Delweng authored
Signed-off-by:
Delweng <delweng@gmail.com>
-
Seungbae Yu authored
-
lightclient authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- 28 Jul, 2022 3 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
-