-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update for merged curio and synapse-sdk PRs #27
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
Conversation
Plus some additional fixes that seem to work for me
| fs::create_dir_all(dir)?; | ||
| } | ||
|
|
||
| set_volume_ownership(&curio_sp_dir)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why this wasn't a problem before but it was a blocker for me this time
| /// when starting a fresh devnet because the cached addresses point to contracts | ||
| /// that don't exist on the new chain. This function removes the devnet entry | ||
| /// so that contracts are actually deployed. | ||
| pub fn clear_cached_devnet_deployments() -> Result<(), Box<dyn Error>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran into this one once - tried to start again after a previous deployment and it said it skipped over deploying these but it was because it had old addresses that weren't even there
* fix: status * update: status * fix: readme * fix: adv * fix: CI fixed, default repo links fixed, should work * setup docker * fix: tar prerequisite * fix: manual artifacts/ dir creation * fix: default update * fix: defaults * update: docker login * add: docker images cache * fix: naming for builder image * add: rust cache * CI fixes for disk * fix: disk issues * update: CI * fix: start should be parallel * fix: more robust CI * yaml validity * add: backoff logic and retry * fix: retry to defaults * fix: CI, privileged operations * fix: ci.yml * fix: compute version hashes * fix: ci * fix: ci * remove: chain progression checks from curio * add: CI * fix: CI * fix: CI * remove: writing to file * fix: docker and execution * fix: build * add: userdel * fix: bunch of issues * fix: CI * fix: stuff * fix: retry proof parameters download * fix: CI downloads proof params from AWS S3 * add: debugging * fix: proof params * add: debug logging * add: debug logging * Add link to Portainer UI in README * nit around "Need More" section. * remove: proof-params SHA check * fix: docker images and container names use constant now * fix: cleanup does not delete previously known docker images for no_docker_build * add: deployment fixes * fix: docker images and container names * fix: CI * fix: retry logic for PDP retry * increase storage attach wait time * fix: constants, view into downloaded code * update: CI for docker logs dump * Update ci.yml * fixes * fix: CI teardown * add: self hosted runner integration * add: openssl dependency * add: openssl-dev dependency * CI: lists logs files * add: synapse updates * makehappy: fmt * fix: curio default * update: bump lotus version to 1.34.4-rc1 * fix: branch names * fix: clippy * add: sysinfo * add: sysinfo * add: bigrunner * chore: update for merged curio and synapse-sdk PRs (#27) Plus some additional fixes that seem to work for me * update: CI * fix: runs-on * change: instance type for CI * update: dependents * update: CI for V1 --------- Co-authored-by: Steve Loeppky <[email protected]> Co-authored-by: Rod Vagg <[email protected]>
Plus some additional fixes that seem to work for me.
Uses merged versions of all the dependencies, so no more custom branches.
utils/example-storage-e2e.js running on host against container