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

FIP-0083: fix bad conflict resolution for #968 & #964 #980

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions FIPS/fip-0083.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ This event is emitted when the balance of a verifier is updated in the Verified

The event payload is defined as:

| flags | key | value |
| -------------------- | --------------- | ----------------------------------- |
| Index Key + Value | "$type" | "verifier-balance" (string) |
| Index Key + Value | "verifier" | <VERIFIER_ACTOR_ID> (int) |
| Index Key | "balance" | <VERIFIER_DATACAP_BALANCE> (bigint) |
| flags | key | value |
|--------------------|------------| ------------------------------------------------------------------------------------------ |
| Index Key + Value | "$type" | "verifier-balance" (string) |
| Index Key + Value | "verifier" | <VERIFIER_ACTOR_ID> (int) |
| Index Key + Value | "client" | <DATACAP_HOLDER_ACTOR_ID> (optional int) (only present when datacap allocated to a client) |
| Index Key | "balance" | <VERIFIER_DATACAP_BALANCE> (bigint) |

#### Datacap Allocated
This event is emitted when a verified client allocates datacap to a specific data piece and storage provider.
Expand Down
Loading