Skip to content

Commit

Permalink
FIP-0083: adjust from feedback
Browse files Browse the repository at this point in the history
* Remove "client" from verifier-balance event, for consideration separately
  • Loading branch information
rvagg committed Mar 20, 2024
1 parent 7fb4796 commit 5b85d00
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions FIPS/fip-0083.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ 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 + Value | "client" | <DATACAP_HOLDER_ACTOR_ID> (nullable int) (non-null means datacap sent to a client) |
| 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 | "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 5b85d00

Please sign in to comment.