Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch sign and broadcast chained transactions #213

Open
arobsn opened this issue Oct 10, 2024 · 0 comments
Open

Batch sign and broadcast chained transactions #213

arobsn opened this issue Oct 10, 2024 · 0 comments
Labels
dapp connector enhancement New feature or request

Comments

@arobsn
Copy link
Member

arobsn commented Oct 10, 2024

Signing details

  1. ergo.sign_tx should take an array of UnsignedTransaction;
  2. Show only one popup with all transaction details and xxx requests to sign n transactions;
  3. ergo.sign_tx should return an array of SignedTransaction in the same order as taken in step 1;
  4. Consider limiting the number of transactions to prevent abuse.

Broadcasting details

  1. ergo.submit_tx should take an array of SignedTransaction;
  2. Service worker should sort and send the transactions;
  3. ergo.submit_tx should return an array of TransactionId in the same order as taken in step 1.
@arobsn arobsn added enhancement New feature or request dapp connector labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dapp connector enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant