@ethersphere/bee-js v2.1.0
This release is a compatibility release with Bee 1.2.0 release, which brings few new features.
Is retrievable? support
The new method bee.isReferenceRetrievable()
allows you to check whether the data represented by a reference is present in the network. This is part of the Stewardship endpoint, which also allows you to reupload the data that you have locally available (pinned).
🏷 New Postage Batch methods
There is a new method beeDebug.topUpBatch()
, that allows you to top-up the amount of existing batch, effectively prolonging its lifetime.
Moreover, there is also a new method beeDebug.diluteBatch()
that increases the depth of a batch, effectively extending the number of chunks that the batch can stamp and lowering the lifetime of a batch.
📨 PSS Target limit increase
makeMaxTarget
, then the time of sending a PSS message will increase! Consider using your own criteria based on your use-case.
Features
- increased max pss target limit (#430) (3134c50)
- is reference retrievable support (#425) (76601f8)
- topup and dilute batch methods (#424) (7bf2135)