This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.2.2
Usage related changes
- Introduce timestamp management endpoints (for setting time and increasing time offset: read more)
- Fix timestamp support in lite-mode
- Include
max_fee
inget_transaction
response - Include failure reason in
tx_status
andget_transaction
response.
Development related changes
- Use call_raw for making calls (introduced with cairo-lang 0.8.2)
- Improve typing by relying on starknet's types
- Improve testing (test with min and max python version)
Merged PRs
- Call raw by @badurinantun in #99
- Timestamp management by @badurinantun in #96
- Transaction max fee by @badurinantun in #102
- Fix failure reason in transaction and tx_status by @FabijanC in #103
- Use types by @badurinantun in #104
- Fix --lite-mode-block-hash behavior by @FabijanC in #105
- Fix type of address param in contracts methods by @FabijanC in #107
- Bump Python max version by @ca11ab1e in #108
- Update dependencies by @ca11ab1e in #109
New Contributors
Full Changelog: v0.2.1...v0.2.2