embark-area-51/lib/constants.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2018-04-19 18:26:11 +00:00
{
"httpContractsDirectory": ".embark/contracts/",
"contexts": {
"simulator": "simulator",
"blockchain": "blockchain",
"templateGeneration": "templateGeneration",
"run": "run",
"upload": "upload",
"build": "build",
"graph": "graph",
"test": "test",
"reset": "reset",
"any": "any"
},
"events": {
"contractFilesChanged": "contractFilesChanged",
"contractConfigChanged": "contractConfigChanged"
},
2018-05-15 21:08:08 +00:00
"process": {
2018-05-28 15:48:27 +00:00
"processLaunchRequest": "process:launch-request",
"processLaunchComplete": "process:launch-complete",
2018-05-15 21:08:08 +00:00
"log": "log",
"events": {
"on": "on",
"request": "request",
"response": "response"
}
},
"pipeline": {
"init": "init",
"build": "build",
"initiated": "initiated",
2018-05-15 21:08:08 +00:00
"built": "built"
2018-05-22 18:13:56 +00:00
},
"blockchain": {
"blockchainReady": "blockchainReady",
"blockchainExit": "blockchainExit",
2018-05-22 18:13:56 +00:00
"init": "init",
2018-06-11 20:43:08 +00:00
"initiated": "initiated",
"servicePortOnProxy": 10
},
"storage": {
"init": "init",
"initiated": "initiated"
}
2018-04-19 18:26:11 +00:00
}