Skip to content

Releases: filecoin-project/lily

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:

v0.8.5

02 Dec 20:12
Compare
Choose a tag to compare

Fix

  • ci and testing deadlines (#776)
  • message task tolerates unexpected params (#780)
  • don't report errors for messages with invalid method (#784)
  • ensembleminimal requires mocker proofs (#790)
  • consider partially completed heights w ERRORs and SKIPs (#791)

Chore

  • bump go and timescale versions for CI tasks (#777)
  • consolidate logger names (#789)

v0.8.4

29 Oct 16:10
v0.8.4
ecdf137
Compare
Choose a tag to compare

Fix

  • msapprovals task supports actors v5 and above (#763)

v0.8.3

26 Oct 01:14
Compare
Choose a tag to compare
docs: v0.8.3 release notes

v0.8.2

25 Oct 16:08
Compare
Choose a tag to compare
docs: update changelog for v0.8.2

v0.8.0

31 Aug 21:42
6670d96
Compare
Choose a tag to compare

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.

v0.7.7

24 Aug 17:06
569322f
Compare
Choose a tag to compare
docs: update change log v0.7.7 (#676)

v0.7.6

24 Aug 16:51
fb47bef
Compare
Choose a tag to compare
doc: update change log for v0.7.6 (#675)