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

Updated dependencies for the Cardano Node 8.12 release #552

Merged
merged 6 commits into from
Jun 19, 2024

Conversation

Unisay
Copy link
Contributor

@Unisay Unisay commented Jun 13, 2024

Changelog

- description: |
   - Updated dependencies:
     - `cardano-ledger`
     - `ouroboros-consensus`
     - `ouroboros-network` 
     - `plutus` 
    - Replaced `Cardano.Api.Fees.TransactionValidityError.TransactionValidityTranslationError` with `Cardano.Api.Fees.ScriptExecutionError.ScriptErrorTranslationError` 
    - Concretized `toShelleyMultiSig` and `fromShelleyMultiSig` to `ShelleyEra`.
# uncomment types applicable to the change:
  type:
   - feature        # introduces a new feature
   - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  # - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...

Context

As a part of the Cardano Node 8.12 release this PR updates upstream dependencies:

  • Plutus
  • Ouroboros Network
  • Cardano Consensus
  • Cardano Ledger
    ... and contains necessary changes for updated versions to build together.

@Unisay Unisay self-assigned this Jun 13, 2024
@Unisay Unisay force-pushed the yura/cardano-node-8.12 branch 11 times, most recently from 09f5fd7 to 0106603 Compare June 14, 2024 14:44
@Unisay Unisay force-pushed the yura/cardano-node-8.12 branch 2 times, most recently from 8ad9eb6 to e19f9cc Compare June 18, 2024 12:32
@Unisay Unisay changed the title [Don't Merge] Pre-integration for the Cardano Node 8.12 release Updated dependencies for the Cardano Node 8.12 release Jun 19, 2024
@Unisay Unisay marked this pull request as ready for review June 19, 2024 11:05
@Unisay Unisay force-pushed the yura/cardano-node-8.12 branch 3 times, most recently from de45083 to ae72ae6 Compare June 19, 2024 12:09
cabal.project Outdated Show resolved Hide resolved
cabal.project Outdated Show resolved Hide resolved
Unisay and others added 6 commits June 19, 2024 16:22
…TranslationError with Cardano.Api.Fees.ScriptExecutionError.ScriptErrorTranslationError

Concretize toShelleyMultiSig and fromShelleyMultiSig to ShelleyEra
@disassembler disassembler merged commit 61830bd into main Jun 19, 2024
19 of 21 checks passed
@disassembler disassembler deleted the yura/cardano-node-8.12 branch June 19, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants