From 53a4da0954fa2cd3e881cbec771ad31f5b5e74d9 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 3 Apr 2024 12:42:56 +1100 Subject: [PATCH] FIP-0083: fix bad conflict resolution for #968 & #964 "client" in verifier-balance was merge-resolved out Closes: https://github.com/filecoin-project/FIPs/pull/971 --- FIPS/fip-0083.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/FIPS/fip-0083.md b/FIPS/fip-0083.md index 71ce5615..6557833a 100644 --- a/FIPS/fip-0083.md +++ b/FIPS/fip-0083.md @@ -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" | (int) | -| Index Key | "balance" | (bigint) | +| flags | key | value | +|--------------------|------------| ------------------------------------------------------------------------------------------ | +| Index Key + Value | "$type" | "verifier-balance" (string) | +| Index Key + Value | "verifier" | (int) | +| Index Key + Value | "client" | (optional int) (only present when datacap allocated to a client) | +| Index Key | "balance" | (bigint) | #### Datacap Allocated This event is emitted when a verified client allocates datacap to a specific data piece and storage provider.