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

feat/client asset list pulling for denoms, denom units and symbols #501

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

pharr117
Copy link
Collaborator

Overview

Adds the following:

  1. chainregistry package used for interacting with the Git repo Cosmos chain registry
  2. Functionality for pulling the repo and parsing asset lists
  3. Use the new package in the following places:
    • Client initialization setup to get and cache asset mappings
    • Denom unit conversion method to check for asset list entry and prefer that over database denoms

Closes #499

1. chainregistry package used for interacting with the Git repo Cosmos chain registry
2. Functionality for pulling the repo and parsing asset lists
3. Use the new package in the following places:
    * Client initialization setup to get and cache asset mappings
    * Denom unit conversion method to check for asset list entry and prefer that over database denoms
@pharr117 pharr117 requested a review from danbryan October 18, 2023 03:19
@danbryan danbryan merged commit 469ec48 into main Oct 18, 2023
3 checks passed
@danbryan danbryan deleted the feat/client-asset-list-pull branch October 18, 2023 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: u denoms are being shown in CSV reports
2 participants