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.6.0

01 Feb 20:35
f90f96b
Compare
Choose a tag to compare

Changes

  • chore: upgrade to 0.6 @dtdang (#128)
  • feat: export account command @unparalleled-js (#129)

Special thanks to: @dtdang and @unparalleled-js

Ape Starknet 0.5.0a6

26 Jan 16:59
6c54a3d
Compare
Choose a tag to compare

Changes

  • fix: keyfile accounts signing issues and entire account flow refactor @unparalleled-js @dtdang (#124)

Special thanks to: @unparalleled-js @dtdang

Ape Starknet 0.5.0a5

06 Jan 16:39
9086bb7
Compare
Choose a tag to compare

Changes

  • fix: dependencies update @unparalleled-js (#123)
  • docs: README deploy and factory contract update @dtdang (#122)
  • chore: Updating for Tutorial @dtdang (#121)
  • docs: add missing CLI help string @unparalleled-js (#120)

Special thanks to: @dtdang and @unparalleled-js

Ape Starknet 0.5.0a4

29 Nov 17:18
98365da
Compare
Choose a tag to compare

Changes

  • feat: support cairo 0.10.2 @unparalleled-js (#119)

Special thanks to: @unparalleled-js

Ape Starknet 0.5.0a3

27 Nov 00:00
5e6c184
Compare
Choose a tag to compare

Changes

  • feat: replace DeployTransaction with invoke transactions sent to the UDC contract @unparalleled-js (#118)

Special thanks to: @unparalleled-js

Ape Starknet 0.5.0a2

01 Nov 19:46
92dbe83
Compare
Choose a tag to compare

Changes

  • feat: support Cairo lang 0.10.1 @unparalleled-js (#114)

Special thanks to: @unparalleled-js

Ape Starknet 0.5.0a1

04 Oct 16:59
4153d4c
Compare
Choose a tag to compare

Changes

  • chore: upgrade starknet.py to 0.6.2a0 @unparalleled-js (#112)
  • fix: issue where events from other contracts would not appear on receipts @unparalleled-js (#98)
  • fix: issue where deploy_account used outdated contract type @unparalleled-js (#109)
  • fix: issue where public key would not show in starknet accounts list command @unparalleled-js (#106)
  • fix: compat issue with eth @unparalleled-js (#107)
  • feat: implement mine() in Provider @unparalleled-js (#108)
  • refactor: use set_time RPC in set_timestamp() method rather than increase_time @unparalleled-js (#103)
  • fix: update hashing algo for to_checksum_address() @unparalleled-js (#104)
  • perf: make faster @unparalleled-js (#105)
  • fix: use python3 as pre-commit default language @helloibis (#96)

Special thanks to: @helloibis and @unparalleled-js

Ape Starknet 0.5.0a0

19 Sep 19:39
30d0112
Compare
Choose a tag to compare

Breaking changes

  • provider.declare(contract) removed. Use account.declare(contract)
  • starknet.encode_contract_declaration() renamed to starknet.encode_contract_blueprint()

Changes

  • chore: bump ape to 0.5 @helloibis (#93)
  • feat: Update to Cairo-lang 0.10 @unparalleled-js (#92)
  • chore: upgrade starknet dependencies @unparalleled-js (#90)

Special thanks to: @helloibis and @unparalleled-js

Ape Starknet 0.4.0a2

01 Sep 14:06
0bc079b
Compare
Choose a tag to compare

Changes

  • chore: pin starknet dependencies @unparalleled-js (#89)
  • refactor: use devnet client to acquire pre-deployed accounts @unparalleled-js (#86)
  • test: show new ape changes fixes network fixture bug @unparalleled-js (#85)
  • chore: upgrade starknet dependencies @unparalleled-js (#84)

Special thanks to: @unparalleled-js

Ape Starknet 0.4.0a1

17 Aug 23:42
f91d85b
Compare
Choose a tag to compare

Changes

  • chore: upgrade starknet-devnet @unparalleled-js (#83)
  • test: ensure providing a dict argument for a struct works @ca11ab1e (#82)

Special thanks to: @ca11ab1e and @unparalleled-js