Closed solkimicreb closed 2 years ago
cc @harryEth
Hi! Any update on this? I would be happy to help if you can point me in the right direction.
@solkimicreb we support the group transaction now. Please check our doc here: https://magic.link/docs/blockchains/algorand
Thanks! I will try it in the afternoon.
✅ Prerequisites
🐛 Description
The algorand extension removes the transaction
group
field before signing transactions. This causes atomic group transactions to always fail.🤔 Expected behavior
The group field should not be removed before signing transactions. It is a
Uint8Array
for transactions created by the official algorand js sdk so you might have to convert them to a string before networking or window.postMessage calls. This is a nice example: https://github.com/randlabs/myalgo-connect/blob/f42ca7e52aa24a5cd98c6300ee6e5df8c9fda48e/lib/main.js#L193.A small note
I can't find the source code of the @magic-ext/algorand lib. Is it available somewhere?