Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

v0.2.8

Compare
Choose a tag to compare
@FabijanC FabijanC released this 04 Aug 13:18
· 266 commits to master since this release

Usage related changes

  • Fixed fee estimation weights - should result in estimations more similar to those on alpha-goerli
  • Fixed block_hash property of get_transaction_status response to be hex string
  • Fixed get_transaction_trace for declare transactions
  • Block improvements:
    • Fixed response of get_block_number cairo syscall
    • Now shipping with a genesis block (block number 0)
    • Introduced an endpoint for generating an empty block: POST /create_block
  • Slightly improved performance

Development related changes

  • Refactored Account and FeeToken
  • Added parallel testing script
  • Replaced unnecessary async with sync methods

Merged PRs

Full Changelog: v0.2.7...v0.2.8