v0.2.0
Blockifier stable release
The plan was to make a stable release once Blockifier receives a stable release. But since that is not happening, here's a new Devnet release!
Breaking changes since v0.1.2
- Requiring Rust v1.76
- Changed dumping format, though on the API side nothing is changed
- CLI changes:
--gas-price-strk
->--gas-price-fri
--data-gas-price-strk
->--data-gas-price-fri
- JSON-RPC changes:
gas_price_strk
->gas_price_fri
data_gas_price_strk
->data_gas_price_fri
- Block abortion supports any kind of ID, so:
starting_block_hash
->starting_block_id
- In
--block-generation-on <PERIOD>
mode, the first block after the genesis block is no longer generated immediately, but after the first period.
All of the above listed breaking changes have already been covered in -rc
release notes (between 0.1.2 and 0.2.0). Those release notes also include non-breaking changes.
Changes since v0.2.0-rc.3
- Fix optional request body; fix payload size check by @FabijanC in #599
- Fix pending block timestamp by @FabijanC in #601
- Fix only-query behavior in simulation by @FabijanC in #600
- Fix L1-L2 message order by @FabijanC in #597
- Upgrade starknet-rs to 0.12.0 by @FabijanC in #604
- Address Dependabot security alerts by @FabijanC in #608
- Dump devnet_postmanLoad requests by @FabijanC in #606
- Release v0.2.0 by @FabijanC in #610
Full Changelog: v0.2.0-rc.3...v0.2.0