algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

Add a step to simulate an unsigned txn and an overspending error #271

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

Implemented in: https://github.com/algorand/js-algorand-sdk/pull/743 (a5975ac). Manually verified in Python SDK that everything works as expected.

algochoi commented 1 year ago

Since this does not require any extra steps in the existing SDKs, I'll merge it in.