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

CIP-0030 | Dapp-Connector #88

Merged
merged 15 commits into from
Nov 17, 2021

Commits on Apr 30, 2021

  1. CIP-Dapp-Connector

    Initial version.
    rooooooooob committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    9a5f0d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Update get_utxos() definition

    1) having just transaction_output is not helpful for tx creation so we
    add in a type that also contains the input for it.
    2) It should have been an array returned, this was a mistake.
    rooooooooob committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3cbc121 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Minor requested changes

    rooooooooob committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7072b2d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    d63230a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db41945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b473884 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    0b2488a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Shelley Mary -> Shelley Multiasset in referencing the CDDL file
    
    Co-authored-by: Rhys Bartels-Waller <[email protected]>
    rooooooooob and rhyslbw committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fa4e7da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eba4d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    ce242ec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. wallet.version -> wallet.apiVersion

    Co-authored-by: Rhys Bartels-Waller <[email protected]>
    rooooooooob and rhyslbw committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    59ffb32 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Connector final changes

    * wallet.icon property added
    * wallet properties have APIError removed as they are not functions
    * added comments-URI
    * clarified limitation on pagination
    * removed events API (to be added later) so we can merge this
    * APIErrorCode.AccountChange added to make up for lack of events API
    * clarify the ability for other networks besides 0/1 on `api.getNetworkId()`
    * link to nami-wallet implementation
    rooooooooob committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a34e86b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    667849d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d67bb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    a22e4f7 View commit details
    Browse the repository at this point in the history