-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathiroha.json
More file actions
118 lines (118 loc) · 3.64 KB
/
Copy pathiroha.json
File metadata and controls
118 lines (118 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"schema_version": 1,
"source": {
"repository": "https://github.com/hyperledger-iroha/iroha.git",
"commit": "bc7114ed1c7f265a156d2100ff09e851cc95702c",
"refresh_state": "awaiting-signed-source-commit"
},
"artifacts": [
{
"id": "client-config",
"kind": "copy",
"status": "pending-signed-source-commit",
"source": "defaults/client.toml",
"source_sha256": "504e32542706c1cc72eef7c2cc422f301dd6e895d96424545f1bcbdd3aa50f28",
"target": "src/snippets/client.template.toml",
"sha256": "504e32542706c1cc72eef7c2cc422f301dd6e895d96424545f1bcbdd3aa50f28"
},
{
"id": "peer-config",
"kind": "copy",
"status": "pending-signed-source-commit",
"source": "specs/references/peer.template.toml",
"source_sha256": "2191f806faf0d6d3e3c6cbf52ce91891ddf424ae491383b661d3c248b643f451",
"target": "src/snippets/peer.template.toml",
"sha256": "2191f806faf0d6d3e3c6cbf52ce91891ddf424ae491383b661d3c248b643f451"
},
{
"id": "genesis",
"kind": "copy",
"status": "pending-signed-source-commit",
"source": "defaults/genesis.json",
"source_sha256": "c44e3c55deb7bb5f4e92233e0b9dea7450873849e20bca9533bd1f034180835a",
"target": "src/snippets/genesis.json",
"sha256": "c44e3c55deb7bb5f4e92233e0b9dea7450873849e20bca9533bd1f034180835a"
},
{
"id": "torii-openapi",
"kind": "copy",
"status": "pending-signed-source-commit",
"source": "artifacts/openapi/torii.json",
"source_sha256": "508eff700c800619d48ea0a372937b82bf4a1f488c0deff5f6339ec78e3c97ad",
"target": "src/public/openapi/torii.json",
"sha256": "508eff700c800619d48ea0a372937b82bf4a1f488c0deff5f6339ec78e3c97ad"
},
{
"id": "data-model-schema",
"kind": "command",
"status": "pending-signed-source-commit",
"command": [
"cargo",
"run",
"--locked",
"--quiet",
"-p",
"iroha_kagami",
"--bin",
"kagami",
"--",
"advanced",
"schema"
],
"inputs": ["crates/iroha_data_model", "crates/iroha_kagami", "crates/norito"],
"target": "src/snippets/data-model-schema.md",
"sha256": "a152dab457853c3964a5b50a49818123820e9acb297a21b770353be0621ee97c"
},
{
"id": "iroha-cli",
"kind": "command",
"status": "pending-signed-source-commit",
"command": [
"cargo",
"run",
"--locked",
"--quiet",
"-p",
"iroha_cli",
"--bin",
"iroha",
"--",
"tools",
"markdown-help"
],
"inputs": ["crates/iroha_cli"],
"target": "src/snippets/iroha-cli.md",
"sha256": "8ca6de3d5eca8e53bcc90a9e15f552e3b34744d7a02589e970b4a3057fe3b473"
},
{
"id": "kagami-cli",
"kind": "command",
"status": "pending-signed-source-commit",
"command": [
"cargo",
"run",
"--locked",
"--quiet",
"-p",
"iroha_kagami",
"--bin",
"kagami",
"--",
"advanced",
"markdown-help"
],
"inputs": ["crates/iroha_kagami"],
"target": "src/snippets/kagami-cli.md",
"sha256": "2a7bcafba6483aa94d54f471e6170f3f9498122ec09b3c378ca8238f40ad4070"
},
{
"id": "irohad-help",
"kind": "command",
"status": "pending-signed-source-commit",
"command": ["cargo", "run", "--locked", "--quiet", "-p", "irohad", "--bin", "irohad", "--", "--help"],
"inputs": ["crates/irohad"],
"target": "src/snippets/irohad-help.md",
"sha256": "10e49e697a7abeebeb919bb9455512191815c57db94bf035ab2a245f73df4f64"
}
]
}