Skip to content

Commit

Permalink
chore(node): move genesis to runtime (#2155)
Browse files Browse the repository at this point in the history
Removed the genesis builders for Paseo and Frequency, as these are now
referenced directly from the generated spec file.

Consolidated Frequency-local and Frequency-no-relay into a single
genesis_builder function for improved clarity and maintainability.
  • Loading branch information
enddynayn authored Sep 30, 2024
1 parent be72197 commit d47f870
Show file tree
Hide file tree
Showing 11 changed files with 203 additions and 643 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- "*-development" # Feature Branches should suffix with -development
- "chore/mv-development-genesis-to-runtime-issue-*"
env:
BIN_DIR: target/release
PR_LABEL_METADATA_CHANGED: metadata-changed
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d47f870

Please sign in to comment.