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

Plutus interface improvements #3763

Merged
merged 7 commits into from
Sep 28, 2023
Merged

Plutus interface improvements #3763

merged 7 commits into from
Sep 28, 2023

Conversation

lehins
Copy link
Collaborator

@lehins lehins commented Sep 27, 2023

Description

There are no changes to semantics, just reorganization of the interface, which is necessary for follow up PRs that will bring changes needed for Conway reorganization.

It is easier to review this PR at each individual commit.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated
  • When applicable, versions are updated in .cabal and CHANGELOG.md files according to the
    versioning process.
  • The version bounds in .cabal files for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)
  • All visible changes are prepended to the latest section of a CHANGELOG.md for the affected packages. New section is never added with the code changes. (See RELEASING.md)
  • Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • Cabal files are formatted (use scripts/cabal-format.sh)
  • hie.yaml has been updated (use scripts/gen-hie.sh)
  • Self-reviewed the diff

@lehins lehins force-pushed the lehins/cleanup-plutus branch 2 times, most recently from f1a43f1 to be72d28 Compare September 27, 2023 16:36
Copy link
Contributor

@aniketd aniketd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inpiring cleaning! 🙂

eras/babbage/impl/CHANGELOG.md Outdated Show resolved Hide resolved
libs/cardano-ledger-core/src/Cardano/Ledger/UTxO.hs Outdated Show resolved Hide resolved
@lehins lehins force-pushed the lehins/cleanup-plutus branch from 272d74d to d18ad66 Compare September 27, 2023 18:20
@lehins lehins force-pushed the lehins/cleanup-plutus branch from d18ad66 to e02aa53 Compare September 27, 2023 23:48
@lehins lehins enabled auto-merge September 27, 2023 23:49
@lehins lehins merged commit 48d6618 into master Sep 28, 2023
@iohk-bors iohk-bors bot deleted the lehins/cleanup-plutus branch September 28, 2023 02:12
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.

2 participants