Merge branch 'main' into solutions

This commit is contained in:
Lars Brünjes 2021-04-20 11:36:21 +02:00
commit 288eac624d
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -50,8 +50,8 @@
- Week #3 - Week #3
- Fix and complete the code in the [Homework1](code/week03/src/Week02/Homework1.hs) module. - Fix and complete the code in the [Homework1](code/week03/src/Week03/Homework1.hs) module.
- Fix and complete the code in the [Homework2](code/week03/src/Week02/Homework2.hs) module. - Fix and complete the code in the [Homework2](code/week03/src/Week03/Homework2.hs) module.
## Solutions ## Solutions
@ -61,6 +61,11 @@
- [`Homework1`](code/week02/src/Week02/Solution1.hs) - [`Homework1`](code/week02/src/Week02/Solution1.hs)
- [`Homework2`](code/week02/src/Week02/Solution2.hs) - [`Homework2`](code/week02/src/Week02/Solution2.hs)
- Week #3
- [`Homework1`](code/week03/src/Week03/Solution1.hs)
- [`Homework2`](code/week03/src/Week03/Solution2.hs)
## Some Plutus Modules ## Some Plutus Modules
- [`Plutus.V1.Ledger.Contexts`](https://github.com/input-output-hk/plutus/blob/master/plutus-ledger-api/src/Plutus/V1/Ledger/Contexts.hs), contains the definition of the context-related types. - [`Plutus.V1.Ledger.Contexts`](https://github.com/input-output-hk/plutus/blob/master/plutus-ledger-api/src/Plutus/V1/Ledger/Contexts.hs), contains the definition of the context-related types.