chore: update RILT chain spec and boot nodes#633
Merged
Conversation
ntn-x2
approved these changes
May 15, 2024
Contributor
|
@Ad96el can you pick this up now and update accordingly? I think it's also a nice exercise to get familiar with the new structure. |
Contributor
Author
|
In order to get the chain spec, I did:
Genesis state
|
ntn-x2
reviewed
Jul 15, 2024
Contributor
ntn-x2
left a comment
There was a problem hiding this comment.
I don't think we need a new module. The peregrine-new generator generates a chainspec that is supposed to be changed locally, as long as the runtime stays the same. So we don't need a rilt-new nor the rilt module, but simply generate a new chainspec, make any changes locally, generate the raw spec, and paste that into the file tree to be used as rilt.
ntn-x2
approved these changes
Jul 17, 2024
Contributor
ntn-x2
left a comment
There was a problem hiding this comment.
If the chainspec is the one currently running, let's merge this 🚀
Contributor
|
Integration tests will be fixed in a separate PR. |
Ad96el
added a commit
that referenced
this pull request
Aug 20, 2024
## fixes KILTProtocol/ticket#3400
RILT is booted from scratch, resulting in a different genesis
state/wasm. To add more nodes later on, we need to update the chain's
specifications.
The chain spec is generated by calling:
`docker run kiltprotocol/kilt-node:1.13.0 build-spec --chain=rilt-new
--raw > nodes/parachain/res/rilt.json`
The deprecated bootnodes are also updated.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes KILTProtocol/ticket#3400
RILT is booted from scratch, resulting in a different genesis state/wasm. To add more nodes later on, we need to update the chain's specifications.
The chain spec is generated by calling:
docker run kiltprotocol/kilt-node:1.13.0 build-spec --chain=rilt-new --raw > nodes/parachain/res/rilt.jsonThe deprecated bootnodes are also updated.