We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The chain economics table does not track FilReserveDisbursed.
This is used for calculating FIL circulating_fil but apparently not exposed by the CirculatingSupply object.
CirculatingSupply
Guess this was added recently, probably should PR to Lotus so it is exposed by that supply object.
The text was updated successfully, but these errors were encountered:
polish(api): expose filReserveDisbursed via CirculatingSupply API
c118415
- motivated by: filecoin-project/lily#462
Lotus PR here, will pull in and update visor once it merges: filecoin-project/lotus#6059
Sorry, something went wrong.
isn't it odd that reserve disbursed is not mentioned in the calculation of circulating supply on https://spec.filecoin.io/#section-systems.filecoin_token.token_allocation? I assume it's included in Fil_Mined but that term is not defined.
Fil_Mined
iand
Successfully merging a pull request may close this issue.
Description
The chain economics table does not track FilReserveDisbursed.
This is used for calculating FIL circulating_fil but apparently not exposed by the
CirculatingSupply
object.Where to begin
Guess this was added recently, probably should PR to Lotus so it is exposed by that supply object.
The text was updated successfully, but these errors were encountered: