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
  • 20 commits
  • 214 files changed
  • 9 contributors

Commits on Jul 26, 2024

  1. fix: remove redundant, uninitialized logger from TypeormService

    will-break-it committed Jul 26, 2024
    Copy the full SHA
    02a9502 View commit details

Commits on Aug 1, 2024

  1. refactor(cardano-services): optimize get gov_action_proposals query

    The 'tag' attribute in the 'description' field is a duplication of the field 'type';
    reduce one field from the query to use the attribute in the JSON.
    iccicci committed Aug 1, 2024
    Copy the full SHA
    ea24748 View commit details
  2. refactor(cardano-services): optimize get stake certificates query

    The two JOINs was removed in some previous commit, but some merges seems to have revived them.
    iccicci committed Aug 1, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    heitorlessa Heitor Lessa
    Copy the full SHA
    867ee64 View commit details
  3. Merge pull request #1403 from input-output-hk/refactor/small-optimiza…

    …tions
    
    Refactor/small optimizations
    iccicci authored Aug 1, 2024
    Copy the full SHA
    5fcfffa View commit details
  4. Merge pull request #1392 from input-output-hk/fix-logger

    fix: remove redundant, uninitialized logger from TypeormService
    will-break-it authored Aug 1, 2024
    Copy the full SHA
    ffc61a5 View commit details

Commits on Aug 2, 2024

  1. feat!: add a new function to generate and track unused addresses in O…

    …bservableWallets
    
    BREAKING CHANGE: CIP30 getUnusedAddresses now returns the next used address instead of an empty array
    - add a new getNextUnusedAddress method to the ObservableWallet interface.
    AngelCastilloB committed Aug 2, 2024
    Copy the full SHA
    d1418f4 View commit details
  2. Merge pull request #1405 from input-output-hk/feat/lw-11107-track-and…

    …-return-next-unused-address
    AngelCastilloB authored Aug 2, 2024
    Copy the full SHA
    08dab8a View commit details

Commits on Aug 5, 2024

  1. refactor: resolve circular references in core package

    add missing 'circular-deps:check' script
    
    there are still some circular imports in Address and Serialization
    namespaces (see --exclude in package.json script). Resolving those
    would be a big refactor. They should not cause any issues at runtime,
    because there is no circular usage at the time of import
    
    BREAKING CHANGE: remove Cardano.TransactionId.fromTxBodyCbor
    - hoist getAssetNameAsText util to Asset.util namespace
    - hoist TxCBOR and TxBodyCBOR under Serialization namespace
    mkazlauskas committed Aug 5, 2024
    Copy the full SHA
    87aa26f View commit details
  2. fix: remove core package dependency on util-dev

    util-dev depends on core
    mkazlauskas committed Aug 5, 2024
    Copy the full SHA
    8601c0a View commit details
  3. Merge pull request #1406 from input-output-hk/refactor/address-circul…

    …ar-imports
    
    refactor: resolve circular references in core package
    mkazlauskas authored Aug 5, 2024
    Copy the full SHA
    0aadecb View commit details
  4. Copy the full SHA
    29e363a View commit details
  5. fix(hardware-ledger): delegate vote drep is a hash not key path

    mirceahasegan committed Aug 5, 2024
    Copy the full SHA
    938b36a View commit details

Commits on Aug 6, 2024

  1. Copy the full SHA
    bcd68fa View commit details
  2. Copy the full SHA
    172fe30 View commit details
  3. fix: add timeout to TypeormService withDataSource/withQueryRunner

    also correctly set 'poolSize' when initializing Typeorm DataSource
    and add some unit tests for TypeormService
    mkazlauskas committed Aug 6, 2024
    Copy the full SHA
    d5faa15 View commit details
  4. Merge pull request #1410 from input-output-hk/fix/no-migrations-on-wo…

    …rker-and-provider-startup
    
    fix: no migrations on worker and provider startup
    mkazlauskas authored Aug 6, 2024
    Copy the full SHA
    308b003 View commit details

Commits on Aug 7, 2024

  1. feat!: replace updateWitness with addSignatures in observable wallet

    BREAKING CHANGE: remove updateWitness method from observable wallet
    - add addSignatures method to observable wallet
    AngelCastilloB committed Aug 7, 2024
    Copy the full SHA
    d0bdffa View commit details
  2. Merge pull request #1411 from input-output-hk/feat/add-update-signatu…

    …res-method-to-base-wallet
    
    feat!: replace updateWitness with addSignatures in observable wallet
    AngelCastilloB authored Aug 7, 2024
    Copy the full SHA
    446232b View commit details
  3. Merge pull request #1409 from input-output-hk/fix/lw-10162-delegate-v…

    …ote-with-key-hash
    
    fix(hardware-ledger): delegate vote drep is a hash not key path
    mirceahasegan authored Aug 7, 2024
    Copy the full SHA
    5fb4683 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 Aug 7, 2024
    Copy the full SHA
    3ff7ebb View commit details
Loading