Skip to content

Commit

Permalink
Merge pull request #1179 from eqlabs/libfunc
Browse files Browse the repository at this point in the history
chore: use all libfunc list
  • Loading branch information
Mirko-von-Leipzig authored Jun 29, 2023
2 parents 981a266 + e17473d commit 9cb4113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Sierra class hash not in declared classes sync bug

## Changed

- use all libfunc list instead of experimental for sierra compilation

## [0.6.2] - 2023-06-29

### Added
Expand Down
3 changes: 1 addition & 2 deletions crates/pathfinder/src/sierra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ mod v2_0_0_rc6 {
validate_compatible_sierra_version(
&sierra_class,
ListSelector::ListName(
casm_compiler_v2_0_0_rc6::allowed_libfuncs::BUILTIN_EXPERIMENTAL_LIBFUNCS_LIST
.to_string(),
casm_compiler_v2_0_0_rc6::allowed_libfuncs::BUILTIN_ALL_LIBFUNCS_LIST.to_string(),
),
)
.context("Validating Sierra class")?;
Expand Down

0 comments on commit 9cb4113

Please sign in to comment.