Skip to content

Commit 852e26b

Browse files
authored
changelog: write v0.13.0 changelog (#1096)
1 parent 56e9595 commit 852e26b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ 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.13.0"></a>
9+
## [v0.13.0] - 2022-11-28
10+
11+
## DATABASE MIGRATION
12+
13+
This release includes a migration which must be applied before deploying against an existing database.
14+
* [1.10](https://github.com/filecoin-project/lily/blob/v0.12.0/schemas/v1/10_miner_precommit_v9.go)
15+
* [1.11](https://github.com/filecoin-project/lily/blob/v0.13.0/schemas/v1/11_miner_beneficiary.go)
16+
* [1.12](https://github.com/filecoin-project/lily/blob/v0.13.0/schemas/v1/12_datacap_balance.go)
17+
18+
### Feat
19+
* upgrade to lotus v1.18.0 with support for network version 17 ([#1080](https://github.com/filecoin-project/lily/pull/1080))
20+
* implement precommitinfov9 task and schema
21+
* task name `miner_pre_commit_info`
22+
* requires migration [1.10](https://github.com/filecoin-project/lily/blob/v0.12.0/schemas/v1/10_miner_precommit_v9.go)
23+
* parses and persists changes to miner PreCommit structure in nv17
24+
* implement miner beneficiary task and schema
25+
* task name `miner_beneficiary`
26+
* requires migration [1.11](https://github.com/filecoin-project/lily/blob/v0.13.0/schemas/v1/11_miner_beneficiary.go)
27+
* parses and persists miner beneficiary address added to miner info in nv17
28+
* implement datacap balance task and schema
29+
* task name `data_cap_balance`
30+
* requires migration [1.12](https://github.com/filecoin-project/lily/blob/v0.13.0/schemas/v1/12_datacap_balance.go)
31+
* parses and persists datacap actor balances from singleton datacap actor in nv17
32+
33+
### Fix
34+
* metrics & debugging link ([#1070](https://github.com/filecoin-project/lily/pull/1070))
35+
* use bitfield.MultiMerge to improve LoadSectorState performance ([#1086](https://github.com/filecoin-project/lily/pull/1086))
36+
* don't parse VM messages whose parent failed to apply ([#1091](https://github.com/filecoin-project/lily/pull/1091))
37+
* remove actor code mapping ([#1087](https://github.com/filecoin-project/lily/pull/1087))
38+
39+
### Chore
40+
* fix metric name ([#1085](https://github.com/filecoin-project/lily/pull/1085))
41+
* create docker images for commits in `cd/staging` ([#1090](https://github.com/filecoin-project/lily/pull/1090))
42+
843
<a name="v0.12.0"></a>
944
## [v0.12.0] - 2022-09-07
1045

0 commit comments

Comments
 (0)