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

RPC help command #538

Closed
braydonf opened this issue Jul 17, 2018 · 3 comments
Closed

RPC help command #538

braydonf opened this issue Jul 17, 2018 · 3 comments
Labels
docs UI isn't clear or documented guidance needed

Comments

@braydonf
Copy link
Contributor

braydonf commented Jul 17, 2018

Version:
bcoin v1.0.2

Expected:
RPC "help" command returns output similar to:

== Blockchain ==
getbestblockhash
getblock "blockhash" ( verbosity ) 
getblockchaininfo
getblockcount
...

Actual:
RPC "help" command returns an empty array []

Reproduce:
This was found with testing compatibility with bitcoin-cli using ./src/bitcoin-cli -rpcport=48332 help

@braydonf
Copy link
Contributor Author

braydonf commented Jul 17, 2018

I've also realized that many of the wallet related RPC commands are on the walletPort and not the rpcPort (in the process of testing #531), and could lead towards mistakenly thinking they may not be implemented.

@pinheadmz
Copy link
Member

Addressed by #550

@pinheadmz pinheadmz added docs UI isn't clear or documented guidance needed has PR Issue is addressed with a pull request labels Jan 21, 2019
@braydonf
Copy link
Contributor Author

braydonf commented Mar 4, 2019

Closed in #705

@braydonf braydonf closed this as completed Mar 4, 2019
@braydonf braydonf removed the has PR Issue is addressed with a pull request label May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs UI isn't clear or documented guidance needed
Projects
None yet
Development

No branches or pull requests

2 participants