Skip to content

Generate chain specs and genesis for dev and stage - #196

Merged
vovacha merged 2 commits into
devfrom
feature/chainspec-genesis
Nov 9, 2022
Merged

Generate chain specs and genesis for dev and stage#196
vovacha merged 2 commits into
devfrom
feature/chainspec-genesis

Conversation

@vovacha

@vovachavovacha commented Nov 2, 2022

Copy link
Copy Markdown
Contributor

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 devNovember 2, 2022 19:47
@vovachavovacha 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
vovachaforce-pushed the feature/chainspec-genesis branch 4 times, most recently from fc3ed9b to f4b3e39CompareNovember 8, 2022 00:35
@vovacha
vovachaforce-pushed the feature/chainspec-genesis branch from f4b3e39 to 63dfff9CompareNovember 8, 2022 01:25
Comment thread.docker/subzero.Dockerfile

@vayesyvayesy left a comment

Copy link
Copy Markdown
Member

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.

Comment threadbin/subzero/node/Cargo.toml
@2075

2075 commented Nov 9, 2022

Copy link
Copy Markdown
Member

just focus on getting one done

2075
2075 approved these changes Nov 9, 2022
@vovacha
vovacha merged commit 7714468 into devNov 9, 2022
@vovacha
vovacha deleted the feature/chainspec-genesis branch November 9, 2022 16:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Genesis for the development chain

3 participants

@vovacha@2075@vayesy