Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update Docker image version and relay chain spec #1808

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

mattheworris
Copy link
Collaborator

@mattheworris mattheworris commented Dec 6, 2023

Goal

Issue #1801 reported that the local parachain wasn't making blocks when following the directions for setting up a local relay chain.
rococo-local.json, the chain spec file used to setup the local relay chain development environment was out of date with the recent versions of the polkadot-sdk and needed to be updated.

Closes #1801

Checklist

  • Chain spec updated
  • Custom RPC OR Runtime API added/changed? Updated js/api-augment.
  • Design doc(s) updated
  • Tests added
  • Benchmarks added
  • Weights updated

@mattheworris mattheworris linked an issue Dec 6, 2023 that may be closed by this pull request
Copy link
Collaborator

@wilwade wilwade left a comment

Choose a reason for hiding this comment

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

I know this is a draft, but besides updating the description and rebase, I think it is good to go.

@mattheworris mattheworris self-assigned this Dec 20, 2023
@mattheworris mattheworris marked this pull request as ready for review December 20, 2023 15:17
@mattheworris mattheworris requested a review from a team December 20, 2023 15:17
@mattheworris mattheworris added the chore No feature changes label Dec 20, 2023
@mattheworris mattheworris force-pushed the 1801-parachain-didnt-produce-blocks branch from d2af35b to f2c815f Compare December 22, 2023 16:35
Copy link
Collaborator

@saraswatpuneet saraswatpuneet left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Collaborator

@enddynayn enddynayn left a comment

Choose a reason for hiding this comment

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

👍 great!

@mattheworris mattheworris merged commit ef20bcd into main Dec 26, 2023
27 checks passed
@mattheworris mattheworris deleted the 1801-parachain-didnt-produce-blocks branch December 26, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore No feature changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parachain didn't produce blocks
5 participants