Skip to content

v1.3.2

Compare
Choose a tag to compare
@codefather-filestar codefather-filestar released this 28 Jun 07:40
· 118 commits to master since this release

This is an optional release of Filestar that upgrades Lotus dependencies, and includes many performance enhancements, bugfixes, and UX improvements.

Changes

bug fix

  • fix badger double open on daemon --import-snapshot; chainstore lifecycle (0a0273f)
  • update bitswap to fix an initialization race that could panic (96029e9)
  • upgrade go-data-transfer to fix cid recording issue (2c087bc)
  • Fix MaxSealingSectrosForDeals getting reset to 0 (66bf77d)
  • fix get sector nil pointer bug (cbd4eb8)
  • storagefsm: Fix expired ticket retry loop (bda65cc)
  • Fix actor not found in chain inspect-usage (f1bfd79)
  • fix wallet delete address where address is default (727eb16)
  • Fix helptext for verified-deal default in client deal (e3ee926)
  • fix: avoid potential hang when starting event listener (8ddbbb6)
  • remove old cache before SealPreCommitPhase2 (6193a60)
  • ipfsbstore: Fix has for non-existing blocks (4c9c096)
  • Update go-jsonrpc fixing websocket reconnecting (26b4e37)
  • Fix bootstrapper profile setting (3c48faa)

improvements

  • Speed up worker key retrieval (d0177d5)
  • Check (pre)commit receipt before other checks in failed states (a84fa93)
  • wdpost: Retry proofs if we generate an incorrect one (b056753)
  • Allow multisigs to be set as miner owner address (aa639cd)
  • Improve error message with importing a chain (6bb2542)

cmd/api

  • support --by-ping for client list-asks (cca6152)
  • support --slow for lotus-miner proving check (06c4c1b)