Skip to content

Commit

Permalink
feat: support Sierra 1.5.0 new CASM hash algorithm (#565)
Browse files Browse the repository at this point in the history
Adds support for the new CASM hash algorithm introduced with Sierra
1.5.0. This implementation is very rough and inefficient, as it's meant
to ship a working implementation as soon as possible, so that downstream
tools (e.g. Starkli) can integrate sooner. Optimizations should be made
later in follow-up PRs.
  • Loading branch information
xJonathanLEI authored Mar 10, 2024
1 parent 543c3d4 commit d980869
Show file tree
Hide file tree
Showing 9 changed files with 13,866 additions and 3 deletions.
320 changes: 317 additions & 3 deletions starknet-core/src/types/contract/mod.rs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sierra_class_hash": "0x544393d980200d57bb736f17aaed4cd7486ccce81b48a86a94f853e82c3983a",
"compiled_class_hash": "0x5adc857416202a5902c01168542e188c3aa6380f57c911ae98cf20bc52be367"
}
Loading

0 comments on commit d980869

Please sign in to comment.