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
  • 11 commits
  • 69 files changed
  • 5 contributors

Commits on Feb 1, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    mkazlauskas Martynas
    Copy the full SHA
    521eee5 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    6825506 View commit details
  3. feat!: store stake reg deposit in reward acct info

    Chain history provider returns the stake registration certificates
    from conway-era, which include the deposit value.
    Store this value in the RewardAccountInfo, to be used at deregistration.
    
    BREAKING CHANGE: `isLastStakeKeyCertOfType` was renamed to
    `lastStakeKeyCertOfType` and returns the certificate or undefined.
    mirceahasegan committed Feb 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    d48e349 View commit details
  4. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    659f4f0 View commit details
  5. Merge pull request #1074 from input-output-hk/fix/lw-9414-deposit-at-…

    …unregister-stake-key-on-master
    
    Fix/lw 9414 deposit at unregister stake key on master
    mirceahasegan authored Feb 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ff087d3 View commit details
  6. fix(web-extension)!: hoist extendedAccountPublicKey from Bip32Wallet …

    …into Bip32WalletAccount
    
    BREAKING CHANGE: WalletRepository.addWallet now requires at least 1 account for bip32 wallets
    mkazlauskas committed Feb 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    mkazlauskas Martynas
    Copy the full SHA
    2184be1 View commit details
  7. feat(wallet): add a new util createWalletAssetProvider that creates a…

    … new assetProvider that uses local cache
    AngelCastilloB committed Feb 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    AngelCastilloB Angel Castillo
    Copy the full SHA
    44db6b5 View commit details

Commits on Feb 2, 2024

  1. fix: emit null through remote api when no wallet is active

    WalletManager.activeWalletId$ emits null when no wallet is active.
    However, remoteApi.ts implementation relies on TrackerSubject,
    which uses null to check for value presence and filters it out.
    
    This fix refactors TrackerSubject to use value other than null
    to check for value presence.
    
    BREAKING CHANGE: TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
    mkazlauskas committed Feb 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    mkazlauskas Martynas
    Copy the full SHA
    bd9b6cd View commit details
  2. Merge pull request #1079 from input-output-hk/feat/store-extended-roo…

    …t-pub-key
    
    feat: hoist extendedAccountPublicKey into Bip32WalletAccount type
    mkazlauskas authored Feb 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0eb4fe4 View commit details
  3. Merge pull request #1075 from input-output-hk/feat/lw-9673-create-new…

    …-asset-provider-that-uses-personalwallet-cache
    
    Feat/lw 9673 create new asset provider that uses personalwallet cache
    mkazlauskas authored Feb 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8ad03bc View commit details
  4. 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]
     - @cardano-sdk/[email protected]
    lace-bot committed Feb 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    lace-bot Lace Bot
    Copy the full SHA
    9bf88aa View commit details
Loading