input-output-hk / plutus-pioneer-program

This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
1.39k stars 986 forks source link

Update Week 1 and 2 files to Week 3 env. #10

Closed GeorgeFlerovsky closed 3 years ago

GeorgeFlerovsky commented 3 years ago

I updated the Haskell source files in the week 1 and week 2 folders, so that they will successfully compile in the Week 3 Plutus Playground environment. I tested the resulting compiled contracts with simulations in the playground.

I also updated the cabal.project files in week 1 and week 2 to the one in week 3.

Mainly, the changes required in the week 1 and 2 files had to do with the following commit in the plutus repo: SCP-2087: Update context definition.

tdiesler commented 3 years ago

Superseded by #13