Skip to content

Commit

Permalink
Merge pull request #66 from dkackman/1.6.2
Browse files Browse the repository at this point in the history
1.6.2
  • Loading branch information
dkackman authored Jan 7, 2023
2 parents a3f7ad3 + e806b9a commit 9228b0c
Show file tree
Hide file tree
Showing 8 changed files with 569 additions and 1,839 deletions.
2,070 changes: 266 additions & 1,804 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The crawler uses port 8561 by default.
version: 1.6.1
version: 1.6.2
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
52 changes: 26 additions & 26 deletions src/daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The daemon uses port 55400 by default.
version: 1.6.1
version: 1.6.2
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down Expand Up @@ -98,7 +98,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/service"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -122,7 +122,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/service"
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/stop_service:
post:
Expand All @@ -134,7 +134,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/service"
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/ping:
post:
Expand All @@ -146,7 +146,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/exit:
post:
Expand All @@ -158,7 +158,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/is_running:
post:
Expand All @@ -170,7 +170,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/service"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -191,7 +191,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -212,7 +212,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -233,7 +233,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand Down Expand Up @@ -261,7 +261,7 @@ paths:
schema:
$ref: "#/components/schemas/plotter_config"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand Down Expand Up @@ -294,7 +294,7 @@ paths:
id:
type: string
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/is_keyring_locked:
post:
Expand All @@ -306,7 +306,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -327,7 +327,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -353,7 +353,7 @@ paths:
key:
type: string
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/validate_keyring_passphrase:
post:
Expand All @@ -373,7 +373,7 @@ paths:
key:
type: string
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/migrate_keyring:
post:
Expand Down Expand Up @@ -404,7 +404,7 @@ paths:
type: boolean
default: false
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/set_keyring_passphrase:
post:
Expand Down Expand Up @@ -433,7 +433,7 @@ paths:
type: boolean
default: false
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/remove_keyring_passphrase:
post:
Expand All @@ -455,7 +455,7 @@ paths:
current_passphrase:
type: string
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/add_private_key:
post:
Expand All @@ -482,7 +482,7 @@ paths:
passphrase:
type: string
responses:
'200':
"200":
description: OK response without return values
content:
application/json:
Expand Down Expand Up @@ -510,7 +510,7 @@ paths:
root_path:
type: string
responses:
'200':
"200":
description: OK response without return values
content:
application/json:
Expand All @@ -528,7 +528,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
$ref: "#/components/responses/empty"
/delete_key_by_fingerprint:
post:
Expand All @@ -551,7 +551,7 @@ paths:
type: integer
format: uint32
responses:
'200':
"200":
description: OK response without return values
content:
application/json:
Expand All @@ -571,7 +571,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand All @@ -594,7 +594,7 @@ paths:
requestBody:
$ref: "#/components/requestBodies/empty"
responses:
'200':
"200":
description: OK
content:
application/json:
Expand Down Expand Up @@ -624,7 +624,7 @@ paths:
type: integer
format: uint32
responses:
'200':
"200":
description: OK
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion src/data_layer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The data layer uses port 8561 by default.
version: 1.6.1
version: 1.6.2
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/farmer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The farmer uses port 8559 by default.
version: 1.6.1
version: 1.6.2
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
5 changes: 4 additions & 1 deletion src/full_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The full node uses port 8555 by default.
version: 1.6.1
version: 1.6.2
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down Expand Up @@ -698,6 +698,9 @@ paths:
tx_id:
type: string
format: hex
include_pending:
type: boolean
default: false
responses:
"200":
description: OK
Expand Down
2 changes: 1 addition & 1 deletion src/harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The harvester uses port 8560 by default.
version: 1.6.1
version: 1.6.2
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
Loading

0 comments on commit 9228b0c

Please sign in to comment.