Skip to content

Commit 613c4d9

Browse files
committed
hot fix
1 parent 38867b7 commit 613c4d9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/installation/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bee version
3434
```
3535

3636
```
37-
0.5.2
37+
0.6.0
3838
```
3939

4040
Now your Bee node is installed, you can fund your node with gBZZ join us in the swarm! 🐝 🐝 🐝 🐝 🐝

docs/working-with-bee/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,12 @@ The URL where the tracing service listens for Thrift protocol UDP messages.
436436

437437
Bee service identifier in tracing spans.
438438

439+
#### --transaction
440+
441+
*default* `""`
442+
443+
As a spam prevention measure, for nodes which deployed their chequebook with v0.5.0 or before, specify `transaction` - the transaction of any Ethereum transaction on the Goerli network sent from the Bee node's Ethereum address.
444+
439445
#### --verbosity
440446

441447
*default* `info`

docs/working-with-bee/upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Bee sure to [backup](/docs/working-with-bee/backups) your clef key material and
1414

1515
Bee 0.6.0 contains a few breaking changes which mean a database migration must take place. We also intoduce [postage stamps](/docs/access-the-swarm/keep-your-data-alive) which must be attached to chunks of data so that they will be retained in the Swarm network.
1616

17+
:::info
18+
Please take note that nodes which deployed their chequebook with bee v0.5.0 will have to be started with the --transaction TXHASH flag where TXHASH is any Ethereum transaction on goerli network sent from the bee node's Ethereum address. The hash of the chequebook deployment transaction can be used for this and can be looked up on etherscan. For nodes which first started with v0.5.1 or higher no action is necessary, as their chequebook deployment transaction will be automatically picked-up by the Bee node.
19+
:::
20+
1721
As part of these changes, if you have any **locally pinned content**, this must be manually migrated to the new data structure expected by the network of 0.6.0 clients, see below for information on how to proceed.
1822

1923
If you *do not* have any locally pinned content, your migration will be automatic and your update will proceed as normal.

0 commit comments

Comments
 (0)