magic-js icon indicating copy to clipboard operation
magic-js copied to clipboard

Algorand extension is missing a `signLogicSig(program)` method

Open solkimicreb opened this issue 3 years ago • 2 comments

✨ Feature Request

Could you add the signLogicSig(program) method to the Algorand extension? It is a feature that can not be polyfilled with signTransaction and it is provided by other signing wallets.

🧩 Context

singLogicSig or lsig.sign is used to delegate signature authority which is a core feature of the algorand blockchain.

💻 Examples

An equivalent functionality can be fund in the My Algo Wallet, which is a similar third party signing tool.

  • Usage example: https://github.com/randlabs/myalgo-connect#sign-teal
  • Implementation example: https://github.com/randlabs/myalgo-connect/blob/f42ca7e52aa24a5cd98c6300ee6e5df8c9fda48e/lib/main.js#L337

solkimicreb avatar Jun 22 '21 07:06 solkimicreb

cc @harryEth

smithki avatar Jun 22 '21 16:06 smithki

Hi! Any update on this? I would be happy to help if you can point me in the right direction.

solkimicreb avatar Jul 31 '21 08:07 solkimicreb

@solkimicreb Following up here and updating you. This feature request isn't one that's currently on our roadmap, but we will re-open the issue when it is.

ayv8er avatar Jan 03 '23 18:01 ayv8er