Skip to content

Instantly share code, notes, and snippets.

type operator_param_ is record
owner : address
; operator : address
end
type operator_param is michelson_pair_right_comb(operator_param_)
type operators is
big_map ((address * address), unit)
Version 1.8.0, Git revision dbc74ecce2e31b47626d87a1cf3ea6129fed1e99 (5894 commits) x86_64 hpack-0.28.2
2018-06-19 15:48:49.870489: [debug] Checking for project config at: /home/gromak/Work/cardano-sl/stack.yaml
@(src/Stack/Config.hs:853:9)
2018-06-19 15:48:49.870620: [debug] Loading project config file stack.yaml
@(src/Stack/Config.hs:879:13)
2018-06-19 15:48:49.872710: [debug] Decoding build plan from: /home/gromak/.stack/build-plan/lts-11.2.yaml
@(src/Stack/Snapshot.hs:164:5)
2018-06-19 15:48:49.872851: [debug] Trying to decode /home/gromak/.stack/build-plan-cache/lts-11.2.cache
@(src/Stack/Snapshot.hs:156:32)
2018-06-19 15:48:49.874302: [debug] Success decoding /home/gromak/.stack/build-plan-cache/lts-11.2.cache
Version 1.7.1, Git revision 681c800873816c022739ca7ed14755e85a579565 (5807 commits) x86_64 hpack-0.28.2
2018-06-13 22:57:33.632677: [debug] Checking for project config at: /home/gromak/Work/cardano-sl/stack.yaml
@(src/Stack/Config.hs:850:9)
2018-06-13 22:57:33.632806: [debug] Loading project config file stack.yaml
@(src/Stack/Config.hs:876:13)
2018-06-13 22:57:33.634673: [debug] Decoding build plan from: /home/gromak/.stack/build-plan/lts-11.2.yaml
@(src/Stack/Snapshot.hs:164:5)
2018-06-13 22:57:33.634711: [debug] Trying to decode /home/gromak/.stack/build-plan-cache/lts-11.2.cache
@(src/Stack/Snapshot.hs:156:32)
2018-06-13 22:57:33.636359: [debug] Success decoding /home/gromak/.stack/build-plan-cache/lts-11.2.cache
#!/usr/bin/env stack
{- stack
script
--resolver lts-9.1
--package base
--package async
-}
import Control.Exception
import Control.Concurrent
name: kill
version: 0.4.9
build-type: Simple
cabal-version: >=1.10
executable kill
hs-source-dirs: .
main-is: kill.hs
build-depends: base >= 4.9.0.0 && < 5.0.0.0
, safe-exceptions
nodes:
'a1':
type: core
region: eu-central-1
zone: eu-central-1b
static-routes: [["b1","c1"], ["r1"], ["d1"]]
host: a1.cardano
port: 3000
'b1':
type: core