v1.29.2-rc1
Pre-release
Pre-release
github-actions
released this
27 Sep 13:29
·
4 commits
to refs/heads/release/v1.29.2
since this release
This is the first release candidate for Lotus node v1.29.2. Key updates in this release include:
- 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) - Dependency Update: Upgraded go-libp2p to version v0.35.5 (filecoin-project/lotus#12511)
- 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 asStateGetRandomnessFromBeacon
and theget_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).
📝 Changelog
See v1.29.1...release/v1.29.2-rc1 for the set of changes since the last release.