Skip to content

Commit 446c600

Browse files
authored
release v1.27.1 (#643)
* release v1.27.1 * update version in docs
1 parent 54a45db commit 446c600

File tree

11 files changed

+305
-532
lines changed

11 files changed

+305
-532
lines changed

build/openrpc/curio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.2.6",
33
"info": {
44
"title": "Curio RPC API",
5-
"version": "1.27.0"
5+
"version": "1.27.1"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func BuildTypeString() string {
4141
}
4242

4343
// Intent: Major.Network.Patch
44-
var BuildVersionArray = [3]int{1, 27, 0}
44+
var BuildVersionArray = [3]int{1, 27, 1}
4545

4646
// RC
4747
var BuildVersionRC = 0

cmd/curio/internal/translations/catalog.go

Lines changed: 290 additions & 331 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/curio/internal/translations/locales/en/out.gotext.json

Lines changed: 0 additions & 187 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,193 +1547,6 @@
15471547
],
15481548
"fuzzy": true
15491549
},
1550-
{
1551-
"id": "The Curio team wants to improve the software you use. Tell the team you're using `{Curio}`.",
1552-
"message": "The Curio team wants to improve the software you use. Tell the team you're using `{Curio}`.",
1553-
"translation": "The Curio team wants to improve the software you use. Tell the team you're using `{Curio}`.",
1554-
"translatorComment": "Copied from source.",
1555-
"placeholders": [
1556-
{
1557-
"id": "Curio",
1558-
"string": "%[1]s",
1559-
"type": "string",
1560-
"underlyingType": "string",
1561-
"argNum": 1,
1562-
"expr": "\"curio\""
1563-
}
1564-
],
1565-
"fuzzy": true
1566-
},
1567-
{
1568-
"id": "Select what you want to share with the Curio team.",
1569-
"message": "Select what you want to share with the Curio team.",
1570-
"translation": "Select what you want to share with the Curio team.",
1571-
"translatorComment": "Copied from source.",
1572-
"fuzzy": true
1573-
},
1574-
{
1575-
"id": "Individual Data: Miner ID, Curio version, chain ({Mainnet} or {Calibration}). Signed.",
1576-
"message": "Individual Data: Miner ID, Curio version, chain ({Mainnet} or {Calibration}). Signed.",
1577-
"translation": "Individual Data: Miner ID, Curio version, chain ({Mainnet} or {Calibration}). Signed.",
1578-
"translatorComment": "Copied from source.",
1579-
"placeholders": [
1580-
{
1581-
"id": "Mainnet",
1582-
"string": "%[1]s",
1583-
"type": "string",
1584-
"underlyingType": "string",
1585-
"argNum": 1,
1586-
"expr": "\"mainnet\""
1587-
},
1588-
{
1589-
"id": "Calibration",
1590-
"string": "%[2]s",
1591-
"type": "string",
1592-
"underlyingType": "string",
1593-
"argNum": 2,
1594-
"expr": "\"calibration\""
1595-
}
1596-
],
1597-
"fuzzy": true
1598-
},
1599-
{
1600-
"id": "Aggregate-Anonymous: version, chain, and Miner power (bucketed).",
1601-
"message": "Aggregate-Anonymous: version, chain, and Miner power (bucketed).",
1602-
"translation": "Aggregate-Anonymous: version, chain, and Miner power (bucketed).",
1603-
"translatorComment": "Copied from source.",
1604-
"fuzzy": true
1605-
},
1606-
{
1607-
"id": "Hint: I am someone running Curio on whichever chain.",
1608-
"message": "Hint: I am someone running Curio on whichever chain.",
1609-
"translation": "Hint: I am someone running Curio on whichever chain.",
1610-
"translatorComment": "Copied from source.",
1611-
"fuzzy": true
1612-
},
1613-
{
1614-
"id": "Nothing.",
1615-
"message": "Nothing.",
1616-
"translation": "Nothing.",
1617-
"translatorComment": "Copied from source.",
1618-
"fuzzy": true
1619-
},
1620-
{
1621-
"id": "Error getting miner power: {Error}",
1622-
"message": "Error getting miner power: {Error}",
1623-
"translation": "Error getting miner power: {Error}",
1624-
"translatorComment": "Copied from source.",
1625-
"placeholders": [
1626-
{
1627-
"id": "Error",
1628-
"string": "%[1]s",
1629-
"type": "string",
1630-
"underlyingType": "string",
1631-
"argNum": 1,
1632-
"expr": "err.Error()"
1633-
}
1634-
],
1635-
"fuzzy": true
1636-
},
1637-
{
1638-
"id": "Error marshalling message: {Error}",
1639-
"message": "Error marshalling message: {Error}",
1640-
"translation": "Error marshalling message: {Error}",
1641-
"translatorComment": "Copied from source.",
1642-
"placeholders": [
1643-
{
1644-
"id": "Error",
1645-
"string": "%[1]s",
1646-
"type": "string",
1647-
"underlyingType": "string",
1648-
"argNum": 1,
1649-
"expr": "err.Error()"
1650-
}
1651-
],
1652-
"fuzzy": true
1653-
},
1654-
{
1655-
"id": "Error getting miner info: {Error}",
1656-
"message": "Error getting miner info: {Error}",
1657-
"translation": "Error getting miner info: {Error}",
1658-
"translatorComment": "Copied from source.",
1659-
"placeholders": [
1660-
{
1661-
"id": "Error",
1662-
"string": "%[1]s",
1663-
"type": "string",
1664-
"underlyingType": "string",
1665-
"argNum": 1,
1666-
"expr": "err.Error()"
1667-
}
1668-
],
1669-
"fuzzy": true
1670-
},
1671-
{
1672-
"id": "Error signing message: {Error}",
1673-
"message": "Error signing message: {Error}",
1674-
"translation": "Error signing message: {Error}",
1675-
"translatorComment": "Copied from source.",
1676-
"placeholders": [
1677-
{
1678-
"id": "Error",
1679-
"string": "%[1]s",
1680-
"type": "string",
1681-
"underlyingType": "string",
1682-
"argNum": 1,
1683-
"expr": "err.Error()"
1684-
}
1685-
],
1686-
"fuzzy": true
1687-
},
1688-
{
1689-
"id": "Error sending message: {Error}",
1690-
"message": "Error sending message: {Error}",
1691-
"translation": "Error sending message: {Error}",
1692-
"translatorComment": "Copied from source.",
1693-
"placeholders": [
1694-
{
1695-
"id": "Error",
1696-
"string": "%[1]s",
1697-
"type": "string",
1698-
"underlyingType": "string",
1699-
"argNum": 1,
1700-
"expr": "err.Error()"
1701-
}
1702-
],
1703-
"fuzzy": true
1704-
},
1705-
{
1706-
"id": "Error sending message: Status {Status}, Message:",
1707-
"message": "Error sending message: Status {Status}, Message:",
1708-
"translation": "Error sending message: Status {Status}, Message:",
1709-
"translatorComment": "Copied from source.",
1710-
"placeholders": [
1711-
{
1712-
"id": "Status",
1713-
"string": "%[1]s",
1714-
"type": "string",
1715-
"underlyingType": "string",
1716-
"argNum": 1,
1717-
"expr": "resp.Status"
1718-
},
1719-
{
1720-
"id": "Stringb",
1721-
"string": "%[2]v",
1722-
"type": "string",
1723-
"underlyingType": "string",
1724-
"argNum": 2,
1725-
"expr": "string(b)"
1726-
}
1727-
],
1728-
"fuzzy": true
1729-
},
1730-
{
1731-
"id": "Message sent.",
1732-
"message": "Message sent.",
1733-
"translation": "Message sent.",
1734-
"translatorComment": "Copied from source.",
1735-
"fuzzy": true
1736-
},
17371550
{
17381551
"id": "Documentation:",
17391552
"message": "Documentation:",

docker/curio/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ ! -f $CURIO_REPO_PATH/.init.curio ]; then
2525
if [ ! -f $CURIO_REPO_PATH/.init.setup ]; then
2626
export DEFAULT_WALLET=`lotus wallet default`
2727
echo Create a new miner actor ...
28-
sptool --actor t01000 actor new-miner --owner $DEFAULT_WALLET --worker $DEFAULT_WALLET --send $DEFAULT_WALLET 8MiB
28+
sptool --actor t01000 actor new-miner --owner $DEFAULT_WALLET --worker $DEFAULT_WALLET --from $DEFAULT_WALLET --sector-size 8MiB --confidence 1
2929
touch $CURIO_REPO_PATH/.init.setup
3030
fi
3131

