Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Releases: ApeWorX/archive-ape-starknet

Ape Starknet 0.4.0a0

02 Aug 20:24
Compare
Choose a tag to compare

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

25 Jul 12:59
e9094b4
Compare
Choose a tag to compare

Changes

  • fix: TX return data decoding for complex structs @ca11ab1e (#69)
  • feat: decode Uint256 values in decode_logs() @ca11ab1e (#70)

Special thanks to: @ca11ab1e and @unparalleled-js

Ape Starknet 0.3.0a3

11 Jul 21:19
6a9b090
Compare
Choose a tag to compare

Changes

  • fix: improve conversion check to prevent ecosystem mix @ca11ab1e (#66)

Special thanks to: @ca11ab1e and @unparalleled-js

Ape Starknet 0.3.0a2

11 Jul 13:29
23c3525
Compare
Choose a tag to compare

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

04 Jul 18:30
Compare
Choose a tag to compare

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

22 Jun 16:01
f849c33
Compare
Choose a tag to compare

Changes

  • feat: add declare transactions @ca11ab1e (#30)
  • feat: implement new API methods for ape 0.3.0 @unparalleled-js (#33)

Special thanks to: @ca11ab1e and @unparalleled-js

Ape Starknet 0.2.0a3

20 Jun 13:30
d595ea7
Compare
Choose a tag to compare

Changes

  • chore: prevent asyncio pytest warning @ca11ab1e (#34)
  • style: clean-up Sourcery issues @ca11ab1e (#29)
  • fix: issue where would not sign correct data with accounts @unparalleled-js (#31)

Special thanks to: @ca11ab1e and @unparalleled-js

Ape Starknet 0.2.0a2

16 Jun 01:18
aeef57b
Compare
Choose a tag to compare

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

20 May 16:46
cd45fd9
Compare
Choose a tag to compare

Changes

  • chore: upgrade starknet.py @unparalleled-js (#12)
  • fix: issue preventing the use of array arguments @unparalleled-js (#11)

Special thanks to: @unparalleled-js

Ape Starknet 0.2.0a0

03 May 18:10
acaae81
Compare
Choose a tag to compare

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