-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: pop build spec * fix: ammend test * feat: better use of strum * feat(spec): better ux * chore(spec): small nits * chore(spec): silent exit if not supported * chore(spec): update cargo lock * feat(spec): simple progress spinner * fix(spec): outro message if not supported * fix(spec): amend pop-parachains README * fix(spec): integration test * chore: improve pop-parachains/build test coverage * style: clean code * fix: integration tests * remove unnecesary tests * Update crates/pop-cli/src/commands/build/mod.rs Co-authored-by: Frank Bell <[email protected]> * Update crates/pop-cli/tests/parachain.rs Co-authored-by: Frank Bell <[email protected]> * Update crates/pop-cli/tests/parachain.rs Co-authored-by: Frank Bell <[email protected]> * fix: address feedback * Update crates/pop-cli/src/commands/build/spec.rs Co-authored-by: Frank Bell <[email protected]> * fix: more consistent ui * style: More concise prompt * fix: relay chain selection based on chain type * style: default name for spec * fix: remove para_id magic num * Update crates/pop-cli/src/commands/build/spec.rs Co-authored-by: Frank Bell <[email protected]> * Update crates/pop-parachains/src/build.rs Co-authored-by: Frank Bell <[email protected]> * fix: default_para_id_prompt * refactor(chain-spec): json replacement * refactor: fix typos and remove unnecessary formats * feat: default values from existing chain spec * fix: merge conflicts * fix: add missing intro for ux consistency * refactor: remove unnecessary info * refactor: improve ux * docs: remove para_id from generate_plain_chain_spec * fix: Promt user to check profile * refactor: handle errors and fix docs (#265) * docs: update README docs * refactor: handle errors for replace_para_id * refactor: handle errors for rest of functions * test: fix integration test --------- Co-authored-by: Frank Bell <[email protected]> Co-authored-by: Frank Bell <[email protected]> Co-authored-by: Alex Bean <[email protected]>
- Loading branch information
1 parent
336544d
commit 8af198d
Showing
12 changed files
with
905 additions
and
140 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.