Skip to content

Commit c0e1cff

Browse files
committed
Update blog post and documentation
1 parent 27c3c39 commit c0e1cff

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/blog/2022-09-07-genesis-certificate-feature.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ authors:
44
- name: Mithril Team
55
tags: [genesis, breaking-change]
66
---
7+
8+
**Update**: The PR has been merged and the feature is being deployed on the GCP Mithril Aggregator.
9+
710
### This afternoon, we plan to merge the PR that activates the Genesis Certificate feature on the GCP Mithril Aggregator
811

912
**PR**: `Implement Real Genesis Certificate` [#438](https://github.com/input-output-hk/mithril/pull/438)

docs/root/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,18 @@ Run a local Docker container
266266
make docker-run
267267
```
268268

269+
## Subcommands
270+
271+
Here are the subcommands available:
272+
273+
| Subcommand | Performed action |
274+
|------------|------------------|
275+
| **serve** | Aggregator runs its HTTP server in nominal mode and orchestrates multi signatures production |
276+
| **help** | Print this message or the help of the given subcommand(s) |
277+
| **genesis export** | Export genesis payload to sign with genesis secret key |
278+
| **genesis import** | Import genesis signature (paylod signed with genesis secret key) and create & import a genesis certificate in the store |
279+
| **genesis bootstrap** | Bootstrap a genesis certificate (test only usage) |
280+
269281
## Configuration parameters
270282

271283
The configuration parameters are set either:

0 commit comments

Comments
 (0)