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

Update nodejs client documentation + small fixes to JSON RPC client #610

Merged
merged 5 commits into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. Update nodejs client documentation

    danimoh authored and jeffesquivels committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    001d063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3cc2e View commit details
    Browse the repository at this point in the history
  3. json-rpc-client: fix reading of parameters for log action

    Parameters of log action were not read correctly when a tag was passed as single
    parameter. In this case the passed tag was interpreted as log level and the
    default tag used.
    danimoh authored and jeffesquivels committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bf33dac View commit details
    Browse the repository at this point in the history
  4. json-rpc-client: correctly read --silent as boolean flag

    Now calls like `node remote.js --silent mining` correctly treat the --silent as
    boolean flag instead of assigning the following value to it. Previously, 'mining'
    would have been assigned to `silent` and the action `mining` would have been
    omitted.
    danimoh authored and jeffesquivels committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f4a32bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    393d7ca View commit details
    Browse the repository at this point in the history