From 5b85d00ce2e9f10cdbaee8769a176ca5f77df6a6 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 20 Mar 2024 14:01:27 +1100 Subject: [PATCH] FIP-0083: adjust from feedback * Remove "client" from verifier-balance event, for consideration separately --- FIPS/fip-0083.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/FIPS/fip-0083.md b/FIPS/fip-0083.md index ceef3a9a..853b4428 100644 --- a/FIPS/fip-0083.md +++ b/FIPS/fip-0083.md @@ -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" | (int) | -| Index Key + Value | "client" | (nullable int) (non-null means datacap sent to a client) | -| Index Key | "balance" | (bigint) | +| flags | key | value | +| -------------------- | --------------- | ----------------------------------- | +| Index Key + Value | "$type" | "verifier-balance" (string) | +| Index Key + Value | "verifier" | (int) | +| Index Key | "balance" | (bigint) | #### Datacap Allocated This event is emitted when a verified client allocates datacap to a specific data piece and storage provider.