Skip to content
New issue

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

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

Already on GitHub? # to your account

Generate chain specs and genesis for dev and stage #196

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

vovacha
Copy link
Contributor

@vovacha vovacha commented Nov 2, 2022

Genesis (Subzero runtime):

  • Balances
  • Tokens
  • Control

chain_spec (Subzero runtime):

  • DEV
  • STAGE

Test scenario:

  • Check if all endowed accounts have expected balances
  • Check if all orgs were created with proper treasury addresses
  • Check if all collators have proper keys
  • Build ok
  • Test ok

!Rebase and merge!
Commit was used to tag a docker image.

@vovacha vovacha changed the base branch from main to dev November 2, 2022 19:47
@vovacha vovacha linked an issue Nov 2, 2022 that may be closed by this pull request
@vovacha vovacha marked this pull request as ready for review November 7, 2022 21:02
@vovacha vovacha requested review from vayesy, 2075 and FiberMan November 7, 2022 21:02
@vovacha vovacha force-pushed the feature/chainspec-genesis branch 4 times, most recently from fc3ed9b to f4b3e39 Compare November 8, 2022 00:35
@vovacha vovacha force-pushed the feature/chainspec-genesis branch from f4b3e39 to 63dfff9 Compare November 8, 2022 01:25
Copy link
Member

@vayesy vayesy left a comment

Choose a reason for hiding this comment

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

As far as I remember we decided to keep runtime versions for all envs the same - zero, subzero, standalone. Is this still the case? If so, other chain versions apart from subzero should also be updated to 63.

@2075
Copy link
Member

2075 commented Nov 9, 2022

just focus on getting one done

@vovacha vovacha merged commit 7714468 into dev Nov 9, 2022
@vovacha vovacha deleted the feature/chainspec-genesis branch November 9, 2022 16:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Genesis for the development chain
3 participants