Skip to content

keva_list_namespace returns incorrect format for pending new namespace #11

@kevacoin-project

Description

@kevacoin-project

Steps to reproduce:

  1. Create a new namespace

    keva_namespace my_new_namespace
    
  2. While the namespace is still pending (not included in the next block), list the namespace

    keva_list_namespace
    

The namespace returned for the pending namespace is like:

{
    "Nc7SU3ZzaRaFpnBcGnChNJNHwj57pot2Ni": "insta"
}

It should be like:

{
    "namespaceId": "Nc7SU3ZzaRaFpnBcGnChNJNHwj57pot2Ni",
    "displayName": "insta"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions