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

adding rewind_hash to the grin-wallet --help menu #643

Closed
MCM-Mike opened this issue Mar 15, 2022 · 1 comment
Closed

adding rewind_hash to the grin-wallet --help menu #643

MCM-Mike opened this issue Mar 15, 2022 · 1 comment

Comments

@MCM-Mike
Copy link

Currently as of version grin-wallet 5.0.3 we have the following --help menu:

FLAGS:
    -h, --help          Prints help information
    -s, --show_spent    Show spent outputs on wallet output commands
        --testnet       Run grin against the Testnet (as opposed to mainnet)
        --usernet       Run grin as a local-only network. Doesn't block peer connections but will not connect to any
                        peer or seed
    -V, --version       Prints version information

OPTIONS:
    -a, --account <account>                          Wallet account to use for this operation [default: default]
    -r, --api_server_address <api_server_address>
            Api address of running node on which to check inputs and post transactions

    -p, --pass <pass>                                Wallet passphrase used to encrypt wallet seed
    -t, --top_level_dir <top_level_dir>
            Top directory in which wallet files are stored (location of 'grin-wallet.toml')


SUBCOMMANDS:
    account         List wallet accounts or create a new account
    address         Display the wallet's Slatepack address
    cancel          Cancels a previously created transaction, freeing previously locked outputs for use again
    cli             Start the wallet in interactive CLI mode (EXPERIMENTAL and UNDER DEVELOPMENT)
    close           Closes the wallet (interactive mode only)
    export_proof    Export a payment proof from a completed transaction
    finalize        Processes a Slatepack Message to finalize a transfer.
    help            Prints this message or the help of the given subcommand(s)
    info            Basic wallet contents summary
    init            Initialize a new wallet seed file and database
    invoice         Initialize an invoice transaction, outputting a Slatepack Message with the result
    listen          Runs the wallet in listening mode waiting for transactions
    open            Opens a wallet (interactive mode only)
    outputs         Raw wallet output info (list of outputs)
    owner_api       Runs the wallet's local web API
    pay             Spend coins to pay the provided invoice transaction
    post            Posts a finalized transaction to the chain
    receive         Processes a Slatepack Message to accept a transfer from a sender
    recover         Displays a recovery phrase for the wallet. (use `init -r` to perform recovery)
    repost          Reposts a stored, completed but unconfirmed transaction to the chain, or dumps it to a file
    scan            Checks a wallet's outputs against a live node, repairing and restoring missing outputs if
                    required
    send            Builds a transaction to send coins and sends to the recipient via the Slatepack workflow
    txs             Display transaction information
    unpack          Unpack and display an armored Slatepack Message, decrypting if possible
    verify_proof    Verify a payment proof

we implemented rewind_hash #630 therefore we need to update the --help menu of the grin-wallet.

@MCM-Mike
Copy link
Author

Its already in master branch:

- rewind_hash:

closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant