This release implements Starknet RPC v0.8.1
Key change:
- Migration of the
curve
package from the custom StarkCurve implementation to use thegnark-crypto
library, resulting in a more maintainable, efficient, and well-tested implementation of StarkNet curve operations.
For more details, see the CHANGELOG file.
What's Changed
- docs: update Cairo account package link by @dizer-ti in #737
- Documentation Website by @WiseMrMusa in #732
- Small bug on the starknet_getStorageProof method test by @thiagodeev in #740
- Update mainnetBlockReceipts588763.json data by @thiagodeev in #742
- chore(deps): bump vite from 6.3.3 to 6.3.5 in /www in the npm_and_yarn group across 1 directory by @dependabot in #741
- Update some txn test data with new Juno data by @thiagodeev in #743
curve
pkg migration tognark-crypto
implementation by @thiagodeev in #744- docs: add CHANGELOG.md by @thiagodeev in #748
Full Changelog: v0.11.1...v0.12.0