diff --git a/docs/bee/installation/build-from-source.md b/docs/bee/installation/build-from-source.md index bc8f368b6..54a2bb49f 100644 --- a/docs/bee/installation/build-from-source.md +++ b/docs/bee/installation/build-from-source.md @@ -31,7 +31,7 @@ Prerequisites for installing direct from source are: 3. Checkout the required version: ```bash - git checkout v1.17.4 + git checkout v1.17.5 ``` 4. Build the binary: @@ -47,7 +47,7 @@ Prerequisites for installing direct from source are: ``` ``` - 1.17.4 + 1.17.5 ``` 6. (optional) Additionally, you may also like to move the Bee binary to somewhere in your `$PATH` diff --git a/docs/bee/installation/docker.md b/docs/bee/installation/docker.md index a53acc382..1ed788f61 100644 --- a/docs/bee/installation/docker.md +++ b/docs/bee/installation/docker.md @@ -63,7 +63,7 @@ In order to avoid accidentally upgrading your Bee containers, or deadlocks resul #### Specific Versions ```bash -docker pull ethersphere/bee:1.17.4 +docker pull ethersphere/bee:1.17.5 ``` #### Using Tags diff --git a/docs/bee/installation/install.md b/docs/bee/installation/install.md index f10b142af..b63dff2d3 100644 --- a/docs/bee/installation/install.md +++ b/docs/bee/installation/install.md @@ -139,9 +139,9 @@ Need to get 0 B/27.2 MB of archives. After this operation, 50.8 MB of additional disk space will be used. Selecting previously unselected package bee. (Reading database ... 82381 files and directories currently installed.) -Preparing to unpack .../archives/bee_1.17.4_amd64.deb ... -Unpacking bee (1.17.4) ... -Setting up bee (1.17.4) ... +Preparing to unpack .../archives/bee_1.17.5_amd64.deb ... +Unpacking bee (1.17.5) ... +Setting up bee (1.17.5) ... Logs: journalctl -f -u bee.service Config: /etc/bee/bee.yaml @@ -170,13 +170,13 @@ Use either of the following commands to run the script and install Bee: #### wget ```bash -wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.4 bash +wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash ``` #### curl ```bash -curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.4 bash +curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash ``` ### Build from source If neither of the above methods works for your system, you can see our guide for [building directly from source](/docs/bee/installation/build-from-source). @@ -427,7 +427,7 @@ bee version ``` ``` -1.17.4 +1.17.5 ``` Once the Bee node has been funded, the chequebook deployed, and postage stamp diff --git a/docs/bee/working-with-bee/upgrade.md b/docs/bee/working-with-bee/upgrade.md index c81c0c790..f1ef61e77 100644 --- a/docs/bee/working-with-bee/upgrade.md +++ b/docs/bee/working-with-bee/upgrade.md @@ -43,9 +43,9 @@ Need to get 0 B/27.2 MB of archives. After this operation, 73.7 kB of additional disk space will be used. Do you want to continue? [Y/n] Y (Reading database ... 103686 files and directories currently installed.) -Preparing to unpack .../archives/bee_1.17.4_amd64.deb ... -Unpacking bee (1.17.4) over (1.17.3) ... -Setting up bee (1.17.4) ... +Preparing to unpack .../archives/bee_1.17.5_amd64.deb ... +Unpacking bee (1.17.5) over (1.17.3) ... +Setting up bee (1.17.5) ... Installing new version of config file /etc/default/bee ... ``` diff --git a/docs/learn/technology/contracts/postage-stamp.md b/docs/learn/technology/contracts/postage-stamp.md index 8c3a0a904..4f93c5e23 100644 --- a/docs/learn/technology/contracts/postage-stamp.md +++ b/docs/learn/technology/contracts/postage-stamp.md @@ -136,25 +136,30 @@ The provided table shows the effective volume for each batch depth from 20 to 41 | Batch Depth | Utilisation Rate | Theoretical Max Volume | Effective Volume | -|-------------|------------------|------------------|------------------------| -| 24 | 64.33% | 68.72 GB | 44.21 GB | -| 25 | 74.78% | 137.44 GB | 102.78 GB | -| 26 | 82.17% | 274.88 GB | 225.86 GB | -| 27 | 87.39% | 549.76 GB | 480.43 GB | -| 28 | 91.08% | 1.10 TB | 1.00 TB | -| 29 | 93.69% | 2.20 TB | 2.06 TB | -| 30 | 95.54% | 4.40 TB | 4.20 TB | -| 31 | 96.85% | 8.80 TB | 8.52 TB | -| 32 | 97.77% | 17.59 TB | 17.20 TB | -| 33 | 98.42% | 35.18 TB | 34.63 TB | -| 34 | 98.89% | 70.37 TB | 69.58 TB | -| 35 | 99.21% | 140.74 TB | 139.63 TB | -| 36 | 99.44% | 281.47 TB | 279.91 TB | -| 37 | 99.61% | 562.95 TB | 560.73 TB | -| 38 | 99.72% | 1.13 PB | 1.12 PB | -| 39 | 99.80% | 2.25 PB | 2.25 PB | -| 40 | 99.86% | 4.50 PB | 4.50 PB | -| 41 | 99.90% | 9.01 PB | 9.00 PB | +|-------------|------------------|-------------------------|-------------------| +| 20 | 0.00000 | 4.29 GB | 0.00 B | +| 21 | 0.00000 | 8.59 GB | 0.00 B | +| 22 | 0.28669 | 17.18 GB | 4.93 GB | +| 23 | 0.49561 | 34.36 GB | 17.03 GB | +| 24 | 64.33% | 68.72 GB | 44.21 GB | +| 25 | 74.78% | 137.44 GB | 102.78 GB | +| 26 | 82.17% | 274.88 GB | 225.86 GB | +| 27 | 87.39% | 549.76 GB | 480.43 GB | +| 28 | 91.08% | 1.10 TB | 1.00 TB | +| 29 | 93.69% | 2.20 TB | 2.06 TB | +| 30 | 95.54% | 4.40 TB | 4.20 TB | +| 31 | 96.85% | 8.80 TB | 8.52 TB | +| 32 | 97.77% | 17.59 TB | 17.20 TB | +| 33 | 98.42% | 35.18 TB | 34.63 TB | +| 34 | 98.89% | 70.37 TB | 69.58 TB | +| 35 | 99.21% | 140.74 TB | 139.63 TB | +| 36 | 99.44% | 281.47 TB | 279.91 TB | +| 37 | 99.61% | 562.95 TB | 560.73 TB | +| 38 | 99.72% | 1.13 PB | 1.12 PB | +| 39 | 99.80% | 2.25 PB | 2.25 PB | +| 40 | 99.86% | 4.50 PB | 4.50 PB | +| 41 | 99.90% | 9.01 PB | 9.00 PB | + :::info This table is based on preliminary calculations and may be subject to change.