Skip to content

Commit

Permalink
Merge branch 'main' into gm/feat/kzg-da-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua authored Dec 16, 2024
2 parents cbccca5 + 3f3df3e commit a2b9185
Show file tree
Hide file tree
Showing 12 changed files with 242 additions and 272 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

* feat: implement `kzg` data availability hints [#1887](https://github.com/lambdaclass/cairo-vm/pull/1887)

#### [2.0.0-rc2] - 2024-12-12

* fix: Change wildcard getrandom dependency.

* Update starknet-crypto to 0.7.3, removing the old FieldElement completly in favour of the new Felt (that is Copy).

* chore: update the cairo-vm version used in the readme

* chore: update cairo-lang dependencies to 2.9.2

* fix: replace `div_rem` with `div_mod_floor` in `verify_zero` hints [#1881](https://github.com/lambdaclass/cairo-vm/pull/1881)

* feat: Implement `SECP related` hints [#1829](https://github.com/lambdaclass/cairo-vm/pull/1829)
Expand Down
Loading

0 comments on commit a2b9185

Please sign in to comment.