Skip to content

Conversation

@fabrice102
Copy link
Contributor

From #8
with the following changes:

  • use of genesisID/genesisHash instead of network for enable
  • enforce main networks' hashes from genesisID
  • allow enable to return no account for just access to blockchain
  • support of list of group of transactions in posting
  • clarify error handling in many cases
  • add security considerations in many places
  • add optional signTxns and postTxns to wallet standard
  • clarify requirements for confirmation when posting transactions
  • use BaseHTTPClient from Enabling a custom client for Algod and Indexer algorand/js-algorand-sdk#477
    for getAlgodv2Client and getIndexerClient
  • other minor changes

Include #29 and #28

Main points to discuss:

  • splitting the error standards out of ARC-0001 and make it a living standard
  • allow optional argument to post without waiting for confirmation (dangerous)

DanBurton and others added 12 commits August 9, 2021 11:07
Following comment
algorandfoundation#1 (comment)
from @DanBurton

This PR is to be dicussed.
`signTxns` is indeed more logical.

`signTxn` can still exist and be mapped to `signTxns` for backward
compatibility.

So I don't think this should create too many issues
but please raise your voice if it does.
From algorandfoundation#8
with the following changes:
* use of `genesisID`/`genesisHash` instead of `network` for `enable`
* enforce main networks' hashes from genesisID
* allow `enable` to return no account for just access to blockchain
* support of list of group of transactions in posting
* clarify error handling in many cases
* add security considerations in many places
* add optional `signTxns` and `postTxns` to wallet standard
* clarify requirements for confirmation when posting transactions
* use `BaseHTTPClient` from algorand/js-algorand-sdk#477
for `getAlgodv2Client` and `getIndexerClient`
* other minor changes

Main points to discuss:
* splitting the error standards out of ARC-0001 and make it a living standard
* allow optional argument to post without waiting for confirmation (dangerous)
@fabrice102 fabrice102 merged commit 1820358 into algorandfoundation:main Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants