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

Update experimental api and propagate #604

Merged
merged 7 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    34c282e View commit details
    Browse the repository at this point in the history
  2. Add Cardano.Api.Experimental.Eras

    This module exposes a new api for accessible cardano eras.
    It focuses on the current mainnet era and the upcoming era if there is
    one. It differs from the previous api in that it does not concern
    itself with any era prior to what is currently on mainnet.
    Jimbo4350 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2847a16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59700c8 View commit details
    Browse the repository at this point in the history
  4. Update BalancedTxBody era to use UnsignedTx

    Deprecated Shelley era to Alonzo era in makeTransactionBodyAutoBalance
    Jimbo4350 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    03a956c View commit details
    Browse the repository at this point in the history
  5. Expose various functions

    Jimbo4350 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2e265ef View commit details
    Browse the repository at this point in the history
  6. Add Cardano.Api.Experimental.Tx

    This module introduces the UnsignedTx type. This is meant to replace
    cardano-api's TxBody type
    UnsignedTx type has the benefit of being a thin wrapper around the
    ledger's Tx type which allows us to easily leverage the lenses and type
    classes exposed by ledger
    Moving to this type also reduces the maintenance burden of cardano-api
    as we will eventually deprecate the TxBody type
    Jimbo4350 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8174b35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09b9d3c View commit details
    Browse the repository at this point in the history