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

Support Cardano node 8.12.2 #1788

Merged
merged 15 commits into from
Jul 2, 2024
Merged

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    77fc63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc43430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d79a5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad664b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9637a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db74f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6787636 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95ae274 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fb8519 View commit details
    Browse the repository at this point in the history
  10. refactor: reduce hard fork test in CI to '8.9' version

    Cardano node '8.12' has a bug that prevents it from creating
    transactions when it is started with the Babbage era.
    
    The error is due to the addition of parameters to the PlutusV2 cost
    model which creates an error when creating a transaction with
    the cardano-cli. This is a known issue that should be fixed with the next
    release.
    jpraynaud committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2066920 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73df31e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fde05ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b4d84d View commit details
    Browse the repository at this point in the history
  14. docs: upgrade CHANGELOG

    jpraynaud committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6f34459 View commit details
    Browse the repository at this point in the history
  15. chore: bump crates versions

    - 'mithril-aggregator' from '0.5.33' to '0.5.34'
    - 'mithril-infra' from '0.2.19' to '0.2.20'
    - 'mithril-signer' from '0.2.156' to '0.2.157'
    - 'mithril-devnet' from '0.3.6' to '0.3.7'
    - 'mithril-end-to-end' from '0.4.19' to '0.4.20'.
    jpraynaud committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bd2604a View commit details
    Browse the repository at this point in the history