algokit-utils 2.3.2b1__py3-none-any.whl → 2.3.2b2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of algokit-utils might be problematic. Click here for more details.
- algokit_utils/_debugging.py +1 -1
- {algokit_utils-2.3.2b1.dist-info → algokit_utils-2.3.2b2.dist-info}/METADATA +1 -1
- {algokit_utils-2.3.2b1.dist-info → algokit_utils-2.3.2b2.dist-info}/RECORD +5 -5
- {algokit_utils-2.3.2b1.dist-info → algokit_utils-2.3.2b2.dist-info}/LICENSE +0 -0
- {algokit_utils-2.3.2b1.dist-info → algokit_utils-2.3.2b2.dist-info}/WHEEL +0 -0
algokit_utils/_debugging.py
CHANGED
|
@@ -220,7 +220,7 @@ def simulate_response(atc: AtomicTransactionComposer, algod_client: "AlgodClient
|
|
|
220
220
|
txn_list = [txn_group.txn for txn_group in unsigned_txn_groups]
|
|
221
221
|
fake_signed_transactions = empty_signer.sign_transactions(txn_list, [])
|
|
222
222
|
txn_group = [SimulateRequestTransactionGroup(txns=fake_signed_transactions)]
|
|
223
|
-
trace_config = SimulateTraceConfig(enable=True, stack_change=True, scratch_change=True)
|
|
223
|
+
trace_config = SimulateTraceConfig(enable=True, stack_change=True, scratch_change=True, state_change=True)
|
|
224
224
|
|
|
225
225
|
simulate_request = SimulateRequest(
|
|
226
226
|
txn_groups=txn_group, allow_more_logs=True, allow_empty_signatures=True, exec_trace_config=trace_config
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
algokit_utils/__init__.py,sha256=Xc9NVy3cETI2qzbkkAea2YrZ9-CLtZLHnuS1UHQ13wQ,4909
|
|
2
|
-
algokit_utils/_debugging.py,sha256=
|
|
2
|
+
algokit_utils/_debugging.py,sha256=HlO_mOsVTaz2aqci_4tOpGT-rAd-xZ1RxFphnTRgDLQ,10751
|
|
3
3
|
algokit_utils/_ensure_funded.py,sha256=ZdEdUB43QGIQrg7cSSgNrDmWaLSUhli9x9I6juwKfgo,6786
|
|
4
4
|
algokit_utils/_transfer.py,sha256=R9q8RoMHiwtqcwQjuGHEluMxIzmYqAsI5WrTsQd24Ds,6021
|
|
5
5
|
algokit_utils/account.py,sha256=JYovI84sxiU2mIbwNwWVuoEJBMuAPJauHx5jkKFrR7E,7067
|
|
@@ -18,7 +18,7 @@ algokit_utils/logic_error.py,sha256=I9fJJ09zfpPlKgcJJ7fqC77BBPTz37QsSlGfZwXDdPQ,
|
|
|
18
18
|
algokit_utils/models.py,sha256=KMpSUv7XGjZ9_50U6qUjcPjGh9_7lsRj3ZlO9Fb2zyE,8421
|
|
19
19
|
algokit_utils/network_clients.py,sha256=TlGRZ4l62_vi__AKg9zyVGiAawTrA0ca6AfPDzRL44E,5136
|
|
20
20
|
algokit_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
-
algokit_utils-2.3.
|
|
22
|
-
algokit_utils-2.3.
|
|
23
|
-
algokit_utils-2.3.
|
|
24
|
-
algokit_utils-2.3.
|
|
21
|
+
algokit_utils-2.3.2b2.dist-info/LICENSE,sha256=J5i7U1Q9Q2c7saUzlvFRmrCCFhQyXb5Juz_LO5omNUw,1076
|
|
22
|
+
algokit_utils-2.3.2b2.dist-info/METADATA,sha256=SFZRvih1A9XO8dCkn0EeTEcAweLY7_-qpEn-dvm5jsA,2258
|
|
23
|
+
algokit_utils-2.3.2b2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
24
|
+
algokit_utils-2.3.2b2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|