-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add traces support #66
Comments
We should re-check the list of supported operations after being able to query all traces from Lotus api. Current supported ops:
|
Question about the supported operations. Can we add some comments/clarifications on what these methods are?
|
Yes. Note it will be called multiple times per epoch, once for each miner who won a block in that tipset (or 0 times for a null epoch).
This is used to calculate the block reward for the next epoch. You probably don't care about it (the block reward is dynamically re-calculated every epoch).
It locks funds in a multisig.
IIUC, yes, it includes any internal message invoked (including a multisig transfer, that would be invoked by an external MsigPropose / MsigApprove).
The market actor keeps a balance table in which actors can register themselves and submit some balance. This balance is then used as collateral for deals. Add and Withdraw modify the balance table as their names suggest. Probably not relevant to you, yeah.
I don't understand the question. A message's gas used is stored in the receipt, and a complete accounting of the cost of a message can be found using
There's no trace-able activity that happens to unlock funds every epoch (that would be a lot of state changes, so it just happens implicitly -- I can tell you the unlocked funds at any point in time based on the linear vesting schedule). If you really wanted to know how much was unlocked every epoch, call |
Thanks! @arajasek
@raynaudoe let's make sure we use |
No description provided.
The text was updated successfully, but these errors were encountered: