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
  • 8 commits
  • 80 files changed
  • 3 contributors

Commits on Oct 13, 2023

  1. refactor: hoist createObservableDataSource to projection-typeorm

    restructure observable DataSource utils for easier re-use
    as preparation for new StabilityWindowBuffer interface that
    will require it's own connection during Bootstrap
    mkazlauskas committed Oct 13, 2023

    Verified

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

    This commit was signed with the committer’s verified signature.
    mkazlauskas Martynas
    Copy the full SHA
    704b5d6 View commit details
  3. feat(util-dev): add createStubObservable util

    hoist from wallet TipTracker tests
    mkazlauskas committed Oct 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    mkazlauskas Martynas
    Copy the full SHA
    f7621d7 View commit details
  4. feat: do not write to stability window buffer til volatile

    It's implemented by splitting StabilityWindowBuffer into 2 pieces:
    - Tip observable, which is used to determine local tip
    - StabilityWindowBuffer is now simplified to just 'getBlock' method
    
    BREAKING CHANGE: simplify StabilityWindowBuffer interface to just 'getBlock'
    - Bootstrap.fromCardanoNode now requires Tip observable parameter
    mkazlauskas committed Oct 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    mkazlauskas Martynas
    Copy the full SHA
    b2244ea View commit details

Commits on Oct 19, 2023

  1. Merge pull request #947 from input-output-hk/feat/no-stability-window…

    …-buffer-til-volatile
    
    feat: no stability window buffer til volatile
    mkazlauskas authored Oct 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e8a2e87 View commit details
  2. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    0f6cff0 View commit details
  3. Merge pull request #956 from input-output-hk/fix/lw-6522-fix-trezor-t…

    …x-signing
    
    fix(hardware-trezor): trezor tx signing LW-6522
    mkazlauskas authored Oct 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    608a3c1 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]
    lace-bot committed Oct 19, 2023

    Verified

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