documentation/en/curio-cli/curio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
curio [global options] command [command options]
88
99
VERSION:
10-
1.27.0
10+
1.27.1
1111
1212
COMMANDS:
1313
cli Execute cli commands

documentation/en/curio-cli/sptool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
sptool [global options] command [command options]
88
99
VERSION:
10-
1.27.0
10+
1.27.1
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

documentation/en/versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ This is the compatibility matrix for the latest free Curio releases.
1616
| v1.25.0 | v1.32.2 | Mainnet | NA | v2024.2 / Automatic | 0.25 / Automatic |
1717
| v1.25.1 | v1.33.0 | Mainnet | NA | v2024.2 / Automatic | 0.26 / Automatic |
1818
| v1.26.0 | v1.33.1 | Mainnet | NA | v2024.2 / Automatic | 0.26 / Automatic |
19-
| v1.27.0 | v1.34.0-rcX | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
19+
| v1.27.0 | v1.34.0 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
20+
| v1.27.1 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
2021

2122
{% hint style="danger" %}
2223
Releases in <mark style="color:red;">red color</mark> are **not recommended**. Please proceed with the next stable release.

extern/filecoin-ffi

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/etclabscore/go-openrpc-reflect v0.0.37
1919
github.com/ethereum/go-ethereum v1.15.0
2020
github.com/fatih/color v1.18.0
21-
github.com/filecoin-project/filecoin-ffi v1.33.1-dev
21+
github.com/filecoin-project/filecoin-ffi v1.34.0
2222
github.com/filecoin-project/go-address v1.2.0
2323
github.com/filecoin-project/go-bitfield v0.2.4
2424
github.com/filecoin-project/go-cbor-util v0.0.2
@@ -30,9 +30,9 @@ require (
3030
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0
3131
github.com/filecoin-project/go-jsonrpc v0.8.0
3232
github.com/filecoin-project/go-padreader v0.0.1
33-
github.com/filecoin-project/go-state-types v0.17.0-dev2
33+
github.com/filecoin-project/go-state-types v0.17.0
3434
github.com/filecoin-project/go-statestore v0.2.0
35-
github.com/filecoin-project/lotus v1.34.0-rc2
35+
github.com/filecoin-project/lotus v1.34.1
3636
github.com/filecoin-project/specs-actors/v2 v2.3.6
3737
github.com/filecoin-project/specs-actors/v5 v5.0.6
3838
github.com/filecoin-project/specs-actors/v6 v6.0.2

0 commit comments

Comments
 (0)