Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: input-output-hk/cardano-js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @cardano-sdk/[email protected]
Choose a base ref
...
head repository: input-output-hk/cardano-js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @cardano-sdk/[email protected]
Choose a head ref
  • 6 commits
  • 62 files changed
  • 2 contributors

Commits on Dec 8, 2023

  1. feat: add ObservableWallet.discoverAddreses

    we consolidated address storage in the wallet in #1009
    and there was no way to re-discover addresses,
    since storage is managed by the wallet internally
    mkazlauskas committed Dec 8, 2023
    Copy the full SHA
    efc4e50 View commit details
  2. Merge pull request #1014 from input-output-hk/feat/add-observable-wal…

    …let-address-discovery-method
    
    feat: add ObservableWallet.discoverAddreses
    mkazlauskas authored Dec 8, 2023
    Copy the full SHA
    2499b5c View commit details
  3. ci: publish packages [skip actions]

     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
    lace-bot committed Dec 8, 2023
    Copy the full SHA
    0da7b19 View commit details
  4. feat: track cip30 method call origin & update Authenticator api

    add optional 'sender' properties to sign method props,
    as well as cip30 callbacks
    
    BREAKING CHANGE: replace authenticator 'origin' argument to 'sender'
    - hoist 'senderOrigin' util to dapp-connector package
    mkazlauskas committed Dec 8, 2023
    Copy the full SHA
    75c8af6 View commit details

Commits on Dec 11, 2023

  1. Merge pull request #1013 from input-output-hk/feat/track-cip30-origin

    feat: track cip30 method call origin
    mkazlauskas authored Dec 11, 2023
    Copy the full SHA
    6c96c83 View commit details

Commits on Dec 12, 2023

  1. ci: publish packages [skip actions]

     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
     - @cardano-sdk/[email protected]
    lace-bot committed Dec 12, 2023
    Copy the full SHA
    85e7474 View commit details
Loading