File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11/**
22 * hyperledger/iroha#iroha2-dev
33 */
4- export const IROHA_REV_DEV = '50fc8baccc3c657b3cc3c926772d71b61040e2a8 '
4+ export const IROHA_REV_DEV = 'e7a605c1a926c319d214ef3825524ee6c2e9f076 '
55
66/**
77 * hyperledger/iroha-javascript#iroha2 (rc13)
Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ export default [
116116 src : './src/example_code/lorem.rs' ,
117117 } ,
118118 {
119- src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /configs/client/config.json ` ,
120- filename : 'client-cli-config.json ' ,
119+ src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /configs/client.template.toml ` ,
120+ filename : 'client-cli-config-template.toml ' ,
121121 } ,
122122 {
123- src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /configs/peer/config.json ` ,
124- filename : 'peer-config.json ' ,
123+ src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /configs/peer.template.toml ` ,
124+ filename : 'peer-config-template.toml ' ,
125125 } ,
126126 {
127- src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /configs/peer /genesis.json` ,
127+ src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /configs/swarm /genesis.json` ,
128128 } ,
129129 {
130130 src : `https://raw.githubusercontent.com/hyperledger/iroha/${ IROHA_REV_DEV } /client/examples/tutorial.rs` ,
Original file line number Diff line number Diff line change 22
33Let's look at the client configuration options.
44
5- ::: details Client configuration example
5+ ::: details Client configuration template
66
7- <<< @/snippets/client-cli-config.json
7+ <<< @/snippets/client-cli-config-template.toml
88
99:::
1010
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ your blockchain operates.
55
66Here's an example of how peer configuration file looks like:
77
8- ::: details Peer configuration example
8+ ::: details Peer configuration template
99
10- <<< @/snippets/peer-config.json
10+ <<< @/snippets/peer-config-template.toml
1111
1212:::
1313
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Here you can find sample configuration files for Iroha 2:
1111
1212::: code-group
1313
14- <<< @/snippets/peer-config.json
14+ <<< @/snippets/peer-config-template.toml
1515
1616<<< @/snippets/genesis.json
1717
18- <<< @/snippets/client-cli-config.json
18+ <<< @/snippets/client-cli-config-template.toml
1919
2020:::
You can’t perform that action at this time.
0 commit comments