Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nikurt committed Oct 17, 2023
1 parent ae20d1d commit e3ea9ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/chain-configs/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,9 @@ impl GenesisChangeConfig {
// Ideally we should create `RuntimeConfigView`, but given the deeply nested nature and the number of fields inside
// `RuntimeConfig`, it should be its own endeavor.
// TODO: This has changed, there is now `RuntimeConfigView`. Reconsider if moving this is possible now.
// TODO: Consider replacing tens of fields with a combination of `GenesisConfig`
// and `EpochConfig` fields, similar to how `RuntimeConfig` is represented as a
// separate struct and not inlined.
#[derive(serde::Serialize, serde::Deserialize, Debug)]
pub struct ProtocolConfigView {
/// Current Protocol Version
Expand Down

0 comments on commit e3ea9ee

Please sign in to comment.