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

[Docs] [Qt] RPC-Console nested commands documentation #2372

Merged
merged 2 commits into from
May 11, 2021

Commits on May 9, 2021

  1. Add help-console command to Qt debug console

         - Added `help-console` to the list of autocompletion strings
         - Implemented requested changes to help message:
           - Added an example that uses access-by-index
    `getblock(getblockhash(0) true)[tx][0]`
           - Replace "bracketed syntax" to "parenthesized syntax" where
    applicable
           - Replace "separate" with "delimit"
           - Removed `<br>` and `<b>help/help-console</b>` from translation
    strings, since these parts don't change between languages
           - Changed examples to be based off `getblock 0` so they will work
    even with pruned/no blockchain and `disablewallet` if copied and pasted
           - Clarified syntax for queries of named/unnamed result objects.
    Luke Mlsna authored and random-zebra committed May 9, 2021
    Configuration menu
    Copy the full SHA
    eced57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8fe6bf View commit details
    Browse the repository at this point in the history