Skip to content

Commit

Permalink
FIP-0083: fix bad conflict resolution for filecoin-project#968 & file…
Browse files Browse the repository at this point in the history
…coin-project#964

"client" in verifier-balance was merge-resolved out

Closes: filecoin-project#971
  • Loading branch information
rvagg committed Apr 3, 2024
1 parent cdc9dd3 commit 53a4da0
Showing 1 changed file with 6 additions and 5 deletions.
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

0 comments on commit 53a4da0

Please sign in to comment.