Skip to content

Releases: textileio/powergate

v0.1.2-pre.1

17 Jul 00:02
Compare
Choose a tag to compare
v0.1.2-pre.1 Pre-release
Pre-release
fix: generate python grpc stubs

Signed-off-by: Aaron Sutula <[email protected]>

v0.1.2-pre.0

16 Jul 23:12
Compare
Choose a tag to compare
v0.1.2-pre.0 Pre-release
Pre-release
fix: better package structure for python lib

Signed-off-by: Aaron Sutula <[email protected]>

v0.1.1

15 Jul 18:24
99cd7bb
Compare
Choose a tag to compare
  • updated wallet api rpc, client and cli to be consistent with naming and functionality of core wallet module
  • removes deals module rpc, client and cli in favor of ffs apis
  • adds --maxminddbfolder flag to powd so the folder path of the MaxMind geo db can be customized
  • publish python gRPC bindings to PyPi on release as grpc-powergate-client

v0.1.1-pre.2

13 Jul 20:31
Compare
Choose a tag to compare
v0.1.1-pre.2 Pre-release
Pre-release
actually install buildtools protoc

Signed-off-by: Aaron Sutula <[email protected]>

v0.1.1-pre.1

13 Jul 20:22
Compare
Choose a tag to compare
v0.1.1-pre.1 Pre-release
Pre-release
try uploading from lib dir

Signed-off-by: Aaron Sutula <[email protected]>

v0.1.1-pre.0

13 Jul 19:51
Compare
Choose a tag to compare
v0.1.1-pre.0 Pre-release
Pre-release
publish python bindings in ci

Signed-off-by: Aaron Sutula <[email protected]>

v0.1.0

08 Jul 21:01
1aa4fc0
Compare
Choose a tag to compare
  • Remove unused HotStorage API
  • IPFS 0.6.0
  • Design diagram update
  • Better sorting of data displayed in the gateway web app
  • ListStorageDealRecords API on deals and ffs modules
  • ListRetrievalDealRecords API on deals and ffs modules
  • Fix locking bug in IPFS layer storage
  • Add geodatabase in README and release assets

v0.0.1-beta.13

02 Jul 19:36
c5596fa
Compare
Choose a tag to compare
  • Removes config file usage from pow cli
  • Adds pow wallet list command for listing all Louts wallet addresses

v0.0.1-beta.12

02 Jul 17:16
28a3cd4
Compare
Choose a tag to compare
  • Fixes release asset generation.

v0.0.1-beta.11

02 Jul 17:02
0959ce8
Compare
Choose a tag to compare
  • ffs: Better deal proposal and flow handling.
  • ffs: Enable master address auto-creation and funding from faucet.
  • ffs: New API/CLI command for Job cancellation.
  • reputation: Scoring of miners now consider the number of active deals on the network.
  • gateway: Fix faults section
  • gateway: Miner section shows only miners with power.
  • ffs/scheduler: Resume Job concurrently.
  • deals/index: first version of storage and retrieval deals tracking.
  • gRPC client: support compiling Windows binary.