Skip to content

v0.2.0

Compare
Choose a tag to compare
@FabijanC FabijanC released this 19 Sep 15:41
· 14 commits to main since this release
bf1fc85

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

Full Changelog: v0.2.0-rc.3...v0.2.0