-
Notifications
You must be signed in to change notification settings - Fork 200
feat: external-rpc-checks runs on dispatch and on labeled PRs #7509
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
Open
EclesioMeloJunior
wants to merge
42
commits into
main
Choose a base branch
from
improve-forest-rpc-checks
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2087ba4
chore: include `ribasushi-rpc-checks` to test forest against external…
EclesioMeloJunior 39db12b
chore: update CHANGELOG.md
EclesioMeloJunior 170db74
chore: introduce validation and timeouts
EclesioMeloJunior 23532b3
Merge branch 'main' of github.com:ChainSafe/forest into forest-rpc-ch…
EclesioMeloJunior 6eceded
chore: includes `prepare.sh` and `ribasushi-rpc-checks.yaml`
EclesioMeloJunior 2b16fd1
add `Ribasushi` to .dict
EclesioMeloJunior 71dc887
chore: change to `data.riba.plus`
EclesioMeloJunior 3a0a918
chore: removing some missing refs to `Ribasushi`
EclesioMeloJunior aea766b
chore: address comments, making `./setup.sh`
EclesioMeloJunior 4027d12
Merge branch 'main' into forest-rpc-checks
EclesioMeloJunior f0aef7a
chore: address yaml lint problem
EclesioMeloJunior 55bd2b2
Merge branch 'forest-rpc-checks' of github.com:ChainSafe/forest into …
EclesioMeloJunior 15632ce
chore: address rabbit comments
EclesioMeloJunior 5d7382b
chore: transform resolve->download->backfill into a init container
EclesioMeloJunior 5bf2c2b
Merge branch 'main' into forest-rpc-checks
EclesioMeloJunior 4b85d55
Merge branch 'main' into forest-rpc-checks
EclesioMeloJunior 295979e
chore: address comments
EclesioMeloJunior 6eacd4e
Merge branch 'main' into forest-rpc-checks
EclesioMeloJunior be73015
Merge branch 'forest-rpc-checks' of github.com:ChainSafe/forest into …
EclesioMeloJunior f36aecb
fix RPC verification routine
EclesioMeloJunior b9f2c65
Merge branch 'main' into forest-rpc-checks
EclesioMeloJunior 4c718cc
chore: dockerize index backfill verification
EclesioMeloJunior 11dfefa
Merge branch 'forest-rpc-checks' of github.com:ChainSafe/forest into …
EclesioMeloJunior c053e97
feat: improve external-rpc-checks to run on dispatch and on labeled PRs
EclesioMeloJunior f81811e
Merge branch 'main' of github.com:ChainSafe/forest into improve-fores…
EclesioMeloJunior 2efc633
chore: update flags and change to arm64
EclesioMeloJunior 6b4a95b
chore: use arm64 as default
EclesioMeloJunior 09393e6
Merge branch 'main' into improve-forest-rpc-checks
EclesioMeloJunior 94d10ec
Merge branch 'main' into improve-forest-rpc-checks
EclesioMeloJunior b501ee0
Merge branch 'main' of github.com:ChainSafe/forest into improve-fores…
EclesioMeloJunior 9dd7a84
chore: accept image as workflow_dispatch arg and use it instead of bu…
EclesioMeloJunior 87a0903
Merge branch 'improve-forest-rpc-checks' of github.com:ChainSafe/fore…
EclesioMeloJunior 35355d3
chore: sanitize docker image to avoid any other string that is not a …
EclesioMeloJunior 8365615
chore: fix ruby checks
EclesioMeloJunior 459c064
chore: remove
EclesioMeloJunior 6dfc0a8
Merge branch 'main' into improve-forest-rpc-checks
EclesioMeloJunior a1e27ea
chore: change description and comment
EclesioMeloJunior 824420d
Merge branch 'main' into improve-forest-rpc-checks
EclesioMeloJunior ea08628
Merge branch 'main' into improve-forest-rpc-checks
EclesioMeloJunior 3972adf
chore: resolve `forest_image` description
EclesioMeloJunior 1a21456
Merge branch 'improve-forest-rpc-checks' of github.com:ChainSafe/fore…
EclesioMeloJunior 4c4572c
Merge branch 'main' into improve-forest-rpc-checks
EclesioMeloJunior File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| # Prefer a `fat` image: it ships the filecoin proof parameters, which a slim one downloads on first boot. | ||
| FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat | ||
| FOREST_RPC_PORT=2345 | ||
| FOREST_HEALTHZ_RPC_PORT=2346 |
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.