This release implements Starknet RPC v0.9.0
The main purpose of this release is to fix a bug that can happen in websocket subscriptions when receiving Reorg events. More details in the PR #781.
It also brings other small changes.
For more details, see the CHANGELOG file.
What's Changed
- feat: Return transaction responses by value (closes #764) by @raymax0x in #766
- Fix Merkle tree nextProof check by @tarrencev in #779
- Optimize regular expression usage in typedData package by @reallesee in #771
- Fix: client panics sometimes when receiving reorg events in subscriptions by @thiagodeev in #781
New Contributors
- @raymax0x made their first contribution in #766
- @reallesee made their first contribution in #771
Full Changelog: v0.14.0...v0.15.0