Skip to content

Commit

Permalink
build: release Lotus node v1.29.0 (#12422)
Browse files Browse the repository at this point in the history
* build: release v1.29.0

build: release v1.29.0

* fix: add line break before H3

fix: add line break before H3

* fix: update changelog with missing entries

fix: update changelog with missing entries

* fix: update reference to correct PR number

fix: update reference to correct PR number

* fix(release): update date in changelog

fix(release): update date in changelog

* fix: add upgradedwarning about historic `StateGetBeaconEntry`

fix: add upgrade warning about historic `StateGetBeaconEntry`
  • Loading branch information
rjan90 committed Sep 2, 2024
1 parent e31e4e8 commit 3eb80d4
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 6 deletions.
177 changes: 177 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.1-dev"
"version": "1.29.0"
},
"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.1-dev"
"version": "1.29.0"
},
"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.1-dev"
"version": "1.29.0"
},
"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.1-dev"
"version": "1.29.0"
},
"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.1-dev"
const NodeBuildVersion string = "1.29.0"

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.1-dev
1.29.0
COMMANDS:
daemon Start a lotus daemon process
Expand Down

0 comments on commit 3eb80d4

Please sign in to comment.