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

refactor(katana): store genesis in ChainSpec as its JSON repr #2871

Merged
merged 6 commits into from
Jan 7, 2025

Conversation

kariy
Copy link
Member

@kariy kariy commented Jan 6, 2025

To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using --genesis. The JSON repr is a more user facing format compared to its internal counterpart (ie Genesis).

@kariy kariy force-pushed the katana/chainspec branch from 425b2a3 to c31175e Compare January 6, 2025 22:43
@kariy kariy force-pushed the katana/chainspec-genesis branch from 64dbf2c to 2aeeafd Compare January 6, 2025 22:44
@kariy kariy force-pushed the katana/chainspec-genesis branch from 02f0d09 to b02659d Compare January 7, 2025 18:06
@kariy kariy merged commit 6407e59 into katana/chainspec Jan 7, 2025
13 checks passed
@kariy kariy deleted the katana/chainspec-genesis branch January 7, 2025 19:04
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.85%. Comparing base (d9e93c4) to head (1c78d17).
Report is 7 commits behind head on katana/chainspec.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           katana/chainspec    #2871      +/-   ##
====================================================
+ Coverage             55.74%   55.85%   +0.10%     
====================================================
  Files                   446      447       +1     
  Lines                 57818    57911      +93     
====================================================
+ Hits                  32233    32345     +112     
+ Misses                25585    25566      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

kariy added a commit that referenced this pull request Jan 8, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 10, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 11, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 14, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 15, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 16, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 16, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 18, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 19, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 21, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 21, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 21, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
kariy added a commit that referenced this pull request Jan 23, 2025
To allow specifying the genesis file in the chain spec file in its JSON format. Basically, in the same format as if when the genesis file is passed using `--genesis`. The JSON repr is a more user facing format compared to its internal counterpart (ie `Genesis`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant