Releases: textileio/js-powergate-client
Releases · textileio/js-powergate-client
v0.1.0-beta.13
- Updates to Powergate v0.0.1-beta.13
- Adds
ffs.cancelJob
method - Updates from
devnet
tolocalnet
wording
v0.1.0-beta.12
Better naming for exported types used in API. For example:
import { ffsTypes } from "@textile/powergate-client"
v0.1.0-beta.11
Exports option functions for some ffs
methods under ffsOptions
v0.1.0-beta.10
- No API changes
- Updates to a version of Powergate with published Docker Compose artifacts for testing
v0.1.0-beta.9
- Re-exports protobuf types that are visible through the public api and need to be accessed sometimes
v0.1.0-beta.8
- Fixes a bug where undefined values passed into the config would override default defined values
- Internal improvements to client and example project
v0.1.0-beta.7
- Adds FFS pay channel methods
- Better and more miner metadata
- MaxPrice for deal
v0.1.0-beta.6
Brings in latest grpc bindings, updates API to reflect, mostly just better camel casing of symbol names and more complete enum names.
v0.1.0-beta.5
- Adds epoch price to cold info so you know how much the deal was for
- Adds max price to cold storage config so you can specify the max amount you're willing to spend
v0.1.0-beta.4
- Adds
ffs.showAll
- Adds
miners
APIs to get miner index data - No more default export, now access the client by importing
createPow