Important Changes
The cairo-native-runtime crate is no longer needed and no longer updated. It is internal to cairo-native now and doesn't need any .so or .dylib file.
What's Changed
- fix bench comment by @edg-l in #1060
- Update melior by @edg-l in #1061
- Remove missing todos by @edg-l in #1055
- Implement runtime with dynamic dispatch by @JulianGCalderon in #1051
- Fix daily link the artifact diffs by @FrancoGiachetta in #1066
- Fix gas diffs. by @azteca1998 in #1071
- Adjust circuit usage by @edg-l in #1070
- Fix daily run cache by @JulianGCalderon in #1074
- Specify sierra version in Contract Executor by @JulianGCalderon in #1078
- Fix
array_snapshot_pop_back
's clone-on-write's clone implementation. by @azteca1998 in #1080 - Remove runtime crate, bump version, fix gh release ci by @edg-l in #1085
- Add lockfile support for the
AotContractExecutor
. by @azteca1998 in #1075
Full Changelog: v0.2.9...v0.3.0