Skip to content

Conversation

codablock
Copy link

Extracted from the DIP3 PR. These are utility functions which can be used to easily parse RPC sub-command parameters.

For normal RPC commands, we usually use the vRPCConvertParams in client.cpp to indicate that a parameter is for example an int instead of a string. This however does not work for sub-commands, as the base command has no fixed set of parameters and the parameters are different depending on the actual sub-command.

These functions are not used atm, but will be used in other PRs (e.g. #2083)

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK/ACK as a part #2083

@UdjinM6 UdjinM6 added this to the 12.4 milestone Aug 10, 2018
@UdjinM6 UdjinM6 merged commit 106bab1 into dashpay:develop Aug 10, 2018
@codablock codablock deleted the pr_rpcparsexxx branch September 14, 2018 12:51
CryptoCentric pushed a commit to absolute-community/absolute that referenced this pull request Apr 25, 2019
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

Successfully merging this pull request may close these issues.

2 participants