From ad6ddcb5902d17997f824089045bf79a94df7aeb Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Mon, 14 Jun 2021 21:44:03 -0400 Subject: [PATCH 1/3] update lotus version to v1.10.0-rc3 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 2fb070853..cf53219d8 100644 --- a/build/version.go +++ b/build/version.go @@ -29,7 +29,7 @@ func buildType() string { } // BuildVersion is the local build version, set by build system -const BuildVersion = "1.10.0-rc2" +const BuildVersion = "1.10.0-rc3" func UserVersion() string { return BuildVersion + buildType() + CurrentCommit From 9d7f94bc67b92d1fbe6d68283ad4cffc1c8d36cc Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Mon, 14 Jun 2021 22:02:00 -0400 Subject: [PATCH 2/3] make gen happy --- build/openrpc/full.json.gz | Bin 22811 -> 22811 bytes build/openrpc/miner.json.gz | Bin 8066 -> 8066 bytes build/openrpc/worker.json.gz | Bin 2578 -> 2578 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index 388ae30271184f5d05b85a9b83010946b4c009d2..13a431803af44f680aec5369493ee23b7fbc7d5b 100644 GIT binary patch delta 23 fcmbQeiE;KO#tGewaT|NuBRC#3EoM@!VPOCOcgP6m delta 23 fcmbQeiE;KO#tGewc^iA$BRFg;E=sD_urL4sbkPWp diff --git a/build/openrpc/miner.json.gz b/build/openrpc/miner.json.gz index a712e6abe57b5275b9cded86927e5de83c42189f..c9dcd099c6ac4bf41f173b01ffc95c82f961aa12 100644 GIT binary patch delta 20 ccmZp&Z?d1z$@q0+*GD;a<=5+$^fNL50AR=n(*OVf delta 20 ccmZp&Z?d1z$@pbs*GD<_*{eC1^fNL50AET7WdHyG diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index d8087c424125941d1480d3fd164a8589628ab2d0..85a2c6aa5e6c2bc184ba4f5795ab61d4cc589e73 100644 GIT binary patch delta 21 dcmbOvGD&1Y6J!6z=5|hwy(drnVX9_e003Wl2!a3r delta 21 ccmbOvGD&1Y6Jz_v=5|gF$&jQJrfLQT08v{8V*mgE From a79e6cb8c5bac943a00976bff0729d21a19c82f5 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Mon, 14 Jun 2021 22:16:00 -0400 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc1b98e4..a3359a29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Lotus changelog -# 1.10.0-rc2 / 2021-06-09 +# 1.10.0-rc3 / 2021-06-11 -This is the second release candidate for Lotus v1.10.0, an upcoming mandatory release of Lotus that will introduce Filecoin network v13. Included in the new network version are the following FIPs: +> Note: If you are running a lotus miner, check out the doc [here](https://docs.filecoin.io/mine/lotus/miner-configuration/#precommitsectorsbatch) for new lotus miner configurations explanations of the new features! + +This is the third release candidate for Lotus v1.10.0, an upcoming mandatory release of Lotus that will introduce Filecoin network v13. Included in the new network version are the following FIPs: - [FIP-0008](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0008.md): Add miner batched sector pre-commit method - [FIP-0011](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0011.md): Remove reward auction from reporting consensus faults