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

Handle BP claimrewards when circulating supply exceeds max supply #127

Closed
3 tasks
Tracked by #128 ...
DenisCarriere opened this issue Apr 7, 2024 · 1 comment
Closed
3 tasks
Tracked by #128 ...
Labels

Comments

@DenisCarriere
Copy link
Contributor

Purpose

When eosio.token::supply::EOS has reached or exceeds maximum supply, the claimrewards action will no longer function since it requires to issue new tokens to allocate BP rewards.

BP producer pay & vote pay should continue to be allowed to claim if eosio has sufficient EOS balance to distribute funds.

Scope

  • allow existing eosio balance to be used to fund bpay & vpay.
  • do not perform eosio.token::issue if circulating supply will exceed maximum supply.
  • rename "unallocated inflation" to "unallocated bucket"

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants