Skip to content

Commit

Permalink
[Ignition]: Add a comment on state explosion.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Feb 14, 2024
1 parent 13dbfd5 commit 78591f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ignition/src/blueprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ mod ignition {
/// The mapping of the [`BlueprintId`] to the pool information means
/// that each Dex, or at least Dex blueprint, has a single entry in the
/// protocol.
///
/// Note: it is well understood that [`PoolBlueprintInformation`] data
/// is unbounded in size and that it can lead to state explosion. But,
/// we will only have four allowed pools in Ignition and therefore we
/// are not worried about the state explosion problems.
pool_information: KeyValueStore<BlueprintId, PoolBlueprintInformation>,

/// Maps a resource address to its volatility classification in the
Expand Down

0 comments on commit 78591f0

Please sign in to comment.