v0.15.0-rc.2
          ·
          
            147 commits
          
          to main
          since this release
        
        
        
This release improves RPC reliability and consistency for event queries and transaction traces.
Changed
- Increased submitted transactions cache size to better handle load spikes
Fixed
- starknet_getEventsnow returns an empty list when- from_block > to_blockinstead of throwing an error
- Trace responses now include execution_resourcesfor inner calls, not just the top-level one
- When pending data becomes invalid (e.g. a new block is added mid-request), Juno now returns an empty result instead of failing
- Rejected historical transactions are now correctly handled in RPC v9 status queries
- Rejected transactions now include failure_reasonin RPC v8
- Removed revert_reasonfrom RPC v7 responses to align with the spec
Full Changelog: v0.15.0-rc.1...v0.15.0-rc.2