Commit 9980636
authored
fix: fixes ABI return handling for bare create/delete (#178)
Removes assumption on whether create/delete are always abi calls
Now `abi_return` is only fetched when applicable, preventing potential errors or incorrect data.
A new test case has been added to verify bare create and abi delete use case.1 parent fbf25ba commit 9980636
File tree
14 files changed
+265
-494
lines changed- docs
- html
- _sources/autoapi/algokit_utils/transactions/transaction_sender
- autoapi/algokit_utils/transactions/transaction_sender
- markdown/autoapi/algokit_utils/transactions/transaction_sender
- src/algokit_utils
- applications
- transactions
- tests
- applications
- artifacts
- bare_create_abi_delete
- delete_abi_with_inner
14 files changed
+265
-494
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments