Skip to content

Conversation

@tsenovilla
Copy link
Contributor

@tsenovilla tsenovilla commented Oct 22, 2025

Remove chain-spec-generator and build chain specs using pop

🔗 zboto Link

@tsenovilla tsenovilla linked an issue Oct 22, 2025 that may be closed by this pull request
@tsenovilla tsenovilla marked this pull request as ready for review October 22, 2025 15:59
@tsenovilla tsenovilla requested a review from al3mart October 22, 2025 15:59
@tsenovilla
Copy link
Contributor Author

waiting for r0gue-io/pop-cli#687


- name: Install pop
run: |
cargo install --git https://github.com/r0gue-io/pop-cli.git --branch main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about the following?

export NONINTERACTIVE=1
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
brew install r0gue-io/pop-cli/pop

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's also possible that the ubuntu host already has hombrew installed 🤔 .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't brew installing the latest release?
We'll need pop 0.11.0 for this, so til it's released we should use the main branch. After that we can use brew yep

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, OK then 👍

Copy link
Member

@al3mart al3mart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I agree that we are better of removing the chain-spec-generator, I'm not sure if we should do it right now.

Copy link
Member

@al3mart al3mart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy with the current status after discussing with @tsenovilla by DMs

@tsenovilla tsenovilla merged commit fd7413b into main Oct 28, 2025
@tsenovilla tsenovilla deleted the chore/remove-chain-spec-generator-and-use-pop branch November 5, 2025 14:35
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.

Improve Chain Spec Generator

4 participants