Releases: filecoin-project/lily
v0.11.0
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
What's Changed
Full Changelog: v0.11.0-rc1...v0.11.0-rc2
v0.11.0-rc1
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
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
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
What's Changed
- Lily distributed worker pattern by @frrist in #929
- refactor: simplify job cli by @frrist in #944
- fix: include parsed_message task in alias by @frrist in #951
- fix: panic in index worker on nill error check by @frrist in #950
- deps: import latest HAMT version w/ parallel diffing by @frrist in #952
- deps: update go-amt-ipld w/ parallel diffing by @frrist in #953
- deps: update to [email protected] by @frrist in #954
- fix: market_deal_proposal label field doesn't contain null characters by @frrist in #957
- chore(help): Adjust help models-list width by @placer14 in #959
- refactor: add notifier and worker config by @frrist in #955
- deps: update urfave/cli to latest version by @frrist in #965
- fix: ensure tipsetwork starting and stopping work by @frrist in #963
- docs: write v0.10.0 changelog by @frrist in #967
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
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
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
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
- @paulip1792 made their first contribution in #890
Full Changelog:
v0.8.6
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: