bnb-chain / greenfield

Greenfield is a decentralized storage platform.
GNU Affero General Public License v3.0
117 stars 49 forks source link

feat: add bucketId in BucketFlowRateLimitStatus event #598

Closed yutianwu closed 5 months ago

yutianwu commented 5 months ago

Description

This pr will add bucket id in BucketFlowRateLimitStatus event.

Rationale

For clarity of processing the events, it will make it clear to use the unique id of the bucket.

Example

N/A

Changes

Notable changes:

Potential Impacts