Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LW-11470 Blockfrost based backend #1516

Merged
merged 6 commits into from
Oct 23, 2024
Merged

LW-11470 Blockfrost based backend #1516

merged 6 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    801e901 View commit details
    Browse the repository at this point in the history
  2. refactor(core): do not add some undefined keys in deserialization

    Some deserialization functions add some keys with undefined value.
    The DbSyncChainHistoryProvider has a slightly different behavior not adding those keys.
    In order to unify the output of BlockfrostChainHistoryProvider (which deserializes
    transactions CBOR) with the one from DbSyncChainHistoryProvider these keys
    are no longer added from deserialization as well.
    iccicci authored and ginnun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fcd8c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52271f5 View commit details
    Browse the repository at this point in the history
  4. feat(cardano-services): improve transaction from blockfrost using cbo…

    …r to reduce the nr of calls
    iccicci authored and ginnun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    103f408 View commit details
    Browse the repository at this point in the history
  5. feat: add blockfrost based provider server

    iccicci authored and ginnun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8d9f847 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4ce30b View commit details
    Browse the repository at this point in the history