The version fixes the interaction between nodes and starknet-js, where large integers for subscription ids generated by nodes were not possible to represent as numbers in JS.
What's Changed
- Breaking: change subscription_id from integer to string by @tabaktoni in #288
- Apply formatting with prettier by @FabijanC in #287
- Reconcile the RESOURCE_BOUNDS and FEE_ESTIMATE types by @ArielElp in #290
Full Changelog: v0.8.0...v0.8.1