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.6.0
Ape Starknet 0.5.0a6
Ape Starknet 0.5.0a5
Ape Starknet 0.5.0a4
Ape Starknet 0.5.0a3
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
Ape Starknet 0.5.0a1
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 inset_timestamp()
method rather thanincrease_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
Breaking changes
provider.declare(contract)
removed. Useaccount.declare(contract)
starknet.encode_contract_declaration()
renamed tostarknet.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
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