Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/openrpc/curio.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Curio RPC API",
"version": "1.27.1"
"version": "1.27.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 @@ -41,7 +41,7 @@ func BuildTypeString() string {
}

// Intent: Major.Network.Patch
var BuildVersionArray = [3]int{1, 27, 1}
var BuildVersionArray = [3]int{1, 27, 2}

// RC
var BuildVersionRC = 0
Expand Down
519 changes: 260 additions & 259 deletions cmd/curio/internal/translations/catalog.go

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cmd/curio/internal/translations/locales/en/out.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -2027,9 +2027,9 @@
"fuzzy": true
},
{
"id": "32 GiB",
"message": "32 GiB",
"translation": "32 GiB",
"id": "32 GiB (recommended for mainnet)",
"message": "32 GiB (recommended for mainnet)",
"translation": "32 GiB (recommended for mainnet)",
"translatorComment": "Copied from source.",
"fuzzy": true
},
Expand Down Expand Up @@ -2607,7 +2607,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"mig-\" + curioCfg.Addresses[0].MinerAddresses[0]"
"expr": "\"mig-\" + curioCfg.Addresses.Get()[0].MinerAddresses[0]"
}
],
"fuzzy": true
Expand Down
Loading