thencc / algonautjs

A front end friendly Algorand utility
MIT License
10 stars 1 forks source link

fix transactionSigner on all atomic txns #49

Closed spencercap closed 1 year ago

spencercap commented 1 year ago

rn algonaut assumes the txn signer is this.account who created the txn, but sometimes it's not.

how do we want to handle when the txn .from is someone else or if the current account's authAddr is not itself (ie, had been rekeyed)?

spencercap commented 1 year ago

.transactionSigner is incompatible and useless with any-wallet embedded. let's discuss removing this.