@erebos/api-bzz-base
Advanced tools
Changelog
v0.6.2 (2019-01-14)
Fix hexValue
return type in Bzz
upload methods.
Changelog
v0.6.0 (2019-01-09)
This release introduces a large refactoring of feeds interactions, notably to provide some high-level APIs. As a result, various breaking changes were needed to keep the APIs consistent and provide more security options, as detailed below.
createFeedDigest()
and createKeyPair()
functions have been removed from the @erebos/api-bzz-base
and @erebos/swarm
packages.Bzz
instance constructor now requires to be provided a BzzConfig
object rather than only the HTTP gateway url
.postFeedValue()
method arguments have changed.Most Bzz methods arguments have changed, the headers
that were previously passed as argument must now be provided in the options
object instead.
@erebos/keccak256
and @erebos/secp256k1
packages have been added.timeout
option, and a default timeout
can optionally be set in the BzzConfig
object when creating the instance.Changelog
v0.5.3/v0.5.4 (2018-12-12)
Changelog
v0.5.3/v0.5.4 (2018-12-12)
Changelog
v0.5.1 (2018-11-29)
Changelog
v0.5.0 (2018-11-19)
PssEvent
object emitted by PSS subscriptions now has a different shape.@erebos/hex
package to interact with hexadecimal-encoded strings - see the added documentation for more details.pss
and website
commands to the CLI - see the updated CLI documentation.