- 25 Jan, 2022 4 commits
-
-
Martin Holst Swende authored
-
Marius van der Wijden authored
-
Péter Szilágyi authored
core/rawdb: do prefixed lookup first
-
Martin Holst Swende authored
-
- 24 Jan, 2022 7 commits
-
-
zhiqiangxu authored
Since len(nonIndexedArgs) is definitely 0 in this context, the code can be simplified.
-
Péter Szilágyi authored
cmd/utils: fix regression placing dev mode datadir readonly
-
Péter Szilágyi authored
-
rjl493456442 authored
* eth, miner: remove duplicated code * eth/catalyst: remove unneeded code * miner: keep update pending state even the Merge is happened * eth, miner: rebase * miner: fix tests * eth, miner: address comments from marius * miner: use empty zero randomness for pending blocks after the merge * eth/catalyst: gofmt * miner: add warning log for state recovery * miner: ignore uncles for post-merge blocks Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
ucwong authored
-
David Cai authored
-
Denver authored
Because there is no `fullTx` parameter at function signatures and uncle apis does not return txs also, those lines are un-necessary.
-
- 21 Jan, 2022 4 commits
-
-
Darioush Jalali authored
* trie/proof: edge case for VerifyRangeProof * more consistency with other tests in the file * trie: fix test todo Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Shihao Xia authored
* fix blocking and non-blocking issues * core: revert change in blockchain.go Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
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 2 commits
-
-
Felix Lange authored
-
Felix Lange authored
-