Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Jun 30, 2023
1 parent 000c552 commit 5270b84
Show file tree
Hide file tree
Showing 15 changed files with 2,709 additions and 605 deletions.
6 changes: 3 additions & 3 deletions docs/redoc/crawler.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/redoc/daemon.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/redoc/data_layer.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/redoc/farmer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/redoc/full_node.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/redoc/harvester.html

Large diffs are not rendered by default.

189 changes: 128 additions & 61 deletions docs/redoc/wallet.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/static/crawler.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
"properties" : {
"after" : {
"type" : "integer",
"description" : "The unix timestamp to seach for peer connections after",
"description" : "The unix timestamp to search for peer connections after",
"format" : "timestamp"
},
"offset" : {
Expand Down Expand Up @@ -896,7 +896,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.8.0</div>
<div class="app-desc">Version: 1.8.2</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The crawler uses port 8561 by default.</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/static/daemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@
defs["k_size"] = {
"type" : "integer",
"description" : "Defines the size of a plot. 25 is used for testing only. https://github.com/Chia-Network/chia-blockchain/wiki/k-sizes",
"default" : 32,
"enum" : [ 25, 32, 33, 34, 35 ]
"enum" : [ 25, 32, 33, 34, 35 ],
"default" : 32
};
defs["keyring_status"] = {
"type" : "object",
Expand Down Expand Up @@ -1256,7 +1256,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.8.0</div>
<div class="app-desc">Version: 1.8.2</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The daemon uses port 55400 by default.</div>
Expand Down Expand Up @@ -1388,9 +1388,9 @@ <h3> Status: 200 - OK response without return values </h3>
<article id="api-Daemon-getStatus-0" data-group="User" data-name="getStatus" data-version="0">
<div class="pull-left">
<h1>getStatus</h1>
<p>Indicator if the genesis block is intialized.</p>
<p>Indicator if the genesis block is initialized.</p>
</div>
<p class="marked">Indicator if the genesis block is intialized.</p>
<p class="marked">Indicator if the genesis block is initialized.</p>
<p class="http-method" data-type="websocket">websocket</p>
<p>RPC payload</p>
<pre class="prettyprint language-html prettyprinted" data-type="post"><code>{
Expand Down
4 changes: 2 additions & 2 deletions docs/static/data_layer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@
"allOf" : [ {
"type" : "object",
"properties" : {
"anscestors" : {
"ancestors" : {
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/internal_node"
Expand Down Expand Up @@ -2065,7 +2065,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.8.0</div>
<div class="app-desc">Version: 1.8.2</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The data layer uses port 8561 by default.</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/static/farmer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.8.0</div>
<div class="app-desc">Version: 1.8.2</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The farmer uses port 8559 by default.</div>
Expand All @@ -1465,7 +1465,7 @@ <h1>Farmer</h1>
<h1>getHarvesterPlotsDuplicates</h1>
<p>Get a paginated list of duplicate plots.</p>
</div>
<p class="marked">Get a paginated list of dupliacte plots.</p>
<p class="marked">Get a paginated list of duplicate plots.</p>
<p class="http-method" data-type="post">post</p>
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/get_harvester_plots_duplicates</span></code></pre>

Expand Down
6 changes: 3 additions & 3 deletions docs/static/full_node.html
Original file line number Diff line number Diff line change
Expand Up @@ -1863,8 +1863,8 @@
defs["k_size"] = {
"type" : "integer",
"description" : "Defines the size of a plot. 25 is used for testing only. https://github.com/Chia-Network/chia-blockchain/wiki/k-sizes",
"enum" : [ 25, 32, 33, 34, 35 ],
"default" : 32
"default" : 32,
"enum" : [ 25, 32, 33, 34, 35 ]
};
defs["mempool_item"] = {
"type" : "object",
Expand Down Expand Up @@ -2456,7 +2456,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.8.0</div>
<div class="app-desc">Version: 1.8.2</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The full node uses port 8555 by default.</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/static/harvester.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@
defs["k_size"] = {
"type" : "integer",
"description" : "Defines the size of a plot. 25 is used for testing only. https://github.com/Chia-Network/chia-blockchain/wiki/k-sizes",
"default" : 32,
"enum" : [ 25, 32, 33, 34, 35 ]
"enum" : [ 25, 32, 33, 34, 35 ],
"default" : 32
};
defs["node_type"] = {
"type" : "integer",
Expand Down Expand Up @@ -941,7 +941,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.8.0</div>
<div class="app-desc">Version: 1.8.2</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The harvester uses port 8560 by default.</div>
Expand Down Expand Up @@ -1567,9 +1567,9 @@ <h3> Status: 200 - OK response without return values </h3>
<article id="api-Harvester-removePlotDirectory-0" data-group="User" data-name="removePlotDirectory" data-version="0">
<div class="pull-left">
<h1>removePlotDirectory</h1>
<p>Removes a plot directory from the harveser configuration.</p>
<p>Removes a plot directory from the harvester configuration.</p>
</div>
<p class="marked">Removes a plot directory from the harveser configuration.</p>
<p class="marked">Removes a plot directory from the harvester configuration.</p>
<p class="http-method" data-type="post">post</p>
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/remove_plot_directory</span></code></pre>

Expand Down
Loading

0 comments on commit 5270b84

Please sign in to comment.