-
Notifications
You must be signed in to change notification settings - Fork 163
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trie, core, eth: use db.has over db.get where possible
Co-authored-by: sanskar khare <[email protected]>
eth: continue after whitelist check
* 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]>
…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]>
…ame JS stateDiff tracer to legacy one
…or both JS and Native support
…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
…r stateDiff tracer
…Dies on same call
…: stateDiff handle OOG on SELFDESTRUCT
…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
Add native stateDiff tracer
…re-geth into merge/foundation-release/1.10.17
…-release/1.10.17-dev
Conflicts: go.mod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.