Releases: filecoin-project/lily
Releases · filecoin-project/lily
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:
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.0
This is a major release. The project name has changed from sentinel-visor
to lily
, the binary
produced when building the project has changed from visor
to lily
, and all lenses have been removed.
This means lily will cease to work with the lotusAPI lens, CAR-file lens, and Repo lens. Henceforth, Lily
will run as a daemonized process capable of both syncing and processing the Filecoin blockchain.