Skip to content

Commit 720ae49

Browse files
authored
chore: update changelog for v1.29.2 (#12550)
chore: update changelog for v1.29.2
1 parent 49d6c8a commit 720ae49

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Lotus changelog
22

33
# UNRELEASED
4-
Add `EthGetBlockReceipts` RPC method to retrieve transaction receipts for a specified block. This method allows users to obtain Ethereum format receipts of all transactions included in a given tipset as specified by its Ethereum block equivalent. ([filecoin-project/lotus#12478](https://github.com/filecoin-project/lotus/pull/12478))
5-
6-
## ☢️ Upgrade Warnings ☢️
7-
8-
- Minimum go-version been updated to v1.22.7 ([filecoin-project/lotus#12459](https://github.com/filecoin-project/lotus/pull/12459))
94

105
## New features
116

@@ -19,13 +14,32 @@ Add `EthGetBlockReceipts` RPC method to retrieve transaction receipts for a spec
1914

2015
- Reduce size of embedded genesis CAR files by removing WASM actor blocks and compressing with zstd. This reduces the `lotus` binary size by approximately 10 MiB. ([filecoin-project/lotus#12439](https://github.com/filecoin-project/lotus/pull/12439))
2116
- Add ChainSafe operated Calibration archival node to the bootstrap list ([filecoin-project/lotus#12517](https://github.com/filecoin-project/lotus/pull/12517))
22-
- Legacy/historical Drand lookups via `StateGetBeaconEntry` now work again for all historical epochs. `StateGetBeaconEntry` now uses the on-chain beacon entries and follows the same rules for historical Drand round matching as `StateGetRandomnessFromBeacon` and the `get_beacon_randomness` FVM syscall. Be aware that there will be some some variance in matching Filecoin epochs to Drand rounds where null Filecoin rounds are involved prior to network version 14. ([filecoin-project/lotus#12428](https://github.com/filecoin-project/lotus/pull/12428)).
2317

2418
## Bug Fixes
2519

2620
## Deps
27-
- chore: bump go-libp2p to v0.35.5 ([filecoin-project/lotus#12511](https://github.com/filecoin-project/lotus/pull/12511))
28-
- chore: bump go-multiaddr-dns to v0.4.0 ([filecoin-project/lotus#12540](https://github.com/filecoin-project/lotus/pull/12540))
21+
22+
# Node v1.29.2 / 2024-10-03
23+
24+
This is the stable release for Lotus node v1.29.2. Key updates in this release include:
25+
26+
- **New API Support:** Added support for `EthGetBlockReceipts` RPC method to retrieve transaction receipts for a specified block. This method allows users to obtain Ethereum format receipts of all transactions included in a given tipset as specified by its Ethereum block equivalent. ([filecoin-project/lotus#12478](https://github.com/filecoin-project/lotus/pull/12478))
27+
- **Dependency Update:** Upgraded go-libp2p to version v0.35.5 ([filecoin-project/lotus#12511](https://github.com/filecoin-project/lotus/pull/12511)), and go-multiaddr-dns to v0.4.0 ([filecoin-project/lotus#12540](https://github.com/filecoin-project/lotus/pull/12540)).
28+
- **Bug Fix:** Legacy/historical Drand lookups via `StateGetBeaconEntry` now work again for all historical epochs. `StateGetBeaconEntry` now uses the on-chain beacon entries and follows the same rules for historical Drand round matching as `StateGetRandomnessFromBeacon` and the `get_beacon_randomness` FVM syscall. Be aware that there will be some some variance in matching Filecoin epochs to Drand rounds where null Filecoin rounds are involved prior to network version 14. ([filecoin-project/lotus#12428](https://github.com/filecoin-project/lotus/pull/12428)).
29+
30+
## ☢️ Upgrade Warnings ☢️
31+
32+
- Minimum go-version been updated to v1.22.7 ([filecoin-project/lotus#12459](https://github.com/filecoin-project/lotus/pull/12459))
33+
34+
## 👨‍👩‍👧‍👦 Contributors
35+
36+
| Contributor | Commits | Lines ± | Files Changed |
37+
|-------------|---------|---------|---------------|
38+
| aarshkshah1992 | 2 | +1753/-662 | 12 |
39+
| Viraj Bhartiya | 1 | +770/-38 | 18 |
40+
| Rod Vagg | 1 | +480/-83 | 14 |
41+
| Phi-rjan | 2 | +20/-13 | 9 |
42+
| Phi | 2 | +6/-25 | 7 |
2943

3044
# Node v1.29.1 / 2024-09-16
3145

0 commit comments

Comments
 (0)