This is a hotfix release. Please upgrade if you're running Pathfinder 0.15.0.
Huge thanks to @xJonathanLEI for fixing the JSON-RPC 0.7 issue introduced in 0.15.0.
Fixed
starknet_getBlockWithReceipts
returnstransaction_hash
within thetransaction
object making the response not strictly spec compliant. Fixed on the JSON-RPC 0.8 interface.- JSON-RPC 0.7 methods returning block headers are including the
l2_gas
property.
Changed
- Pathfinder is now compiled with arithmetic overflow checks enabled in release mode to mitigate potential issues.