Releases: algorandfoundation/algokit-utils-py
Releases · algorandfoundation/algokit-utils-py
v1.3.1-beta.2
v1.3.1-beta.2
v1.3.1-beta.1
v1.3.0
v1.3.0-beta.1
v1.2.0
Feature
- Add factory method to Account to create from a new account (
1185097
) - Use official Algorand Docker images for LocalNet (
0a2d176
) - Add import_source_map and export_source_map to ApplicationClient (
ea7cbb7
) - Allow specifying app_name when creating an ApplicationClient (#36) (
6cef241
) - Use simulate for readonly methods (
723f2cd
) - Support partially providing template_values on client init (
5cef97d
) - Add signer and public_key to Account (#35) (
e21ba50
)
Fix
- Add a compatibility shim for simulate 3.15 endpoints (
0668358
) - Automatically provide an approval source_map where possible (
9cc9972
) - Also strip whitespace when stripping comments (
f7e85c8
) - Add missing fields to CommonCallParametersDict (
1167966
)
Documentation
v1.2.0-beta.9
v1.2.0-beta.8
Fix
- Add a compatibility shim for simulate 3.15 endpoints (
0668358
)
v1.2.0-beta.7
Feature
- Use official Algorand Docker images for LocalNet (
0a2d176
)