-
Notifications
You must be signed in to change notification settings - Fork 152
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
WIP: merge/foundation release/1.10.2 resolved #348
Conversation
Running 9e21746 on ETC.
Tried rolling back to 12_000_000, but no joy:
|
Just some notes about important changes.
|
This would cause an invalid mix digest hash error. Rel #348 (comment) Date: 2021-03-24 10:10:45-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 11:44:18-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 11:47:38-05:00 Signed-off-by: meows <[email protected]>
Fixme:
|
…gine fn Date: 2021-03-24 11:51:43-05:00 Signed-off-by: meows <[email protected]>
This reverts commit 00a771e.
Date: 2021-03-24 14:44:40-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 15:04:22-05:00 Signed-off-by: meows <[email protected]>
…riter" This reverts commit 54326b9.
…g file writer"" This reverts commit f4bf39c.
Date: 2021-03-24 15:06:51-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 15:13:05-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 15:17:16-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 15:22:32-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 15:23:48-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 15:56:19-05:00 Signed-off-by: meows <[email protected]>
…ad ok Date: 2021-03-24 16:33:29-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 16:34:03-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-03-24 16:46:50-05:00 Signed-off-by: meows <[email protected]>
…pturestart (#22333) Fixes the CaptureStart api to include the EVM, thus being able to set the statedb early on. This pr also exposes the struct we used internally in the interpreter to encapsulate the contract, mem, stack, rstack, so we pass it as a single struct to the tracer, and removes the error returns on the capture methods.
* cmd/devp2p: fix comparison of TXT record value The AWS API returns quoted DNS strings, so we must encode the new value before comparing it against the existing record content. * cmd/devp2p: add test * cmd/devp2p: fix typo and rename val -> newValue
core: fix condition on header verification
Date: 2021-03-25 08:31:37-05:00 Signed-off-by: meows <[email protected]>
Adapts the canonical list of methods that should be provided by the document to meet what the document says. Date: 2021-04-30 06:13:54-05:00 Signed-off-by: meows <[email protected]>
This EIP was removed at the last minute from the Berlin spec, and is -- pending merge -- slated for removal at the Magneto spec as well. ethereumclassic/ECIPs#419 Date: 2021-04-30 07:05:01-05:00 Signed-off-by: meows <[email protected]>
Date: 2021-04-30 07:11:38-05:00 Signed-off-by: meows <[email protected]>
…well as better examples
…*filters.PublicFilterAPI` methods
…0.1-resolved-stateDiff-openrpc Test for OpenRPC subscription methods on trace/debug modules
…undation-release/1.10.2-resolved
…0.2-resolved Merge/foundation release/1.10.2 resolved
Note for posterity: With the merge commit at 3e39797, this branch now includes all changes from 1.10.2, at noted in the changed title of this PR. (Although the branch name is still |
Date: 2021-05-06 06:25:57-05:00 Signed-off-by: meows <[email protected]>
370870a
to
04b459f
Compare
Add OverrideMagneto flag
TestGethStartupLogs was failing because of shutdown timeout, via https://travis-ci.org/github/etclabscore/core-geth/jobs/770485427. This allows a configurable process kill timeout window and provides an unchanged default (5 seconds). Note that the field isn't protected or really closely integrated with the process runner at (ie via runGeth function), so the kill field basically just gets set on the fly and hopes that it gets set before the shutdown logic is called. Date: 2021-05-11 05:56:29-05:00 Signed-off-by: meows <[email protected]>
…0.1-resolved-protocol-versions Fix allowing of selecting protocol versions after merge of 1.10.x
…0.1-resolved-testcmd-timeout cmd/geth,internal/cmdtest: add KillTimeout field to TestCmd struct
@meowsbits & @iquidus I reviewed all the file changes (not tests) and it looks that we haven't missed anything on merge. It LGTM for an RC release. |
The Travis CI test failures look to me to be typically spurious ( Testing at f912896.
|
Closing in favor of #376 Release/1.12 RC-1. |
Merges foundation at
c2d2f4ed8f
.See related Tracking Issue for TODOs and review status.