@ethersphere/bee-js v3.1.0
This is another small release that brings support for Bee 1.4.1 and a few small improvements
🔌 Node endpoint support
The Bee 1.4.1 release brought a new endpoint on Debug API called /node
which provides information about in what mode the Bee node runs (such as dev mode, light mode, or full mode or information about gateway mode).
🔗 Chunk endpoint supports
We used chunk endpoints internally in bee-js but now we have decided to expose them for your usage as well.
∵ Stamp usage utility functions
In order to calculate the usage of a postage stamp (eq. percentage in form of a number between 0 and 1) we have added a small utility function that calculates it called getStampUsage()
.
Features
- exposing chunk functionality (#472) (b121dcb)
- node endpoint support (#479) (11731d3)
- stamp usage utility function (#470) (b53edd1)