Skip to content

Commit

Permalink
deploy: cd9124e
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 26, 2023
1 parent 7c87f58 commit 3130c42
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions feature/update-vote-plan/08_event-db/03_event-table.html
Expand Up @@ -352,7 +352,7 @@ <h2 id="event-table-diagram"><a class="header" href="#event-table-diagram">Event
<text text-anchor="start" x="876" y="-264.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f"> &#160;&#160;&#160;chain_id: &lt;int&gt;, // Jormungandr chain id. Defaults to 0.</text>
<text text-anchor="start" x="876" y="-250.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f"> &#160;&#160;&#160;// Other parameters TBD.</text>
<text text-anchor="start" x="876" y="-236.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f">},</text>
<text text-anchor="start" x="876" y="-222.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f">&quot;caradno&quot; : { // Voting on Cardano Directly</text>
<text text-anchor="start" x="876" y="-222.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f">&quot;cardano&quot; : { // Voting on Cardano Directly</text>
<text text-anchor="start" x="876" y="-208.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f"> &#160;&#160;&#160;chain_id: &lt;int&gt;, // 0 = pre&#45;prod, 1 = mainnet.</text>
<text text-anchor="start" x="876" y="-194.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f"> &#160;&#160;&#160;// Other parameters TBD.</text>
<text text-anchor="start" x="876" y="-180.7" font-family="Monospace" font-style="italic" font-size="14.00" fill="#7f7f7f">},</text>
Expand Down Expand Up @@ -586,7 +586,7 @@ <h2 id="schema"><a class="header" href="#schema">Schema</a></h2>
chain_id: &lt;int&gt;, // Jormungandr chain id. Defaults to 0.
// Other parameters TBD.
},
&quot;caradno&quot; : { // Voting on Cardano Directly
&quot;cardano&quot; : { // Voting on Cardano Directly
chain_id: &lt;int&gt;, // 0 = pre-prod, 1 = mainnet.
// Other parameters TBD.
},
Expand Down
Expand Up @@ -175,7 +175,7 @@ digraph erd {
<tr>
<td port="cast_to" align='text'><font>cast_to</font><br align='left'/></td>
<td ><font><i>jsonb</i></font></td>
<td port="cast_to_out" align='text'><font color='grey50' face='Monospace' point-size='14' ><i>Json Map defining parameters which control where the vote is to be cast.<br align='left'/>Multiple destinations can be defined simultaneously.<br align='left'/>In this case the vote gets cast to all defined destinations.<br align='left'/>`NULL` = Default Jormungandr Blockchain.<br align='left'/>```jsonc<br align='left'/>&quot;jorm&quot; : { &#x2f;&#x2f; Voting on Jormungandr Blockchain<br align='left'/> chain_id: &lt;int&gt;, &#x2f;&#x2f; Jormungandr chain id. Defaults to 0.<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/>},<br align='left'/>&quot;caradno&quot; : { &#x2f;&#x2f; Voting on Cardano Directly<br align='left'/> chain_id: &lt;int&gt;, &#x2f;&#x2f; 0 = pre-prod, 1 = mainnet.<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/>},<br align='left'/>&quot;postgres&quot; : { &#x2f;&#x2f; Store votes in Web 2 postgres backed DB only.<br align='left'/> url: &quot;&lt;postgres URL. Defaults to system default&gt;&quot;<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/> &#x2f;&#x2f; Note: Votes that arrive in the Cat1 system are always stored in the DB.<br align='left'/> &#x2f;&#x2f; This Option only allows the vote storage DB to be tuned.<br align='left'/>},<br align='left'/>&quot;cat2&quot; : { &#x2f;&#x2f; Store votes to the Catalyst 2.0 P2P Network.<br align='left'/> gateway: &quot;&lt;URL of the gateway to use&quot;<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/>}<br align='left'/>```</i><br align="left"/></font></td>
<td port="cast_to_out" align='text'><font color='grey50' face='Monospace' point-size='14' ><i>Json Map defining parameters which control where the vote is to be cast.<br align='left'/>Multiple destinations can be defined simultaneously.<br align='left'/>In this case the vote gets cast to all defined destinations.<br align='left'/>`NULL` = Default Jormungandr Blockchain.<br align='left'/>```jsonc<br align='left'/>&quot;jorm&quot; : { &#x2f;&#x2f; Voting on Jormungandr Blockchain<br align='left'/> chain_id: &lt;int&gt;, &#x2f;&#x2f; Jormungandr chain id. Defaults to 0.<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/>},<br align='left'/>&quot;cardano&quot; : { &#x2f;&#x2f; Voting on Cardano Directly<br align='left'/> chain_id: &lt;int&gt;, &#x2f;&#x2f; 0 = pre-prod, 1 = mainnet.<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/>},<br align='left'/>&quot;postgres&quot; : { &#x2f;&#x2f; Store votes in Web 2 postgres backed DB only.<br align='left'/> url: &quot;&lt;postgres URL. Defaults to system default&gt;&quot;<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/> &#x2f;&#x2f; Note: Votes that arrive in the Cat1 system are always stored in the DB.<br align='left'/> &#x2f;&#x2f; This Option only allows the vote storage DB to be tuned.<br align='left'/>},<br align='left'/>&quot;cat2&quot; : { &#x2f;&#x2f; Store votes to the Catalyst 2.0 P2P Network.<br align='left'/> gateway: &quot;&lt;URL of the gateway to use&quot;<br align='left'/> &#x2f;&#x2f; Other parameters TBD.<br align='left'/>}<br align='left'/>```</i><br align="left"/></font></td>
</tr>


Expand Down
6 changes: 3 additions & 3 deletions feature/update-vote-plan/print.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feature/update-vote-plan/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feature/update-vote-plan/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3130c42

Please sign in to comment.