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

cherry: fix(state): fix hex to uint64 response of list of namespaces (#8091) #8101

Merged
merged 1 commit into from
Nov 30, 2021

Commits on Nov 30, 2021

  1. fix(state): fix hex to uint64 response of list of namespaces (#8091)

    There is an issue in ExtractNamespaceFromPredicate. The issue is the parsing was done assuming ns in <ns>-<attr> to be decimal (actually it is hexadecimal). This leads to the following issues.
    
    A predicate a-name, it was skipped.
    A predicate 11-name was parsed as namespace 11, actually it is namespace 17 (0x11).
    
    (cherry picked from commit 0c9f601)
    NamanJain8 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7c5800a View commit details
    Browse the repository at this point in the history