-
Notifications
You must be signed in to change notification settings - Fork 24
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
Plutip core #169
Plutip core #169
Conversation
This change leaves plutip as a tool for spawning local clusters, removing all the testing functionalities for testing contracts. - remove functionality to run test contracts - sync deps to cardano-node-1.35.4 - remove BPI and plutus-apps from deps - remove setup for BPI from cluster setup - refactor cluster setup - new: withCluster (previously withPlutusInterface), withFundedCluster - change module structure
Specifically changes to
Good improvement would be to report in |
* add configurable ex units via ExtraConfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Karol! We will handle these comments by ourselves.
Strip down plutip to plutip-core
This change leaves plutip as a tool for spawning local clusters,
removing all the testing functionalities for testing contracts.