Skip to content

Commit 082a915

Browse files
committed
doc: add 1.26.x notes in 1.26.2 changelog
1 parent 099a754 commit 082a915

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@ The new upgrade epoch is scheduled to be on **epoch `3855360 - 2024-04-24 - 14:0
1919

2020
This patch also includes fixes for node operators who want to index builtin-actor events after the nv22 upgrade. Specifically, it ensures the builtin actor event entries are ordered by insertion order when selected ([#11834](https://github.com/filecoin-project/lotus/pull/11834)). It also includes a couple Lotus-Miner patch fixes, ensuring that SnapDeals works properly and are using the new ProveReplicaUpdate3 message after the network version 22 upgrade, ensuring that DDO-sectors has the correct sector expirations, as well as DDO-sector visibility in the `lotus-miner sectors list` cmd.
2121

22+
## Upgrade Warnings
23+
24+
For users currently on a version of Lotus lower than v1.26.0, please note that **this release requires a minimum Go version of v1.21.7 or higher to successfully build Lotus.**
25+
26+
## v1.26.x Inclusions
27+
28+
See the [v1.26.0](#v1260--2024-03-21) release notes below for inclusions and notes on the v1.26.x series.
29+
30+
* [v13 Builtin Actor Bundle](#v13-builtin-actor-bundle)
31+
* [Migration](#migration)
32+
* [New features](#new-features-1)
33+
* [Tracing API](#tracing-api)
34+
* [Ethereum Tracing API (`trace_block` and `trace_replayBlockTransactions`)](#ethereum-tracing-api-trace_block-and-trace_replayblocktransactions)
35+
* [GetActorEventsRaw and SubscribeActorEventsRaw](#getactoreventsraw-and-subscribeactoreventsraw)
36+
* [Events Configuration Changes](#events-configuration-changes)
37+
* [GetAllClaims and GetAllAlocations](#getallclaims-and-getallalocations)
38+
* [Lotus CLI](#lotus-cli)
39+
40+
#v1260--2024-03-21
2241

2342
# v1.26.1 / 2024-03-27
2443

@@ -94,7 +113,7 @@ For certain node operators, such as full archival nodes or systems that need to
94113
- feat: implement FIP-0063 ([filecoin-project/lotus#11572](https://github.com/filecoin-project/lotus/pull/11572))
95114
- feat: events: Add Lotus APIs to consume smart contract and built-in actor events ([filecoin-project/lotus#11618](https://github.com/filecoin-project/lotus/pull/11618))
96115

97-
## Tracing API
116+
### Tracing API
98117

99118
Replace the `CodeCid` field in the message trace (added in 1.23.4) with an `InvokedActor` field.
100119

0 commit comments

Comments
 (0)