Skip to content

Releases: textileio/js-powergate-client

v0.1.0-beta.13

02 Jul 23:17
69986cb
Compare
Choose a tag to compare
  • Updates to Powergate v0.0.1-beta.13
  • Adds ffs.cancelJob method
  • Updates from devnet to localnet wording

v0.1.0-beta.12

25 Jun 00:48
cd82462
Compare
Choose a tag to compare

Better naming for exported types used in API. For example:

import { ffsTypes } from "@textile/powergate-client"

v0.1.0-beta.11

25 Jun 00:05
21b084a
Compare
Choose a tag to compare

Exports option functions for some ffs methods under ffsOptions

v0.1.0-beta.10

22 Jun 20:08
Compare
Choose a tag to compare
  • No API changes
  • Updates to a version of Powergate with published Docker Compose artifacts for testing

v0.1.0-beta.9

10 Jun 16:08
Compare
Choose a tag to compare
  • Re-exports protobuf types that are visible through the public api and need to be accessed sometimes

v0.1.0-beta.8

10 Jun 03:37
Compare
Choose a tag to compare
  • 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

05 Jun 17:15
Compare
Choose a tag to compare
  • Adds FFS pay channel methods
  • Better and more miner metadata
  • MaxPrice for deal

v0.1.0-beta.6

30 May 00:15
Compare
Choose a tag to compare

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

29 May 18:48
Compare
Choose a tag to compare
  • 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

28 May 21:47
Compare
Choose a tag to compare
  • Adds ffs.showAll
  • Adds miners APIs to get miner index data
  • No more default export, now access the client by importing createPow