-
Notifications
You must be signed in to change notification settings - Fork 95
The current version lacks all Plutus V2 support #56
Comments
Updating dependecies in my forq |
hi @cmorgado I have doubts about sending a PR to the repo tho: bumping dependencies is a recurring task and plutus-starter is the perfect place to learn. I am not sure it will do any good to hold the hand of anyone who comes after me: if it works out of the box, the user will still have to bump dependencies at some point, but likely in a situation with deadline and stakeholders involved. there is a nice guide on how to update dependencies in the repo: https://github.com/input-output-hk/plutus-starter/blob/main/CONTRIBUTING.md Maybe name is not suggestive, or maybe it needs more visible, but I am not convinced I need to go through additional debuggin guessing game contract to make tests pass while I think it goes against the educational value of this repo. |
Hi @aleeusgr thank you for your effort and guidance! |
I found an issue such that newer versions of plutus-apps depend on CHaP, and for it the manual suggests to use a flake.nix, however this feature has not been added to plutus-starter |
I'm right there right now. Learning how to convert a repo to flakes by fire! |
Oh man, thank you so much. |
If i try to import for example :
import qualified Plutus.Script.Utils.V2.Typed.Scripts as PSU.V2
I end up with
Also we're not able to use the Contact Monad latest version to use inline datums or references
The text was updated successfully, but these errors were encountered: