-
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
Merge/foundation release/1.10.26 #510
Merged
meowsbits
merged 118 commits into
merge/foundation-release/1.10.23-tests-generate-fixes-statefix-difficulty-test-v2
from
merge/foundation-release/1.10.26
Jan 19, 2023
Merged
Merge/foundation release/1.10.26 #510
meowsbits
merged 118 commits into
merge/foundation-release/1.10.23-tests-generate-fixes-statefix-difficulty-test-v2
from
merge/foundation-release/1.10.26
Jan 19, 2023
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
Error is "The ipc endpoint is longer than %d characters."
…ix-m1-nil-pointer for fixing test issue
If IPC paths are too long, Unix systems will complain because there are limits, albeit inconsistent ones. So we try to keep IPC path names short (ie <100 chars). I removed all instances where flags were used in test names because - they cause issues with apple silicon M1, - and they are pointless I also removed the redundant subtest naming scheme which included the test name. Go includes the test name by default anyway. Date: 2022-08-29 09:21:05-05:00 Signed-off-by: meows <b5c6@protonmail.com>
Bumps dep to a tag version equivalent to the previously referenced, untagged version. Date: 2022-08-29 09:22:26-05:00 Signed-off-by: meows <b5c6@protonmail.com>
Fix tests on MacOS (darwin)
…s too Date: 2022-08-31 19:55:29-07:00 Signed-off-by: meows <b5c6@protonmail.com>
…0.21 Merge/foundation release/1.10.21
…0.21-tests-generate Merge/foundation release/1.10.21 tests generate
…0.21-tests-generate-etchash-mordor-pr-2 fix Etchash cache at Mordor
* graphql: fix tx logs * minor * Use optimized search for selecting tx logs
* graphql: fix tx logs * graphql: refactor test service setup * graphql: add test for tx logs
* params: set TerminalTotalDifficultyPassed to true * Update params/config.go Co-authored-by: Martin Holst Swende <martin@swende.se>
Bumps [joblib](https://github.com/joblib/joblib) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](joblib/joblib@1.0.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump joblib from 1.0.0 to 1.2.0
Date: 2022-10-25 12:22:04-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Date: 2022-10-28 09:22:06-07:00 Signed-off-by: meows <b5c6@protonmail.com>
…5666) * eth/protocols/snap: throttle trie heal requests when peers DoS us * eth/protocols/snap: lower heal throttle log to debug Co-authored-by: Martin Holst Swende <martin@swende.se> * eth/protocols/snap: fix comment Co-authored-by: Martin Holst Swende <martin@swende.se>
This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
Date: 2022-11-07 10:03:55-08:00 Signed-off-by: meows <b5c6@protonmail.com>
… interpreter when set Date: 2022-11-07 10:04:36-08:00 Signed-off-by: meows <b5c6@protonmail.com>
|
…dd config type switch) Date: 2023-01-10 08:11:37-08:00 Signed-off-by: meows <b5c6@protonmail.com>
… 1s sleep They depend on the output of a geth instance. Geth can take a while to start up, and assertions about geth logs should normally use some kind of a hook to decide when its ok to check the logs (eg startup complete). Date: 2023-01-10 09:48:43-08:00 Signed-off-by: meows <b5c6@protonmail.com>
Revering the EVMCv10 upgrade. I can't get all tests to pass with EVM One. Date: 2023-01-10 10:36:57-08:00 Signed-off-by: meows <b5c6@protonmail.com>
Date: 2023-01-10 10:38:13-08:00 Signed-off-by: meows <b5c6@protonmail.com>
Date: 2023-01-10 10:40:11-08:00 Signed-off-by: meows <b5c6@protonmail.com>
These tests keep failing... sometimes. This is a shot in the dark. Date: 2023-01-10 11:54:56-08:00 Signed-off-by: meows <b5c6@protonmail.com>
… in go-generate-check We currently have a modified generated file which will cause this check to always file, until we actually fix the generated code, we decided to whitelist this file. The file is: `params/types/genesisT/gen_genesis.go`
- skip protobuf installation as trezor code generation requires special handling - whitelist `params/types/genesisT/gen_genesis.go` which is custom modified
… a failure in go-generate-check
ziogaschr
force-pushed
the
merge/foundation-release/1.10.26
branch
from
January 11, 2023 15:19
00f182b
to
c4b7520
Compare
ziogaschr
commented
Jan 11, 2023
ziogaschr
commented
Jan 11, 2023
…heck for making checkpointoracle
I think this helps with readability. Date: 2023-01-11 09:03:55-08:00 Signed-off-by: meows <b5c6@protonmail.com>
…om:etclabscore/core-geth into merge/foundation-release/1.10.26
…-generate-check.yml
…0.26-isaac-no-evmc Merge/foundation release/1.10.26 <- Remove EVMCv10 upgrade, minor fixes
meowsbits
force-pushed
the
merge/foundation-release/1.10.26
branch
from
January 12, 2023 15:10
adb6c00
to
5164696
Compare
ziogaschr
force-pushed
the
merge/foundation-release/1.10.26
branch
2 times, most recently
from
January 13, 2023 21:10
594483f
to
8bb00d0
Compare
…flows: go-generate-check changed logic for whitelisting changes in generated files directly The intention of this commit is to not break/change the logic for developers when coding. This script serves as a warning notification if a developer forgets to generate those files using gencodec. On specific cases where generated files are modified, we revert the modifications and compare the files so as they will show up any changes in the original files. The developer then will find out the correct way to resolve generating the new files and keeping the modifications intact if needed.
ziogaschr
force-pushed
the
merge/foundation-release/1.10.26
branch
from
January 13, 2023 21:13
8bb00d0
to
9a48b9c
Compare
I suggest finishing our syncing tests and merge this back to master as it has been a long time here. What do you think @meowsbits? |
Yes, LGTM. |
LGTM too, we can merge it. |
meowsbits
merged commit Jan 19, 2023
92d5b25
into
merge/foundation-release/1.10.23-tests-generate-fixes-statefix-difficulty-test-v2
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.
This merges go-ethereum tag v1.10.26 over our latest https://github.com/etclabscore/core-geth/tree/merge/foundation-release/1.10.23-tests-generate-fixes-statefix-difficulty-test-v2-ripemd-tx-debug-no-ripemd-hack-evmc-dimitrys-etc-tests