Skip to content

Commit e465997

Browse files
authored
docs: v0.12.0 changelog (#1059)
* docs: v0.12.0 changelog
1 parent 67f4ec8 commit e465997

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes should trigger an increment to the major version. Features increment the minor version and fixes or other changes increment the patch number.
77

8+
<a name="v0.12.0"></a>
9+
## [v0.12.0] - 2022-09-07
10+
11+
## DATABASE MIGRATION
12+
13+
This release includes a migration which must be applied before deploying against an existing database.
14+
* [1.8](https://github.com/filecoin-project/lily/blob/v0.12.0/schemas/v1/8_vm_messages.go)
15+
* [1.9](https://github.com/filecoin-project/lily/blob/master/schemas/v1/9_miner_protocols.go)
16+
17+
### Feat
18+
* implement vm message extraction [#1027](https://github.com/filecoin-project/lily/pull/1027)
19+
* task name `vm_messages`
20+
* requires migration
21+
* requires LOTUS_VM_ENABLE_TRACING=1 to be set on daemon executing task
22+
* implement miner protocol survey task [#1048](https://github.com/filecoin-project/lily/pull/1048)
23+
* task name `minerprotocols`
24+
* requires migration
25+
* for use with the survey command.
26+
* add method for finding oldest state and computing state [#1038](https://github.com/filecoin-project/lily/pull/1038)
27+
* commands:
28+
* `$ lily chain state-inspect`
29+
* `$ lily chain state-compute-range`
30+
* `$ lily chain state-compute`
31+
* command to print actor CID's and version [#1026](https://github.com/filecoin-project/lily/pull/1026)
32+
* command: `$ lily chain actor-codes`
33+
* tipSetWorker accepts all storage systems [#1035](https://github.com/filecoin-project/lily/pull/1035)
34+
* update docker-compose to use lily worker pattern [#1044](https://github.com/filecoin-project/lily/pull/1044)
35+
36+
37+
### Fix
38+
* extract miner sector state changes [#1058](https://github.com/filecoin-project/lily/pull/1032)
39+
* improves accuracy of `miner_sector_events` task
40+
* replace ExecutedAndBlockMessages with individual methods [#1040](https://github.com/filecoin-project/lily/pull/1040)
41+
* improves accuracy and performance of all message and receipt related tasks
42+
43+
### Chore
44+
* lotus v1.17.0 [#1037](https://github.com/filecoin-project/lily/pull/1037)
45+
* upgrade docker engine [#1047](https://github.com/filecoin-project/lily/pull/1047)
46+
* removed unused gas calc from parsedmessages [#1056](https://github.com/filecoin-project/lily/pull/1056)
47+
* use web3.storage gateway [#1051](https://github.com/filecoin-project/lily/pull/1051)
48+
* prevent MinerSectorEvent panic on empty SectorStateEvents [#1053](https://github.com/filecoin-project/lily/pull/1053)
49+
* handle vm message param and return parsing [#1057](https://github.com/filecoin-project/lily/pull/1057)
50+
* correct column comment on vm_messages [#1058](https://github.com/filecoin-project/lily/pull/1058)
51+
852
<a name="v0.11.0"></a>
953
## [v0.11.0] - 2022-06-05
1054

0 commit comments

Comments
 (0)