Skip to content

Commit

Permalink
Merge pull request #588 from stacks-network/chore/update-stacks-core
Browse files Browse the repository at this point in the history
feat: add 3.1 support
  • Loading branch information
hugocaillard authored Dec 17, 2024
2 parents 6c815a9 + 22c3e07 commit 41079f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions clar2wasm/src/bin/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl ValueEnum for WrappedEpochId {
WrappedEpochId(StacksEpochId::Epoch24),
WrappedEpochId(StacksEpochId::Epoch25),
WrappedEpochId(StacksEpochId::Epoch30),
WrappedEpochId(StacksEpochId::Epoch31),
]
}

Expand All @@ -44,6 +45,7 @@ impl ValueEnum for WrappedEpochId {
StacksEpochId::Epoch24 => Some(PossibleValue::new("2.4")),
StacksEpochId::Epoch25 => Some(PossibleValue::new("2.5")),
StacksEpochId::Epoch30 => Some(PossibleValue::new("3.0")),
StacksEpochId::Epoch31 => Some(PossibleValue::new("3.1")),
}
}
}
Expand Down

0 comments on commit 41079f3

Please sign in to comment.