Commit graph

22 commits

Author SHA1 Message Date
Lars Brünjes
509ad92703
FortyTwo contract 2021-04-10 00:08:26 +02:00
Lars Brünjes
6428d12a1d
added start of week 2 2021-04-09 23:41:16 +02:00
Lars Brünjes
446910f9b8
removed week 2 2021-04-09 23:23:26 +02:00
Lars Brünjes
5603757c3b
burn script 2021-04-09 23:21:14 +02:00
Lars Brünjes
ba7dc9d479
gift example 2021-04-09 23:13:08 +02:00
Lars Brünjes
ae07c00ad7 started with code for week 2 2021-04-09 12:23:15 +02:00
Lars Brünjes
9571b91d61
Merge pull request #2 from DamjanOstrelic/main
add IOHK binary cache instructions
2021-04-09 12:22:37 +02:00
Damjan Ostrelic
ec4dec54cb
add IOHK binary instructions 2021-04-09 08:36:15 +01:00
Lars Brünjes
a40e5a3f21
Merge pull request #1 from samuelmolinari/patch-1
Improve instructions
2021-04-08 19:12:01 +02:00
Samuel Molinari
595c40869e
Improve instructions
When running `cabal build`, I ran into this issue:

```
Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
update' to download it.RemoteRepo {remoteRepoName = RepoName
"hackage.haskell.org", remoteRepoURI = http://hackage.haskell.org/,
remoteRepoSecure = Just True, remoteRepoRootKeys =
["fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0","1ea9ba32c526d1cc91ab5e5bd364ec5e9e8cb67179a471872f6e26f0ae773d42","2c6c3627bd6c982990239487f1abd02e08a02e6cf16edb105a8012d444d870c3","0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d","51f0161b906011b52c6613376b1ae937670da69322113a24
6a09f807c62f6921"],
remoteRepoKeyThreshold = 3, remoteRepoShouldTryHttps = True}
Warning: Requested index-state 2021-02-24T00:00:00Z is newer than
'hackage.haskell.org'! Falling back to older state ().
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: byron-spec-chain-0.1.0.0 (user goal)
[__1] unknown package: microlens-th (dependency of byron-spec-chain)
[__1] fail (backjumping, conflict set: byron-spec-chain, microlens-th)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: byron-spec-chain, microlens-th
```

As described, I needed to run `cabal update` first.  It could be helpful to have it in the README to help some people get started
2021-04-08 17:41:28 +01:00
Lars Brünjes
71142569d0
reformated imports 2021-04-08 12:51:18 +02:00
Lars Brünjes
08019e91f3
updated README 2021-04-08 12:17:32 +02:00
Lars Brünjes
d889a2de17
added README 2021-04-08 12:07:47 +02:00
Lars Brünjes
9a134b2963
bumped Plutus dependency 2021-04-07 20:41:45 +02:00
Lars Brünjes
d2e2524d02
fixed hie.yaml 2021-04-03 16:00:19 +02:00
Lars Brünjes
9a3f66b6c9
bumped Plutus version 2021-04-03 15:07:35 +02:00
Lars Brünjes
7ce65fcacf
renaming 2021-04-03 15:07:22 +02:00
Lars Brünjes
ab53d5f3d7
completed validation 2021-04-02 00:43:05 +02:00
Lars Brünjes
55a6783edc
bid validation 2021-04-02 00:14:34 +02:00
Lars Brünjes
d0e24919eb
closing the auction 2021-03-31 13:03:06 +02:00
Lars Brünjes
7d256947d7
bidding 2021-03-31 03:13:36 +02:00
Lars Brünjes
dd3104ea77
initial commit 2021-03-31 01:43:54 +02:00