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

feat(events): split up verifier_balance event into 4 #1532

Draft
wants to merge 2 commits into
base: release/v13
Choose a base branch
from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Mar 19, 2024

PR against #1531

Ref: filecoin-project/FIPs#754 (comment)

  • add_verifier
  • remove_verifier
  • allocate_datacap (client)
  • remove_datacap (client, not previously covered)

aarshkshah1992 and others added 2 commits March 18, 2024 18:52
* add_verifier
* remove_verifier
* allocate_datacap (client)
* remove_datacap (client, not previously covered)
@rvagg rvagg force-pushed the rvagg/actor-event-updates-verifier_balance branch from 64bb98c to 028adb7 Compare March 19, 2024 05:49
@aarshkshah1992
Copy link
Contributor

@rvagg Please can you remove the draft status from this so I can merge it the parent branch and get it to a completed state ?

@aarshkshah1992
Copy link
Contributor

@rvagg Looks like we got rid of the verifier balance event alltogether. We should keep it around as it is a useful aggregate event.

@rvagg
Copy link
Member Author

rvagg commented Mar 19, 2024

@rvagg Looks like we got rid of the verifier balance event alltogether. We should keep it around as it is a useful aggregate event.

That was my proposal in filecoin-project/FIPs#754 (comment). I'm not sure what value it adds now as its information is identical to add_verifier, remove_verifier and allocate_datacap, just with simpler properties; and the fact that allocate_datacap doesn't have a new "balance" but a balance delta.

@rvagg rvagg marked this pull request as ready for review March 19, 2024 06:56
@rvagg rvagg marked this pull request as draft March 20, 2024 04:03
Base automatically changed from feat/actor-event-updates to release/v13 March 21, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants