You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When search for a marker via CLI, if your marker has uppercase letters in it, the query will fail. This is due to the CLI query logic lowercasing the input. This is inconsistent with how denoms are handled.
Version
1.3.0
Steps to Reproduce
provenanced -t q marker get pm.pool.asset.5Q36i7huHWZPSvww0ikKjH
invalid marker denom: pm.pool.asset.5q36i7huhwzpsvww0ikkjh: decoding bech32 failed: invalid index of 1: invalid request
possible cause: id := strings.ToLower(strings.TrimSpace(args[0]))
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
ghost
added
bug
Something isn't working
CLI
Command line interface feature
labels
May 21, 2021
Summary of Bug
When search for a marker via CLI, if your marker has uppercase letters in it, the query will fail. This is due to the CLI query logic lowercasing the input. This is inconsistent with how denoms are handled.
Version
1.3.0
Steps to Reproduce
provenanced -t q marker get pm.pool.asset.5Q36i7huHWZPSvww0ikKjH
invalid marker denom: pm.pool.asset.5q36i7huhwzpsvww0ikkjh: decoding bech32 failed: invalid index of 1: invalid request
possible cause:
id := strings.ToLower(strings.TrimSpace(args[0]))
For Admin Use
The text was updated successfully, but these errors were encountered: