- Adding state_change flag to simulate params (enables on chain section in extension) (#109) (
81f731b
) - Stop comment stripping from breaking base64 (
fa0d3b5
)
- Bumping mypy; making traces object typed to prevent misc mypy error on LogicError (#105) (
a9ffb78
) - Fixed obsolete info and broken links (#100) (
1d997d2
)
- Revert avoiding oncomplete ignore in app client calls (to be added as breaking change) (#88) (
661edeb
) - Add tests for transfer with rekey (
b0b3be9
) - Audit (
0ee4b83
) - Rekey transfer (
55e1dbe
)
- Handle updated LogicError format in algod 3.22 (#68) (
bcbaadd
) - Disable verbose logging level in config.py; only visible on debug log level now (#62) (
10d1400
)
- Handle TMPL_ variables with an underscore (
367ffce
)
- Adding support for interacting with dispenser api on testnet via ensure_funded; api client class (#51) (
4f1f057
)
- Adding new client class for interacting with TestNet Dispenser API; Changing output type of ensure_funded method (
4f1f057
)
- 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
)
- 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
)
- Remove stale files (
257a2bb
) - Add handwritten documentation (
65b87b6
) - Fix broken link (
59207f2
) - Fix typo (
f366c1e
) - Update docs (
5f8356c
)
- Make ensure_funded funding_source parameter optional (
814661a
) - Add ensure_funded method (#24) (
e45fc46
)
- Handle quoted template variables (
7cca4f0
) - Update strip_comments to handle quotes (
eaa77dd
) - Remove deprecated/renamed functions (
68f6155
) - Correctly adjust port in client configs (#27) (
89a0848
) - Fix network client auth headers (#26) (
6ba8792
)
- Regenerate docs (
0cd0717
) - Add link to documentation (#23) (
2fe6792
) - Fix typo in deploy docstring (#22) (
1229ea4
)
- Strip comments before compiling to accomodate annotated teal (#19) (
2bb9a56
) - Stop transaction parameters being converted to dict (#18) (
8e753b5
)
- Handle non algosdk TransactionSigner implementations (#14) (
25be642
) - Readd AppSpecStateDict type definition to root namespace (
231e4b8
)
- Add .nojekyll (
f597fbc
) - Publish html version of docs (#15) (
3e6c0c8
) - Document all public symbols (#13) (
954b5e1
) - Fix typo (
cb92e08
)
- Deprecate is_sandbox and get_sandbox_default_account (#10) (
ad23e57
) - Rename sandbox to localnet (
ea43db2
)
- 1.0 release (
ef8f280
)
- Allow broader types when specifying methods and app_spec in ApplicationClient (#7) (
b73bb69
) - Make ABI call arguments kwargs instead of a dict (#6) (
574b147
)
- Get_account now works if called a second time for the same account name (
513dd4c
)
- Expose execute_atc_with_logic_error, allow specifying approval source map (
f7a887b
) - Resolve sender on init (
000612d
) - Add rekey_to to call method (#3) (
940e7aa
) - Handle app notes with partial data (#2) (
3cc75db
)
- Don't mutate provided args when calling (
c152ed9
)
- Allow bytes for template_values (
399bd91
) - Make DeleteApp when deploying one transaction across create and delete (
61f5596
) - Add more details to deploy_app response (
01aa8a6
) - Return ApplicationClient when deploying app (
dfea9e0
) - Enum for on_update and on_schema_break behaviour (
3afe65d
) - Add template variables support (
870ee25
) - Add idempotent deploy (
685a40f
)
- Add more typings (
e8b7371
) - Always find a clear state bare method (
8a159b8
) - Pass through additional call parameters (
3d6ead9
) - Allow notes with type str (
8a8665d
) - Allow any type for arguments (
1da1b39
) - Fix incorrectly passing schema on bare calls (
b41f228
) - ApplicationClient respects None values for allow_update or allow_delete if no deploy-time control being used (
397981c
) - Define more imports (
c78ba20
) - Define top level imports (
6c9be52
) - Typing fixes (
8f9364a
) - Review feedback (
9cceba9
) - Move wait for indexer function to tests (
f821df8
) - Parse url and replace kmd port more robustly (
5cba109
) - Reduce pyteal dependency, remove global ignores (
e574133
) - Apply changes from review (
fe52213
) - Rename DeleteApp to ReplaceApp (
908a8a6
) - Fix ApplicationClient.prepare (
d1095da
) - Make app_id and app_address on ApplicationClient readonly (
6862174
) - Re-add ALGOD_PORT and INDEXER_PORT support (
82d0218
) - Ignore apps with no note prefix (
c82dc60
)