We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db31fb commit 5c56712Copy full SHA for 5c56712
CHANGELOG.md
@@ -12,6 +12,8 @@
12
13
* chore: update Rust required version to 1.85.0 [#1990](https://github.com/lambdaclass/cairo-vm/pull/1990)
14
15
+* chore: Update fastecdsa python package [#1993](https://github.com/lambdaclass/cairo-vm/pull/1993)
16
+
17
#### [2.0.0] - 2025-02-26
18
19
* fix: Check overflow in cairo pie address calculation [#1945](https://github.com/lambdaclass/cairo-vm/pull/1945)
requirements.txt
@@ -1,6 +1,6 @@
1
ecdsa==0.18.0
2
bitarray==2.7.3
3
-fastecdsa==2.3.0
+fastecdsa==2.3.2
4
sympy==1.11.1
5
typeguard==2.13.3
6
cairo-lang==0.13.3
0 commit comments