- 11 Aug, 2023 1 commit
-
-
imulmat4 authored
-
- 10 Aug, 2023 7 commits
-
-
Péter Szilágyi authored
-
rjl493456442 authored
* all: activate pbss * core/rawdb: fix compilation error * cma, core, eth, les, trie: address comments * cmd, core, eth, trie: polish code * core, cmd, eth: address comments * cmd, core, eth, les, light, tests: address comment * cmd/utils: shorten log message * trie/triedb/pathdb: limit node buffer size to 1gb * cmd/utils: fix opening non-existing db * cmd/utils: rename flag name * cmd, core: group chain history flags and fix tests * core, eth, trie: fix memory leak in snapshot generation * cmd, eth, internal: deprecate flags * all: enable state tests for pathdb, fixes * cmd, core: polish code * trie/triedb/pathdb: limit the node buffer size to 256mb --------- Co-authored-by:
Martin Holst Swende <martin@swende.se> Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Sina Mahmoodi authored
Block takes a number and a hash. The spec is unclear on what should happen in this case, leaving it an implemenation detail. With this change, we return an error in case both number and hash are passed in.
-
dependabot[bot] authored
build(deps): bump github.com/supranational/blst Bumps [github.com/supranational/blst](https://github.com/supranational/blst) from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11. - [Release notes](https://github.com/supranational/blst/releases) - [Commits](https://github.com/supranational/blst/commits/v0.3.11) --- updated-dependencies: - dependency-name: github.com/supranational/blst dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Martin Holst Swende authored
This change removes a chainconfig parameter passed into rawdb.ReadLogs, which is not used nor needed. It also modifies the filter loop slightly, avoiding a labeled break and instead using a method. This change does not modify any behaviour.
-
Felix Lange authored
-
Felix Lange authored
-
- 09 Aug, 2023 3 commits
-
-
Guillaume Ballet authored
Context: The UpdateContractCode method was introduced for the state storage commitment schemes that include the whole code for their commitment computation. It must therefore be called before the root hash is computed at the end of IntermediateRoot. This should have no impact on the MPT since, in this context, the method is a no-op.
-
Delweng authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Felix Lange authored
Moving the response sending there allows tracking all peer goroutines in the peer WaitGroup.
-
- 08 Aug, 2023 2 commits
-
-
Martin Holst Swende authored
-
Martin Holst Swende authored
Fixes a graphql-dos --------- Co-authored-by:
Sina Mahmoodi <1591639+s1na@users.noreply.github.com> Co-authored-by:
Sina Mahmoodi <itz.s1na@gmail.com>
-
- 07 Aug, 2023 4 commits
-
-
ucwong authored
-
Amin Talebi authored
-
ucwong authored
-
ucwong authored
-
- 04 Aug, 2023 5 commits
-
-
Christopher Harrison authored
-
ucwong authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Felix Lange authored
This adds support for the "yParity" field in transaction objects returned by RPC APIs. We somehow forgot to add this field even though it has been in the spec for a long time.
-
Darioush Jalali authored
-
Felix Lange authored
This change rearranges the accessor methods in block.go and fixes some minor issues with the copy-on-write logic of block data. Fixed issues: - Block.WithWithdrawals did not create a shallow copy of the block. - Block.WithBody copied the header unnecessarily, and did not preserve withdrawals. However, the bugs did not affect any code in go-ethereum because blocks are *always* created using NewBlockWithHeader().WithBody().WithWithdrawals()
-
- 03 Aug, 2023 1 commit
-
-
Péter Szilágyi authored
-
- 02 Aug, 2023 1 commit
-
-
Marius Kjærstad authored
-
- 01 Aug, 2023 9 commits
-
-
ucwong authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Delweng authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
rjl493456442 authored
* all: implement path-based state scheme * all: edits from review * core/rawdb, trie/triedb/pathdb: review changes * core, light, trie, eth, tests: reimplement pbss history * core, trie/triedb/pathdb: track block number in state history * trie/triedb/pathdb: add history documentation * core, trie/triedb/pathdb: address comments from Peter's review Important changes to list: - Cache trie nodes by path in clean cache - Remove root->id mappings when history is truncated * trie/triedb/pathdb: fallback to disk if unexpect node in clean cache * core/rawdb: fix tests * trie/triedb/pathdb: rename metrics, change clean cache key * trie/triedb: manage the clean cache inside of disk layer * trie/triedb/pathdb: move journal function * trie/triedb/path: fix tests * trie/triedb/pathdb: fix journal * trie/triedb/pathdb: fix history * trie/triedb/pathdb: try to fix tests on windows * core, trie: address comments * trie/triedb/pathdb: fix test issues --------- Co-authored-by:
Felix Lange <fjl@twurst.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
ucwong authored
-
Delweng authored
Sets the `currentExcessBlobGas` from env, alternatively calculates it based on `parentExcessBlobGas` and `parentBlobGasUsed`. It then emits the `currentExcessBlobGas` and `currentBlobGasUsed` into the output, to be used as parent-values for a future iteration. Closes #27785 Closes #27783 --------- Signed-off-by:
jsvisa <delweng@gmail.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Delweng authored
* consensus/misc: move eip1559 as a sub directory Signed-off-by:
jsvisa <delweng@gmail.com> * consensus/misc: package name Signed-off-by:
jsvisa <delweng@gmail.com> * all: eip1559 Signed-off-by:
jsvisa <delweng@gmail.com> --------- Signed-off-by:
jsvisa <delweng@gmail.com>
-
rjl493456442 authored
* core/txpool/blobpool: remove error log when finalized block is nil * core/txpool/blobpool: take peter's suggestion
-
Martin Holst Swende authored
* tests: split up state test execution * Revert "tests: split up state test execution" This reverts commit 96017c248c85d24e93ad013a2bbe8b38c99327c0. * build: bump test timeout to 20 minutes
-
Delweng authored
* eth: excessDataGas -> excessBlobGas * consensus: data gas -> blob gas * core: data gas -> blob gas * params: data gas -> blob gas
-
- 31 Jul, 2023 5 commits
-
-
Zig Blathazar authored
-
rjl493456442 authored
-
Delweng authored
* core: check excessBlobGas in front Signed-off-by:
jsvisa <delweng@gmail.com> * core: no need to manual panic Signed-off-by:
jsvisa <delweng@gmail.com> * core: no comment Signed-off-by:
jsvisa <delweng@gmail.com> --------- Signed-off-by:
jsvisa <delweng@gmail.com>
-
Shude Li authored
-
Shude Li authored
-
- 28 Jul, 2023 1 commit
-
-
Mario Vega authored
-
- 27 Jul, 2023 1 commit
-
-
Marius van der Wijden authored
-