Releases: textileio/powergate
Releases · textileio/powergate
v0.1.2-pre.1
fix: generate python grpc stubs Signed-off-by: Aaron Sutula <[email protected]>
v0.1.2-pre.0
fix: better package structure for python lib Signed-off-by: Aaron Sutula <[email protected]>
v0.1.1
- 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 topowd
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
actually install buildtools protoc Signed-off-by: Aaron Sutula <[email protected]>
v0.1.1-pre.1
try uploading from lib dir Signed-off-by: Aaron Sutula <[email protected]>
v0.1.1-pre.0
publish python bindings in ci Signed-off-by: Aaron Sutula <[email protected]>
v0.1.0
- 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
- Removes config file usage from
pow
cli - Adds
pow wallet list
command for listing all Louts wallet addresses
v0.0.1-beta.12
- Fixes release asset generation.
v0.0.1-beta.11
- 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.