Skip to content

Commit f1ca3c8

Browse files
Merge pull request #646 from oasisprotocol/martin/trivial/add-missing-state-sync-doc
docs: Add missing network trust command documentation
2 parents 6dcfb10 + dbcce9b commit f1ca3c8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/network.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ The provided ID can be one of the following:
397397
```shell
398398
oasis network show 000000000000000000000000000000000000000000000000f80306c9858e7279 | jq '.staking.thresholds."node-compute"'
399399
```
400-
400+
401401
```
402402
"5000000000000000"
403403
```
@@ -453,3 +453,15 @@ By passing `--format json`, the output is formatted as JSON.
453453
`network status` command.
454454

455455
:::
456+
457+
### State Sync Trust {#trust}
458+
459+
`network trust` will show suggested trust for the consensus [state sync].
460+
461+
For example:
462+
463+
![code shell](../examples/network/trust.in.static)
464+
465+
![code json](../examples/network/trust.out.static)
466+
467+
[state sync]: https://github.com/oasisprotocol/docs/blob/main/docs/node/run-your-node/advanced/sync-node-using-state-sync.md#using-state-sync-for-quick-bootstrapping

0 commit comments

Comments
 (0)