Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Mar 17, 2022
1 parent 216d606 commit e91a837
Show file tree
Hide file tree
Showing 12 changed files with 256 additions and 100 deletions.
4 changes: 2 additions & 2 deletions docs/redoc/crawler.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions docs/redoc/full_node.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/crawler.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,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.3.0</div>
<div class="app-desc">Version: 1.3.1</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
2 changes: 1 addition & 1 deletion docs/static/daemon.html
Original file line number Diff line number Diff line change
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.3.0</div>
<div class="app-desc">Version: 1.3.1</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
2 changes: 1 addition & 1 deletion docs/static/farmer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,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.3.0</div>
<div class="app-desc">Version: 1.3.1</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 Down
Loading

0 comments on commit e91a837

Please sign in to comment.