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

CLI Command Requests #3522

Closed
Crypto-Druide opened this issue Jul 16, 2024 · 3 comments · Fixed by #3691
Closed

CLI Command Requests #3522

Crypto-Druide opened this issue Jul 16, 2024 · 3 comments · Fixed by #3691
Assignees
Labels
client enhancement New feature or request

Comments

@Crypto-Druide
Copy link

Hello,

Currently testing the PGF, we think that multiple commands could be usefull:

  1. Command to query the current total supply
  2. Command to retrieve the internal PoS and PGF addresses

Thank you.

@Crypto-Druide Crypto-Druide added the enhancement New feature or request label Jul 16, 2024
@brentstone
Copy link
Collaborator

  1. Command to query the current total supply

What exact functionality do you desire? The total supply of NAM or any token? In the code, for NAM we also distinguish the effective supply too, which does not take into account the PGF account balance.

  1. Command to retrieve the internal PoS and PGF addresses

These addresses should already be loaded into your local wallet upon join-network. Check with namada wallet list - in the wallet they should be pos and publicgoodfundings.

@brentstone
Copy link
Collaborator

You can also get the total supply information with the SDK currently.

@Crypto-Druide
Copy link
Author

Hi @brentstone ,
Thank you for your reply.

What exact functionality do you desire? The total supply of NAM or any token? In the code, for NAM we also distinguish the effective supply too, which does not take into account the PGF account balance.

I'm talking about the total circulating supply of NAM (including the initial supply and all forms of inflation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants