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

XRouter calls should be case-insensitive #605

Open
2 tasks
shrnkld opened this issue Nov 18, 2021 · 0 comments
Open
2 tasks

XRouter calls should be case-insensitive #605

shrnkld opened this issue Nov 18, 2021 · 0 comments

Comments

@shrnkld
Copy link
Contributor

shrnkld commented Nov 18, 2021

Scenario:

Sending some XRouter commands via wallet console requires the parameters to be uppercase eg:
xrgetblockcount ltc fails, but xrgetblockcount LTC works as expected.

Given that all other console commands are case-insensitive, XRouter cmds should also be.

Env: Core wallet v4.3.3 public

To do:

  • check for XRouter cmds that are case-sensitive and change to case-insensitive ie: xrgetblockcount ltc or xrGetBlockCount LTC should both work.

QA:

  • all XRouter calls should work as expected despite the type case used.
@shrnkld shrnkld moved this to Backlog in Blocknet Core Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant