- 21 Jan, 2022 2 commits
-
-
rjl493456442 authored
-
Di Peng authored
-
- 20 Jan, 2022 3 commits
-
-
Felix Lange authored
This replaces the sketchy and undocumented string context keys for HTTP requests with a defined interface. Using string keys with context is discouraged because they may clash with keys created by other packages. We added these keys to make connection metadata available in the signer, so this change also updates signer/core to use the new PeerInfo API.
-
Diederik Loerakker authored
* eth/catalyst: evict old payloads, type PayloadID * eth/catalyst: added tracing info to engine api * eth/catalyst: add test for create payload timestamps * catalyst: better logs * eth/catalyst: computePayloadId return style * catalyst: add queue for payloads * eth/catalyst: nitpicks Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Denver authored
* Chore: use same receiver names * Fix syntax issues
-
- 18 Jan, 2022 4 commits
-
-
Mikhail Mikheev authored
-
Martin Holst Swende authored
* cmd/geth: add db cmd to show metadata * cmd/geth: better output generator status Co-authored-by:
Sina Mahmoodi <1591639+s1na@users.noreply.github.com> * cmd: minor Co-authored-by:
Sina Mahmoodi <1591639+s1na@users.noreply.github.com> Co-authored-by:
Sina Mahmoodi <itz.s1na@gmail.com>
-
Sina Mahmoodi authored
* freezer: add readonly flag to table * freezer: enforce readonly in table repair * freezer: enforce readonly in newFreezer * minor fix * minor * core/rawdb: test that writing during readonly fails * rm unused log * check readonly on batch append * minor * Revert "check readonly on batch append" This reverts commit 2ddb5ec4ba7534bf6edbdfec158ea99a2eed5036. * review fixes * minor test refactor * attempt at fixing windows issue * add comment re windows sync issue * k->kind * open readonly db for genesis check Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Pantelis Peslis authored
-
- 15 Jan, 2022 1 commit
-
-
Greg Myers authored
-
- 12 Jan, 2022 1 commit
-
-
xq840622 authored
Using curve P384 for encryption causes the error "ecies: shared key params are too big". Also, readme.md says curve P384 should use AES192 not AES256. Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de>
-
- 11 Jan, 2022 5 commits
-
-
Darioush Jalali authored
-
Vie authored
* cmd/geth: update copyright year * cmd/geth: update copyright year
-
rangzen authored
-
Péter Szilágyi authored
go.mod : go-nat-pmp v1.0.2
-
Péter Szilágyi authored
core: periodically flush the transaction indexes
-
- 10 Jan, 2022 1 commit
-
-
Marius van der Wijden authored
* core: implement eip-4399 random opcode * core: make vmconfig threadsafe * core: miner: pass vmConfig by value not reference * all: enable 4399 by Rules * core: remove diff (f) * tests: set proper difficulty (f) * smaller diff (f) * eth/catalyst: nit * core: make RANDOM a pointer which is only set post-merge * cmd/evm/internal/t8ntool: fix t8n tracing of 4399 * tests: set difficulty * cmd/evm/internal/t8ntool: check that baserules are london before applying the merge chainrules
-
- 07 Jan, 2022 4 commits
-
-
aaronbuchwald authored
-
ucwong authored
-
Péter Szilágyi authored
eth: continue after whitelist check
-
Martin Holst Swende authored
-
- 06 Jan, 2022 4 commits
-
-
sanskarkhare authored
Co-authored-by:
sanskar khare <sanskarkhare@sanskars-MacBook-Air.local>
-
Dmitriy Fishman authored
-
Sam authored
-
Péter Szilágyi authored
trie, core, eth: use db.has over db.get where possible
-
- 05 Jan, 2022 8 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
Martin Holst Swende authored
-
Sina Mahmoodi authored
Fixes #24161
-
Sina Mahmoodi authored
Fixes #24124
-
Felix Lange authored
SyncProgress was modified in PR #23576 to add the fields reported for snap sync. The PR also changed ethclient to use the SyncProgress struct directly instead of wrapping it for hex-decoding. This broke the SyncProgress method. Fix it by putting back the custom wrapper. While here, also put back the fast sync related fields because SyncProgress is stable API and thus removing fields is not allowed. Fixes #24180 Fixes #24176
-
Sina Mahmoodi authored
Fixes #24167 New behaviour is that the endpoint returns results only for available blocks without returning an error when it doesn't find a block. Note we skip any block after a non-existent block. This adds a header fetch for every block in range (even if header is not needed). Alternatively, we could do the check in every field's resolver method to avoid this overhead.
-
Gary Rong authored
-
- 04 Jan, 2022 3 commits
-
-
Martin Holst Swende authored
Fixes #24159 Co-authored-by:
Felix Lange <fjl@twurst.com>
-
peter cresswell authored
Change two instances of the word `calulcated` to `calculated`.
-
Water authored
mispelled words in comments: th enext
-
- 30 Dec, 2021 1 commit
-
-
ucwong authored
-
- 26 Dec, 2021 1 commit
-
-
zgfzgf authored
This orders the items in slice definition same as the enum values.
-
- 23 Dec, 2021 2 commits
-
-
Felix Lange authored
-
Felix Lange authored
-