Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.4 updates #678

Merged
merged 8 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli-reference/daos.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Options:
| -f | --fingerprint | INTEGER | False | Set the fingerprint to specify which key to use |
| -i | --wallet-id | INTEGER | True | ID of the DAO Treasury Wallet |
| -w | --funding-wallet-id | INTEGER | True | The ID of the wallet to send funds from (must be of type `STANDARD_WALLET`) |
| -a | --amount | TEXT | True | The amount of funds to send, in XCH |
| -a | --amount | TEXT | True | The amount of funds to send, in XCH or CATs |
| -m | --fee | TEXT | False | Set the fees per transaction, in XCH [default: 0] |
| | --reuse, --reuse-puzhash | None | False | Set either of these flags to reuse the existing address for the change [default: not set] |
| | --new-address, --generate-new-puzhash | None | False | Set either of these flags to generate a new puzzle hash / address for the change [default: not set] |
Expand Down
2 changes: 2 additions & 0 deletions docs/cli-reference/offers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Options:
| -m | --fee | TEXT | False | A fee to add to the offer when it gets taken |
| | --reuse | None | False | Set this flag to reuse an existing address for the offer [Default: generate a new address] |
| | --override | None | False | Creates offer without checking for unusual values |
| | --valid-at | INTEGER | False | UNIX timestamp at which the associated transactions become valid |
| | --expires-at | INTEGER | False | UNIX timestamp at which the associated transactions expire |
| -h | --help | None | False | Show a help message and exit |

---
Expand Down
25 changes: 17 additions & 8 deletions docs/cli-reference/vcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,17 @@ Usage: chia wallet vcs mint [OPTIONS]

Options:

| Short Command | Long Command | Type | Required | Description |
| :------------ | :---------------- | :------ | :------- | :------------------------------------------------------------------------------------------------------- |
| -wp | --wallet-rpc-port | INTEGER | False | Set the port where the Wallet is hosting the RPC interface. See the rpc_port under wallet in config.yaml |
| -f | --fingerprint | INTEGER | False | Set the fingerprint to specify which key to use as the issuing wallet |
| -d | --did | TEXT | True | The DID of the VC's proof provider. Must be owned by the issuing wallet |
| -t | --target-address | TEXT | False | The address to send the VC to once it's minted [Default: send to minting wallet] |
| -m | --fee | TEXT | False | Blockchain fee for mint transaction, in XCH |
| -h | --help | None | False | Show a help message and exit |
| Short Command | Long Command | Type | Required | Description |
| :------------ | :----------------- | :------ | :------- | :------------------------------------------------------------------------------------------------------- |
| -wp | --wallet-rpc-port | INTEGER | False | Set the port where the Wallet is hosting the RPC interface. See the rpc_port under wallet in config.yaml |
| -f | --fingerprint | INTEGER | False | Set the fingerprint to specify which key to use as the issuing wallet |
| -d | --did | TEXT | True | The DID of the VC's proof provider. Must be owned by the issuing wallet |
| -t | --target-address | TEXT | False | The address to send the VC to once it's minted [Default: send to minting wallet] |
| -m | --fee | TEXT | False | Blockchain fee for mint transaction, in XCH |
| | --push | None | False | Push the transaction to the network [Default: True] |
| | --no-push | None | False | Do not push the transaction to the network [Default: False] |
| | --transaction-file | TEXT | False | A file to write relevant transactions to |
| -h | --help | None | False | Show a help message and exit |

<details>
<summary>Example</summary>
Expand Down Expand Up @@ -231,6 +234,9 @@ Options:
| -m | --fee | TEXT | False | Blockchain fee for revocation transaction, in XCH |
| | --reuse-puzhash | None | False | If this flag is set, then send the VC back to the same puzzle hash it came from (ignored if `--generate-new-puzhash` is also specified) [Default: generate new puzzle hash] |
| | --generate-new-puzhash | None | False | If this flag is set, then send the VC to a new puzzle hash. This is the default behavior, and setting this flag will override the `--reuse-puzhash` flag if it is also set |
| | --push | None | False | Push the transaction to the network [Default: True] |
| | --no-push | None | False | Do not push the transaction to the network [Default: False] |
| | --transaction-file | TEXT | False | A file to write relevant transactions to |
| -h | --help | None | False | Show a help message and exit |

<details>
Expand Down Expand Up @@ -297,6 +303,9 @@ Options:
| -m | --fee | TEXT | False | Blockchain fee for update transaction, in XCH |
| | --reuse-puzhash | None | False | If this flag is set, then send the VC back to the same puzzle hash it came from (ignored if `--generate-new-puzhash` is also specified) [Default: generate new puzzle hash] |
| | --generate-new-puzhash | None | False | If this flag is set, then send the VC to a new puzzle hash. This is the default behavior, and setting this flag will override the `--reuse-puzhash` flag if it is also set |
| | --push | None | False | Push the transaction to the network [Default: True] |
| | --no-push | None | False | Do not push the transaction to the network [Default: False] |
| | --transaction-file | TEXT | False | A file to write relevant transactions to |
| -h | --help | None | False | Show a help message and exit |

<details>
Expand Down
6 changes: 3 additions & 3 deletions docs/cli-reference/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ Options:
| -wp | --wallet-rpc-port | INTEGER | False | Set the port where the Wallet is hosting the RPC interface. See the `rpc_port` under `wallet` in config.yaml |
| -f | --fingerprint | INTEGER | False | Set the fingerprint to specify which wallet to use |
| -t | --to-address | TEXT | True | The address to send the notification to |
| -a | --amount | TEXT | False | The amount to send to get the notification past the recipient's spam filter [default: 0.00001] |
| -a | --amount | TEXT | False | The amount (in XCH) to send to get the notification past the recipient's spam filter [default: 0.00001] |
| -n | --message | TEXT | True | The message of the notification |
| -m | --fee | TEXT | False | The fee for the transaction |
| -h | --help | None | False | Show a help message and exit |
Expand All @@ -1629,7 +1629,7 @@ Notification sent successfully.

## `send`

Functionality: Send chia to another wallet
Functionality: Send chia or other assets to another wallet

Usage: chia wallet send [OPTIONS]

Expand All @@ -1640,7 +1640,7 @@ Options:
| -wp | --wallet-rpc-port | INTEGER | False | Set the port where the Wallet is hosting the RPC interface. See the `rpc_port` under `wallet` in config.yaml |
| -f | --fingerprint | INTEGER | False | Set the fingerprint to specify which wallet to use |
| -i | --id | INTEGER | False | ID of the wallet to use [default: 1] |
| -a | --amount | TEXT | True | How much chia to send, in XCH |
| -a | --amount | TEXT | True | How much chia to send, in XCH or CAT units |
| -e | --memo | TEXT | False | Additional memo for the transaction |
| -m | --fee | TEXT | False | Set the fees for the transaction, in XCH [default: 0] |
| -t | --address | TEXT | True | Address to send the XCH |
Expand Down
Loading
Loading