algorand / algorand-sdk-testing

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

Add tests for simulating unsigned transactions #270

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

This PR adds SDK tests for simulating unsigned transactions using the simulate endpoint, and simulating grouped unsigned transactions in the AtomicTransactionComposer.

JS Implementation: https://github.com/algorand/js-algorand-sdk/pull/746

Closes #267