Skip to content

Commit

Permalink
fix: broken links reroute from local repo to bnbchain docs (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
annielz committed Jul 9, 2024
1 parent 08852f8 commit 4b998e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/modules/billing-and-payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ deposit, several fields will be recorded for this stream account:

*<span style={{color:'#FFDEAD'}}>Buffer Balance</span> = - Netflow Rate \* pre-configured ReserveTime if Netflow Rate is negative*

![funds-flow](../../../../static/asset/04-Funds-Flow.jpg)
![funds-flow](https://docs.bnbchain.org/bnb-greenfield/static/asset/04-Funds-Flow.jpg)

<div style={{textAlign:'center'}}><i>How a User Receives Inflow and Outflow of Funds</i></div>

Expand Down Expand Up @@ -677,4 +677,4 @@ When deleting an object, the following outflows will be updated.

Be noted, when deleting an object, if it is stored less than `ReserveTime`, it still needs to pay for
storing `ReserveTime`
and the unpaid fee will be transferred to Global Virtual Group Family, Global Virtual Group, and validator tax pool.
and the unpaid fee will be transferred to Global Virtual Group Family, Global Virtual Group, and validator tax pool.
6 changes: 3 additions & 3 deletions docs/modules/virtual-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Local Virtual Group(LVG): Each bucket maintains a mapping from the local group I

Local virtual groups are linked to their corresponding buckets, and each object needs to store the ID information of the local virtual group. Each local virtual group must correspond to one and only one global virtual group.

![VirtualGroup Overview](../../../../static/asset/12-Greenfield-VirtualGroup.png)
![VirtualGroup Overview](https://docs.bnbchain.org/bnb-greenfield/static/asset/12-Greenfield-VirtualGroup.png)

In order to avoid all the data of a primary SP being transferred to one SP within a short period of time, we introduce the concept of "family".

![VirtualGroup Family](../../../../static/asset/13-Greenfield-VirtualGroupFamily.png)
![VirtualGroup Family](https://docs.bnbchain.org/bnb-greenfield/static/asset/13-Greenfield-VirtualGroupFamily.png)

A family can contain multiple GVG that the same SP creates. A bucket can only be served by the GVGs that are in the same family, cross family GVG is not allowed within one bucket. Once the total storage size of a family exceeds 64TB(TBD), the GVG inside the family can not server new buckets, the SP has to create a new family. By introducing family , the primary SP can exit at family level without breaking the one bucket, one primary SP rule.

Expand Down Expand Up @@ -61,7 +61,7 @@ This orderly exit process ensures a smooth transition of responsibilities and re

### Bucket Migration Workflow

![Bucket Miragtion](../../../../static/asset/14-Greenfield-Bucket-Migration.png)
![Bucket Miragtion](https://docs.bnbchain.org/bnb-greenfield/static/asset/14-Greenfield-Bucket-Migration.png)

Below are the key workflow of Bucket Migration:

Expand Down

0 comments on commit 4b998e1

Please sign in to comment.