Skip to content

Releases: textileio/powergate

v0.6.6

26 Sep 14:53
9fa08a4
Compare
Choose a tag to compare

Changes

🚀 Features

🙏 A big thank you to all the contributors to this release:

@jsign

v0.6.5

26 Sep 11:16
6b57313
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🙏 A big thank you to all the contributors to this release:

@jsign

v0.6.4

26 Sep 10:43
11c9e0f
Compare
Choose a tag to compare

Changes

🚀 Features

  • enable sr2 minerselector by default @jsign (#620)

🙏 A big thank you to all the contributors to this release:

@jsign

v0.6.3

26 Sep 08:42
dfaf944
Compare
Choose a tag to compare

Changes

🚀 Features

  • SR2 miner selector & safer default StorageConfig config @jsign (#614)

🐛 Bug Fixes

🙏 A big thank you to all the contributors to this release:

@asutula and @jsign

v0.6.2 🌈

23 Sep 14:52
c9a807b
Compare
Choose a tag to compare

Changes

  • support urls in ffs stage command @b5 (#606)

🚀 Features

  • Bump default autofund amount & fail fast if not enough balance for autofunding @jsign (#609)

🧰 Maintenance

🙏 A big thank you to all the contributors to this release:

@asutula, @b5 and @jsign

v0.6.1

22 Sep 19:35
4932ffa
Compare
Choose a tag to compare
  • Make default DealStartEpoch be 72hs by default, but tunable via StorageConfig.

v0.6.0

21 Sep 14:52
a928c57
Compare
Choose a tag to compare

This is a release that is highly encouraged to run in the current testnet and soon to be started SR2.
If you're running a previous v0.X version of Powergate, this is a breaking change which implies you should remove your repo folder and start from scratch.

Changes:

  • Use GOVV to generate build tags.
  • Allow using --ffsmasteraddr when running with --devnet tag.
  • Output logs are also saved powd.log file in repo folder.
  • New flag --gatewaybasepath to set the base path in which the gateway will be deployed.
  • Use Bingo for managing tooling.
  • Update deps. (thanks @perfectmak!)
  • Changes serialization of keys of retrievals records (breaking change)
  • Enable pubsub experimental feature in IPFS node.
  • Fix using --ipfsrevproxy with HTTPS DNS endpoint.
  • Improve wallet creation concurrency
  • Slow down indexes to help Lotus with load
  • Increase 'pow ffs create' timeout to upload bigger files
  • Improve Lotus API connectivity by using one client per call scope, instead of a single client per application lifespan.
  • Disable Fault Index until the underlying Lotus API is fixed again.
  • pow ffs stage increased the timeout to upload bigger files.
  • Some miner address exceptions for testnet, to have a better experience making deals.
  • Default FFS storage targets are known miners which are deal-making friendly.
  • Update to latest Go 1.15.1 for Docker builds.
  • Use custom StorageConfig if running in Localnet mode.
  • Update Lotus docker tag to v0.7.0.
  • Add MongoDB support.
  • Improve IPFS HotStorage pinset cache.
  • Default StorageConfig deal duration is set to 1 year.
  • Make reverse proxy unbuffered

v0.6.0-rc8

21 Sep 14:49
a928c57
Compare
Choose a tag to compare
v0.6.0-rc8 Pre-release
Pre-release

Testing new build workflow

v0.6.0-rc7

18 Sep 13:09
585db6f
Compare
Choose a tag to compare
v0.6.0-rc7 Pre-release
Pre-release
  • Set default deal duration to 1 year.
  • Immediately recreate reputation scores on start.

Note: rc6 tag was skipped. A Dockerimage exist but only with the first bullet point of the list above.

v0.6.0-rc5

17 Sep 17:59
da4bd1b
Compare
Choose a tag to compare
  • Bump minimum deal duration two ~1.5 years.