Skip to content

Commit

Permalink
build: release Lotus node v1.29.2 (#12533)
Browse files Browse the repository at this point in the history
* chore: bump version, make gen, make docsgen-cli

chore: bump version, make gen, make docsgen-cli

* chore: bump go-multiaddr-dns to v0.4.0 (#12540)

* chore: bump go-multiaddr-dns version

chore: bump go-multiaddr-dns version

* chore: add changelog entry

chore: add changelog entry

* parse block hash as a free param (#12539)

* chore(build): update minimum go-version (#12459)

* chore(build): update minimum go-version

chore(build): update minimum go-version

* chore: min go-version warning in changelog

chore: min go-version warning in changelog

* chore: update PR-number in changelog

chore: update PR-number in changelog

* chore: update go-version in actors-test

chore: update go-version in actors-test

* chore: update changelog for v1.29.2

chore: update changelog for v1.29.2

---------

Co-authored-by: Aarsh Shah <[email protected]>
  • Loading branch information
rjan90 and aarshkshah1992 authored Oct 3, 2024
1 parent b6394c5 commit 30d9e73
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Lotus changelog

# Node v1.29.2-rc1 / 2024-09-27
# Node v1.29.2 / 2024-10-03

This is the first release candidate for Lotus node v1.29.2. Key updates in this release include:
This is the stable release 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](https:/filecoin-project/lotus/pull/12478))
- **Dependency Update:** Upgraded go-libp2p to version v0.35.5 ([filecoin-project/lotus#12511](https:/filecoin-project/lotus/pull/12511)), and go-multiaddr-dns to v0.4.0 ([filecoin-project/lotus#12540](https:/filecoin-project/lotus/pull/12540)).
Expand All @@ -13,7 +13,17 @@ This is the first release candidate for Lotus node v1.29.2. Key updates in this

## 📝 Changelog

See https:/filecoin-project/lotus/compare/v1.29.1...release/v1.29.2-rc1 for the set of changes since the last release.
See https:/filecoin-project/lotus/compare/v1.29.1...release/v1.29.2 for the set of changes since the last release.

## 👨‍👩‍👧‍👦 Contributors

| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| aarshkshah1992 | 2 | +1753/-662 | 12 |
| Viraj Bhartiya | 1 | +770/-38 | 18 |
| Rod Vagg | 1 | +480/-83 | 14 |
| Phi-rjan | 2 | +20/-13 | 9 |
| Phi | 2 | +6/-25 | 7 |

# Node v1.29.1 / 2024-09-16

Expand Down
2 changes: 1 addition & 1 deletion build/openrpc/full.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.29.2-rc1"
"version": "1.29.2"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/openrpc/gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.29.2-rc1"
"version": "1.29.2"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/openrpc/miner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.29.2-rc1"
"version": "1.29.2"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/openrpc/worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.29.2-rc1"
"version": "1.29.2"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// NodeBuildVersion is the local build version of the Lotus daemon
const NodeBuildVersion string = "1.29.2-rc1"
const NodeBuildVersion string = "1.29.2"

func NodeUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.29.2-rc1
1.29.2
COMMANDS:
daemon Start a lotus daemon process
Expand Down

0 comments on commit 30d9e73

Please sign in to comment.