This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.2.8
Usage related changes
- Fixed fee estimation weights - should result in estimations more similar to those on alpha-goerli
- Fixed
block_hash
property ofget_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
- Fixed response of
- Slightly improved performance
Development related changes
- Refactored Account and FeeToken
- Added parallel testing script
- Replaced unnecessary async with sync methods
Merged PRs
- Fix/get transaction status by @tabaktoni in #201
- Fix step weight by @FabijanC in #206
- feat: test script [skip ci] by @tabaktoni in #205
- Fix: Fee token and Account improvements by @tabaktoni in #203
- genesis block, create block endpoint, performace optimizations, initial boot optimization, fix 188 by @tabaktoni in #189
- Fix block number in block info by @FabijanC in #212
- Fix get_trace for declare transactions by @FabijanC in #209
Full Changelog: v0.2.7...v0.2.8