This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.4.6
Usage related changes
- Support querying states at old blocks
- Call a contract at an old block by specifying the block number/hash
- Fix Starkscan compatibility
- Predeployed contracts are included in the genesis block (accounts, UDC, fee token contract, ...)
- Predeclaration and predeployment of contracts is assigned tx hashes (successive values 0x1, 0x2, ...)
- Fix
getEvents
of JSON-RPC API
Development related changes
- Update crypto-cpp-py (1.2.0)
Merged PRs
- Fix rpc get_events endpoint by @THenry14 in #395
- Fix getEvents for pending by @FabijanC in #399
- Support querying states at old blocks (gateway) by @FabijanC in #400
- Starkscan compatibility by @mikiw in #397
- Support querying states at old blocks with JSON-RPC by @FabijanC in #402
- Bump
crypto-cpp-py
, add note about test failures on macOS by @cptartur in #403 - Revert to poetry 1.2 by @FabijanC in #406
Full Changelog: v0.4.5...v0.4.6