Skip to content

fix(orchestrator): use tmp dir when we create paras artifacts#1638

Merged
pepoviola merged 9 commits intomainfrom
fix-1519
Jan 2, 2024
Merged

fix(orchestrator): use tmp dir when we create paras artifacts#1638
pepoviola merged 9 commits intomainfrom
fix-1519

Conversation

@pepoviola
Copy link
Copy Markdown
Collaborator

Use tmp dir for export-genesis-state cmd.
Fix #1519
cc: @JoshOrndorff

@JoshOrndorff
Copy link
Copy Markdown

The core change looks good to me. Just out of curiosity, why was downgrading chai necessary?

@pepoviola
Copy link
Copy Markdown
Collaborator Author

The core change looks good to me. Just out of curiosity, why was downgrading chai necessary?

Thanks for the feedback @JoshOrndorff. The issue with chai was caused by the depedabot that bump the major version of chai and that version drop cjs support, so we need to adjust some parts of our code. I will make the change in a separate pr.

Thx!

@pepoviola
Copy link
Copy Markdown
Collaborator Author

ci cache here is causing troubles, I will close this one and re-open with a diff branch.
Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explicitly specify a data directory when exporting parachain genesis state

2 participants