- 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
-
- 22 Dec, 2021 3 commits
-
-
Alexey Shekhirin authored
-
Felix Lange authored
-
Felix Lange authored
-
- 20 Dec, 2021 1 commit
-
-
fomotrader authored
-
- 17 Dec, 2021 5 commits
-
-
Marius van der Wijden authored
-
Ikko Ashimine authored
-
Sina Mahmoodi authored
Fixes #22580 Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Andrei Maiboroda authored
* core/vm: Define 0xfe opcode as INVALID * core/vm: Remove opInvalid as opUndefined handles it Co-authored-by:
Alex Beregszaszi <alex@rtfs.hu>