Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge/foundation release/1.10.17 dev #472

Merged
merged 221 commits into from
Jun 7, 2022

Conversation

meowsbits
Copy link
Contributor

No description provided.

holiman and others added 30 commits December 15, 2021 16:16
trie, core, eth: use db.has over db.get where possible
* 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
core: periodically flush the transaction indexes
go.mod : go-nat-pmp v1.0.2
* cmd/geth: update copyright year

* cmd/geth: update copyright year
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 <[email protected]>
* 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 <[email protected]>
* cmd/geth: add db cmd to show metadata

* cmd/geth: better output generator status

Co-authored-by: Sina Mahmoodi <[email protected]>

* cmd: minor

Co-authored-by: Sina Mahmoodi <[email protected]>
Co-authored-by: Sina Mahmoodi <[email protected]>
* Chore: use same receiver names

* Fix syntax issues
* 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 <[email protected]>
Co-authored-by: Péter Szilágyi <[email protected]>
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.
* fix blocking and non-blocking issues

* core: revert change in blockchain.go

Co-authored-by: Martin Holst Swende <[email protected]>
ziogaschr and others added 27 commits April 18, 2022 14:30
…t stateDiff test runner to use non Legacy tracer
…ce_call

go-ethereum instead added stateOverrides support
…a/call_tracer_parity,eth/tracers/js/internal/tracers,eth/tracers/native: eth/tracers/internal/tracetest,eth/tracers/internal/tracetest/testdata/call_tracer_parity,eth/tracers/js/internal/tracers,eth/tracers/native: (omit)empty Parity call tracer fields based on OE
…racers/internal/tracetest,eth/tracers/js/internal/tracers: remove callTracerParityJs as we a same native tracer

and it will add tech debt for later in order to remove it
Renames method to make it clear that the method
will modify the pointer argument.

Date: 2022-04-18 06:07:11-07:00
Signed-off-by: meows <[email protected]>
…0.17-tracer

Add native callTracerParity and refactor based on new go-ethereum paradigms
eth/tracers/native: add native stateDiffTracer (draft)

core/vm,eth/tracers,eth/tracers/internal/tracetest: make it compile

eth/tracers/internal/tracetest/testdata/state_diff: add some tests

eth/tracers/internal/tracetest/testdata/state_diff,eth/tracers/native: stateDiff
this is useful for creating tests for stateDiff tracer
…h/tracers/js/internal/tracers,eth/tracers/js,eth/tracers/logger,eth/tracers/native: remove use of CapturePreEVM for JS legacy tracers
…ease/1.10.17-dev

Conflicts:
      core/vm/logger_coregeth.go
      eth/tracers/api.go
      eth/tracers/internal/tracetest/calltrace_parity_test.go
      eth/tracers/native/state_diff.go
…re-geth into merge/foundation-release/1.10.17
@meowsbits meowsbits merged commit 2d00fd2 into master Jun 7, 2022
@meowsbits meowsbits deleted the merge/foundation-release/1.10.17-dev branch June 7, 2022 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.