Added
- Improved WebSocket RPC methods by adding access to the pre-latest blockchain state. This will improve UX for users of subscription based methods since it will be able for them to return updated information faster.
Fixed:
- Fixed an issue with
starknet_estimateFeeendpoint with incorrect handling of estimations that runs out of gas. - Fixed an issue with
starknet_simulateTransactionswhereDEPLOY_ACCOUNTtransactions could fail unexpectedly with insufficient funds error. - Fixed an issue where pre-latest blocks didn't have a block number assigned.
Changed:
- Internal state refactors improving code quality and minor benefits to performance.
Full Changelog: v0.15.8...v0.15.9