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
  • 4 commits
  • 77 files changed
  • 3 contributors

Commits on Nov 29, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    b5a4d91 View commit details
  2. feat(wallet): implement DrepStatusTracker

    DrepStatusTracker fetches DrepInfo from a DrepProvider.
    delegation.rewardAccounts$ drepDelegatee contains the associated DRepInfo.
    DrepStatusTracker refreshes the DRep info in two scenarios:
      1. Voting delegations or stake deregistrations are found in transaction history.
      2. Transaction builder is used to either build().inspect() or build().sign().
         Refetch at this point is done to ensure the tx builder is working with up-to-date
         information
    
    BREAKING CHANGE: DRepDelegatee type has changed to include DrepInfo
    - createRewardsAccountTracker now requires a drepInfo$ dependency.
    - BaseWallet requires a DrepProvider as a dependency
    mirceahasegan committed Nov 29, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    6362d83 View commit details

Commits on Dec 2, 2024

  1. Merge pull request #1538 from input-output-hk/feat/lw-11530-txbuild-d…

    …rep-retirement-should-prevent-withdraw-rewards
    
    Feat/lw 11530 txbuild drep retirement should prevent withdraw rewards
    mchappell authored Dec 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5cc45d0 View commit details
  2. 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 Dec 2, 2024

    Verified

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