Skip to content

Releases: filecoin-project/lily

v0.11.0

05 Jul 23:25
a128636
Compare
Choose a tag to compare

What's Changed

  • test: implement miner sector event extractor tests by @frrist in #999
  • fix: prevent panic on parent miner state nil by @frrist in #1013
  • chore: add output flag to sync status command by @kasteph in #1010
  • fix: allow tasks to be retired with block not found by @frrist in #1016
  • Support network version 16 by @frrist in #988
  • docs: write v0.11.0 changelog by @frrist in #1019

CHANGELOG.md
Full Changelog: v0.10.1...v0.11.0

v0.11.0-rc2

05 Jul 22:42
2efb5f7
Compare
Choose a tag to compare
v0.11.0-rc2 Pre-release
Pre-release

What's Changed

  • fix: many incorrect pointer equality comparisons by @frrist in #1018

Full Changelog: v0.11.0-rc1...v0.11.0-rc2

v0.11.0-rc1

04 Jul 22:40
Compare
Choose a tag to compare
v0.11.0-rc1 Pre-release
Pre-release

What's Changed

  • test: implement miner sector event extractor tests by @frrist in #999
  • fix: prevent panic on parent miner state nil by @frrist in #1013
  • chore: add output flag to sync status command by @kasteph in #1010
  • fix: allow tasks to be retired with block not found by @frrist in #1016

Full Changelog: v0.10.1...v0.11.0-rc1

v0.10.1

29 Jun 00:09
9432089
Compare
Choose a tag to compare

IMPORTANT!

This release fixes a bug which causes data to be lost. This bug was introduced in v0.9.0 and may require special attention around production of certain miner-based datasets. You can find details of the bug in #997 along with their associated fixes. If you rely on your own Lily instances AND HAVE DEPLOYED Lily v0.9.0, we recommend updating to v0.10.1 or later. With v0.10.1, you may lily walk the epochs which were produced by v0.9.0 and Lily will fill in the missing data.

The following datasets are affected:

miner_sector_infos_v7
miner_sector_infos
miner_sector_deals
miner_locked_funds

What's Changed

  • deps: update go-amt-ipld version by @frrist in #974
  • deps: update lotus and ffi versions by @frrist in #973
  • fix: job wait respects Ctrl-C by @frrist in #976
  • chore: reject invalid tasks on client by @frrist in #975
  • chore: improve distributed indexing metrics and logging by @frrist in #981
  • test: implement index manager tests by @frrist in #982
  • Unify dev and CI linting by @frrist in #990
  • fix: register MinerLockedFunds extractor by @frrist in #996
  • test: Implement unit testing for miner sector deals extraction by @frrist in #994
  • chore: allow make test to just work by @frrist in #995
  • test: implement tasktype and state processor tests by @frrist in #998
  • chore: Update CHANGELOG.md for v0.10.1 by @placer14 in #1005
  • fix test failures in ci by @frrist in #1003
  • chore: walk test uses in memory storage by @frrist in #1000
  • fix: create asynq inspector by @frrist in #1011
  • chore: update changelog for v0.10.1 by @frrist in #1012

CHANGELOG.md
Full Changelog: v0.10.0...v0.10.1

v0.10.1-rc1

20 Jun 19:14
Compare
Choose a tag to compare
v0.10.1-rc1 Pre-release
Pre-release

What's Changed

  • deps: update go-amt-ipld version by @frrist in #974
  • deps: update lotus and ffi versions by @frrist in #973
  • fix: job wait respects Ctrl-C by @frrist in #976
  • chore: reject invalid tasks on client by @frrist in #975
  • chore: improve distributed indexing metrics and logging by @frrist in #981
  • test: implement index manager tests by @frrist in #982
  • Unify dev and CI linting by @frrist in #990
  • fix: register MinerLockedFunds extractor by @frrist in #996

Full Changelog: v0.10.0...v0.10.1-rc1

v0.10.0

25 May 18:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0
CHANGELOG.md: https://github.com/filecoin-project/lily/blob/v0.10.0/CHANGELOG.md#v0100---2022-05-23

v0.9.0

26 Apr 16:48
da4a88a
Compare
Choose a tag to compare

What's Changed

  • Add job name to TipsetHeight metric by @s0nik42 in #918
  • docs: update links to docs site by @kasteph in #923
  • fix: get missing tasks for each height. by @kasteph in #884
  • Indexer Refactor feature branch by @frrist in #869
  • deps: update to lotus v1.15.1 by @frrist in #928
  • chore: set sane default for watcher workers by @frrist in #935
  • fix: include model in error when persist fails by @frrist in #939
  • fix: prevent lily from running with incompatible schema by @frrist in #910

New Contributors

Full Changelog:

v0.8.8

11 Mar 21:01
Compare
Choose a tag to compare

What's Changed

  • chore(ci): Adjust comments; Fix autodeploy regexs by @placer14 in #895
  • fix: state cache falls through to slow path on error by @iand in #885
  • chore: Dockerfiles are no longer included in make clean by @placer14 in #896
  • fix: track dealID's of snapped sector by @frrist in #901
  • fix: return error when to and from are invalid by @frrist in #906
  • fix(schema): Rollback v15 ProveCommitAggregate param schema to match by @placer14 in #907

Full Changelog: v0.8.7...v0.8.8

v0.8.7

07 Mar 21:42
a280e30
Compare
Choose a tag to compare

What's Changed

  • fix: wrong use of fallthrough in marshalling paramWrapperType by @paulip1792 in #890
  • fix: avoid panic on reflected param parsing code by @frrist in #888
  • fix: avoid custom marshal for zero and invalid values by @frrist in #893

New Contributors

Full Changelog:

v0.8.6

25 Feb 23:23
Compare
Choose a tag to compare

What's Changed

  • fix: ignore message parse errors for failed messages with unknown actor addresses by @iand in #806
  • feat(job): add job waiting option by @frrist in #785
  • Add block and actor caches by @iand in #766
  • fix: daemon help and config log by @frrist in #813
  • improve tracing data and include lotus tracing by @frrist in #794
  • fix: panic due to res.Task being nil for skips by @frrist in #814
  • polish: replace ported state diff with lotus actor registry by @frrist in #799
  • Generic in memory lily testing via vectors by @frrist in #811
  • fix: add integration test build flag by @frrist in #827
  • deps: update to go1.17.6 by @frrist in #822
  • implement wrapper type for custom message param json marshalling by @frrist in #821
  • fix: pass correct tipset to getTransactionIfApplied by @frrist in #829
  • chore: add InternalParsedMessage to schema compatibility checklist by @iand in #833
  • polish: add method to get csv headers for model by @iand in #834
  • fix: sanitize illegal utf8 in market deal proposal labels by @iand in #844
  • fix(docker): Docker image build versions are no longer "dirty" by @placer14 in #835
  • fix(docker): Update docker base image for prod; Fix libc mismatch by @placer14 in #848
  • fix: error marshalling in processing reports by @frrist in #855
  • Set default log level to info. Resolves #703 by @kasteph in #870
  • return an error when --to and --from are reversed. Resolves #818 by @kasteph in #872
  • Document --bootstrap flag in daemon command. by @kasteph in #873
  • feat: set log level with regular expression by @frrist in #876
  • feat(ci): Continuous deployment for tags and deploy branches by @placer14 in #868
  • Update to lotus 1.14.1 & specs-actors 7.0.0 by @frrist in #823
  • chore: write v0.8.6 change log by @frrist in #881
  • fix: persisting miner task results with nil models by @frrist in #882
  • docs: update change log with miner fix by @frrist in #883

New Contributors

Full Changelog: