You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the name FRI for STRK, added TRANSACTION_EXECUTION_ERROR, added the SKIP_VALIDATE flag to starknet_estimateFee, clarified semantics of simulate and estimate (PR #175, #177)
Add units to FEE_ESTIMATE (PR #175)
Add data consumption to receipts and traces, add EIP-4844 related fields, add getBlockWithReceipts method (PR #187, #188, #189, #191)
Spec organization: Introduce TXN_RECEIPT_WITH_BLOCK_INFO and remove the pending receipts objects (PR #195)
Import BROADCASTED_DECLARE_TXN in write API (PR #178)
Add string data to VALIDATION_FAILURE (PR #179)
Change execution resource counters to integers (PR #147)
Allow EMITTED_EVENT to contain events from the pending block (PR #151)
Disallow block_hash/block_number/new_root in the PENDING_BLOCK_HEADER schema (PR #154)
Introduce v3 transactions (PR #149)
Add state_diff to L1_HANDLER and DELEGATE call type, add resources to internal calls within a trace (PR #160, #161)
Bump version to 0.7.1 (PR #202)
Fixes
Fix DECLARE_TXN_V1 version (PR #170)
Make trace fields optional (as in 0.5.1) (PR #172)
Typo fix and added property to schema object (PR #173)
Fix: change l1_handler version to enum, make data_gas related fields required in the block header, add 4844-related fields to the pending block header (PR #190, #193, #194)
Fix: make revert_reason required in reverted transaction traces, fix storage key pattern, add a comment explaining the execution_resources property name, add execution resources to l1 handler traces (PR #197, #198, #199, #200, #201)
The text was updated successfully, but these errors were encountered:
Changelog for Upcoming Release
Here is a list of all changelog from last v0.5.1 to 0.7.0.1 Starknet-spec version :
New Features and Improvements
Fixes
The text was updated successfully, but these errors were encountered: