This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Releases: ApeWorX/archive-ape-starknet
Releases · ApeWorX/archive-ape-starknet
Ape Starknet 0.4.0a0
Changes
- fix: properly handle TX return data once for all @ca11ab1e (#81)
- fix: proper gas estimation @ca11ab1e (#67)
- chore: support ape version 0.4 @unparalleled-js (#79)
- fix: always use custom exceptions internally @ca11ab1e (#78)
- fix: skip traces for non-invoke TXs @ca11ab1e (#75)
- refactor!: starknet.py 0.4 + Cairo 0.9.1 upgrades @ca11ab1e (#71)
Special thanks to: @ca11ab1e and @unparalleled-js
Ape Starknet 0.3.0a4
Ape Starknet 0.3.0a3
Ape Starknet 0.3.0a2
Changes
- fix: fix for TX return data decoder with Uint256s array @ca11ab1e (#65)
- fix: handle Uint256 array in TX return data decoder @ca11ab1e (#64)
- feat: allow unlocking and auto-signing from keyfile accounts @unparalleled-js (#62)
- fix: import accounts and live network fixes @unparalleled-js (#60)
- fix: make TX return data decoding more reliable @ca11ab1e (#59)
Special thanks to: @ca11ab1e and @unparalleled-js
Ape Starknet 0.3.0a1
Changes
- fix: handle structs and more honest return values in transactions @ca11ab1e (#58)
- fix: prevent double decoding of return data @ca11ab1e (#57)
- feat: add raw return data to receipts @ca11ab1e (#56)
- feat: adding set timestamp method to starknet provider @johnson2427 (#46)
- fix: use starknet exceptions @ca11ab1e (#51)
- feat: allow use of starknet-devnet accounts @unparalleled-js (#41)
- test: add missing test cases @unparalleled-js (#40)
- refactor: make account address point to contract address instead of public key @unparalleled-js (#39)
- docs: fix example in readme @unparalleled-js (#37)
Special thanks to: @ca11ab1e, @johnson2427 and @unparalleled-js
Ape Starknet 0.3.0a0
Ape Starknet 0.2.0a3
Ape Starknet 0.2.0a2
Changes
- feat: add Cairo 0.9 support @ca11ab1e (#23)
- fix: issue with proxy support and estimate_gas_cost @unparalleled-js (#17)
- feat: less restrictive starknet.py upper version @ca11ab1e (#20)
- feat: include return data on receipt @unparalleled-js (#18)
- chore: bump max supported Python version to 3.9 @ca11ab1e (#19)
- fix: issue causing events not to show up on receipts @unparalleled-js (#13)
Special thanks to: @ca11ab1e and @unparalleled-js
Ape Starknet 0.2.0a1
Ape Starknet 0.2.0a0
Changes
- feat: support wl mainnet deploy token @unparalleled-js (#9)
- fix: issue with using core ape account commands with Starknet
- fix: bug preventing detecting proper error in non-user contract errors
Special thanks to: @unparalleled-js