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

Extract burnt funds account state #269

Closed
alanshaw opened this issue Nov 26, 2020 · 3 comments
Closed

Extract burnt funds account state #269

alanshaw opened this issue Nov 26, 2020 · 3 comments
Assignees
Labels
kind/enhancement Improvement to an existing feature

Comments

@alanshaw
Copy link
Member

alanshaw commented Nov 26, 2020

The burnt funds account is a special account where all burnt funds resulting from gas costs are sent.

https://github.com/filecoin-project/specs-actors/blob/585b71e2b89642f2b01157c94e72a4ca9a8e869a/actors/builtin/singletons.go#L17-L18

Funds do not arrive via messages but are instead transferred by the VM implicitly. Tracking the f099 actor state allows us to analyse burn rates since we cannot inspect sent messages to see value transfer.

@frrist
Copy link
Member

frrist commented Nov 26, 2020

Can we query the actors balance from the actor_states table? I believe it's balance is stored in the state column.

@alanshaw
Copy link
Member Author

I don't think we extract state from any account actors.

@frrist frrist added the kind/enhancement Improvement to an existing feature label Dec 1, 2020
@frrist
Copy link
Member

frrist commented Dec 2, 2020

closed via #278

@frrist frrist closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants