Add polkadot-bulletin-chain as submodule#1263
Conversation
|
@mudigal we should also update the main README.md https://raw.githubusercontent.com/paritytech/chainspecs/refs/heads/main/README.md |
Good point - updated Readme |
- chainspec.json symlinks now point at chainspecs/<network>-chainspec.json - Add paseo-next-v2 symlink for paseo/parachain/bulletin-next - Restore raw.json / genesis-head as regular files (not tracked upstream) - Bump polkadot-bulletin-chain submodule to merged #523
The submodule entry was removed from .gitmodules in #1101 because the upstream Watr-Protocol/watr repo is no longer accessible, but the gitlink itself was left in the tree. Submodule checkout has been failing on every PR since with: fatal: No url found for submodule path 'submodules/watr'.
PR #1101 removed the watr submodule from .gitmodules; this is the matching symlink that pointed into it.
| - [Paseo Coretime](paseo/parachain/coretime/chainspec.json) | ||
| - [Paseo People](paseo/parachain/people/chainspec.json) | ||
| - [Paseo People Next](paseo/parachain/people-next/chainspec.json) | ||
| - [Paseo Bulletin](paseo/parachain/bulletin/chainspec.json) |
| - [Paseo Bulletin Next](paseo/parachain/bulletin/chainspec.json) | ||
| - [Paseo Bulletin Next v2](paseo/parachain/bulletin-next/chainspec.json) |
There was a problem hiding this comment.
@x3c41a I think think paseo/parachain/bulletin/chainspec.json is not obvious which paseo are we talking about. I would keep the "convention".
| - [Paseo Bulletin Next](paseo/parachain/bulletin/chainspec.json) | |
| - [Paseo Bulletin Next v2](paseo/parachain/bulletin-next/chainspec.json) | |
| - [Paseo Bulletin Next](paseo/parachain/bulletin-next/chainspec.json) | |
| - [Paseo Bulletin Next v2](paseo/parachain/bulletin-next-v2/chainspec.json) |
There was a problem hiding this comment.
Fair
please, also align subfolder:
paseo/parachain/bulletin/chainspec.json -> paseo/parachain/bulletin-next/chainspec.json
paseo/parachain/bulletin-next/chainspec.json -> paseo/parachain/bulletin-next-v2/chainspec.json
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
|
@x3c41a please, remove also all of those |
These derived artifacts are no longer tracked in the source repo and can be regenerated from the canonical chainspec.json symlinked here.
removed |
|
@x3c41a why did you remove |
|
@nprt could you please review/merge? |
Summary
polkadot-bulletin-chainas a git submodule undersubmodules/Note
This PR depends on paritytech/polkadot-bulletin-chain#523 being merged first, as the symlinks reference
chainspecs/from that repo.Reference