Merge pull request #8588 from filecoin-project/jen/v11523
build: release: v1.15.2-rc3
This commit is contained in:
commit
cfe201450c
@ -388,7 +388,6 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: restore cargo cache
|
name: restore cargo cache
|
||||||
key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
|
key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
|
||||||
- install-deps
|
|
||||||
- run:
|
- run:
|
||||||
command: make build
|
command: make build
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
@ -996,11 +995,7 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- build-debug
|
- build-debug
|
||||||
- build-all:
|
- build-all
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
|
||||||
- build-ntwk-calibration:
|
- build-ntwk-calibration:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
@ -1012,14 +1007,7 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-lotus-soup
|
- build-lotus-soup
|
||||||
- build-macos:
|
- build-macos
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
ignore:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
|
||||||
- build-appimage:
|
- build-appimage:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
|
@ -388,7 +388,6 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: restore cargo cache
|
name: restore cargo cache
|
||||||
key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
|
key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
|
||||||
- install-deps
|
|
||||||
- run:
|
- run:
|
||||||
command: make build
|
command: make build
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
@ -801,11 +800,7 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- build-debug
|
- build-debug
|
||||||
- build-all:
|
- build-all
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
|
||||||
- build-ntwk-calibration:
|
- build-ntwk-calibration:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
@ -817,14 +812,7 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-lotus-soup
|
- build-lotus-soup
|
||||||
- build-macos:
|
- build-macos
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
ignore:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
|
||||||
- build-appimage:
|
- build-appimage:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,6 +41,7 @@ build/paramfetch.sh
|
|||||||
/darwin
|
/darwin
|
||||||
/linux
|
/linux
|
||||||
*.snap
|
*.snap
|
||||||
|
build/builtin-actors
|
||||||
|
|
||||||
*-fuzz.zip
|
*-fuzz.zip
|
||||||
/chain/types/work_msg/
|
/chain/types/work_msg/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Lotus changelog
|
# Lotus changelog
|
||||||
|
|
||||||
# 1.15.2-rc2 / 2022-05-02
|
# 1.15.2-rc3 / 2022-05-03
|
||||||
|
|
||||||
This is the second release candidate of the next highly recommended feature release v1.15.2. This feature release introduces many new features and for SPs, including PoSt workers, sealing scheduler, snap deal queue and so on.
|
This is the third release candidate of the next highly recommended feature release v1.15.2. This feature release introduces many new features and for SPs, including PoSt workers, sealing scheduler, snap deal queue and so on.
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
### ❣️❣️❣️ PoSt Workers ❣️❣️❣️
|
### ❣️❣️❣️ PoSt Workers ❣️❣️❣️
|
||||||
@ -85,7 +85,9 @@ The Filecoin Network introduced Snap Deal with the network v15 OhSnap upgrade, a
|
|||||||
- fix: sealing: FinalizeSector doesn't need sealed replica access ([filecoin-project/lotus#8337](https://github.com/filecoin-project/lotus/pull/8337))
|
- fix: sealing: FinalizeSector doesn't need sealed replica access ([filecoin-project/lotus#8337](https://github.com/filecoin-project/lotus/pull/8337))
|
||||||
- fix: cli: add ArgsUsage field to clientGetDealCmd ([filecoin-project/lotus#8241](https://github.com/filecoin-project/lotus/pull/8241))
|
- fix: cli: add ArgsUsage field to clientGetDealCmd ([filecoin-project/lotus#8241](https://github.com/filecoin-project/lotus/pull/8241))
|
||||||
- fix: market: Infer index provider topic from network name by default #8533
|
- fix: market: Infer index provider topic from network name by default #8533
|
||||||
-
|
- fix: deps: Update to FFI with logger bump #8588
|
||||||
|
- fix: sealing: Finalize snap sectors before submitting proofs #8588
|
||||||
|
|
||||||
## Dependency Updates
|
## Dependency Updates
|
||||||
- deps: update go-libp2p@v0.19 #8533
|
- deps: update go-libp2p@v0.19 #8533
|
||||||
- deps: ffi: update ffi that includes the log fix #8577
|
- deps: ffi: update ffi that includes the log fix #8577
|
||||||
@ -97,6 +99,7 @@ The Filecoin Network introduced Snap Deal with the network v15 OhSnap upgrade, a
|
|||||||
- chore: ffi: the latest fvm release ([filecoin-project/lotus#8381](https://github.com/filecoin-project/lotus/pull/8381))
|
- chore: ffi: the latest fvm release ([filecoin-project/lotus#8381](https://github.com/filecoin-project/lotus/pull/8381))
|
||||||
- Update params for interopnet for fvm ([filecoin-project/lotus#8119](https://github.com/filecoin-project/lotus/pull/8119))
|
- Update params for interopnet for fvm ([filecoin-project/lotus#8119](https://github.com/filecoin-project/lotus/pull/8119))
|
||||||
- github.com/filecoin-project/specs-storage (v0.2.0 -> v0.2.2):
|
- github.com/filecoin-project/specs-storage (v0.2.0 -> v0.2.2):
|
||||||
|
- ci: deps: macos build deps #8588
|
||||||
|
|
||||||
## Others
|
## Others
|
||||||
- chore: merge releases back to master ([filecoin-project/lotus#8468](https://github.com/filecoin-project/lotus/pull/8468))
|
- chore: merge releases back to master ([filecoin-project/lotus#8468](https://github.com/filecoin-project/lotus/pull/8468))
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -37,7 +37,7 @@ func BuildTypeString() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// BuildVersion is the local build version
|
// BuildVersion is the local build version
|
||||||
const BuildVersion = "1.15.2-rc2"
|
const BuildVersion = "1.15.2-rc3"
|
||||||
|
|
||||||
func UserVersion() string {
|
func UserVersion() string {
|
||||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||||
|
@ -7,7 +7,7 @@ USAGE:
|
|||||||
lotus-miner [global options] command [command options] [arguments...]
|
lotus-miner [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.15.2-rc2
|
1.15.2-rc3
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
init Initialize a lotus miner repo
|
init Initialize a lotus miner repo
|
||||||
|
@ -7,7 +7,7 @@ USAGE:
|
|||||||
lotus-worker [global options] command [command options] [arguments...]
|
lotus-worker [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.15.2-rc2
|
1.15.2-rc3
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
run Start lotus worker
|
run Start lotus worker
|
||||||
|
@ -7,7 +7,7 @@ USAGE:
|
|||||||
lotus [global options] command [command options] [arguments...]
|
lotus [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.15.2-rc2
|
1.15.2-rc3
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
daemon Start a lotus daemon process
|
daemon Start a lotus daemon process
|
||||||
|
12
extern/storage-sealing/fsm.go
vendored
12
extern/storage-sealing/fsm.go
vendored
@ -166,25 +166,25 @@ var fsmPlanners = map[SectorState]func(events []statemachine.Event, state *Secto
|
|||||||
on(SectorAbortUpgrade{}, AbortUpgrade),
|
on(SectorAbortUpgrade{}, AbortUpgrade),
|
||||||
),
|
),
|
||||||
ProveReplicaUpdate: planOne(
|
ProveReplicaUpdate: planOne(
|
||||||
on(SectorProveReplicaUpdate{}, SubmitReplicaUpdate),
|
on(SectorProveReplicaUpdate{}, FinalizeReplicaUpdate),
|
||||||
on(SectorProveReplicaUpdateFailed{}, ReplicaUpdateFailed),
|
on(SectorProveReplicaUpdateFailed{}, ReplicaUpdateFailed),
|
||||||
on(SectorDealsExpired{}, SnapDealsDealsExpired),
|
on(SectorDealsExpired{}, SnapDealsDealsExpired),
|
||||||
on(SectorInvalidDealIDs{}, SnapDealsRecoverDealIDs),
|
on(SectorInvalidDealIDs{}, SnapDealsRecoverDealIDs),
|
||||||
on(SectorAbortUpgrade{}, AbortUpgrade),
|
on(SectorAbortUpgrade{}, AbortUpgrade),
|
||||||
),
|
),
|
||||||
|
FinalizeReplicaUpdate: planOne(
|
||||||
|
on(SectorFinalized{}, SubmitReplicaUpdate),
|
||||||
|
on(SectorFinalizeFailed{}, FinalizeReplicaUpdateFailed),
|
||||||
|
),
|
||||||
SubmitReplicaUpdate: planOne(
|
SubmitReplicaUpdate: planOne(
|
||||||
on(SectorReplicaUpdateSubmitted{}, ReplicaUpdateWait),
|
on(SectorReplicaUpdateSubmitted{}, ReplicaUpdateWait),
|
||||||
on(SectorSubmitReplicaUpdateFailed{}, ReplicaUpdateFailed),
|
on(SectorSubmitReplicaUpdateFailed{}, ReplicaUpdateFailed),
|
||||||
),
|
),
|
||||||
ReplicaUpdateWait: planOne(
|
ReplicaUpdateWait: planOne(
|
||||||
on(SectorReplicaUpdateLanded{}, FinalizeReplicaUpdate),
|
on(SectorReplicaUpdateLanded{}, UpdateActivating),
|
||||||
on(SectorSubmitReplicaUpdateFailed{}, ReplicaUpdateFailed),
|
on(SectorSubmitReplicaUpdateFailed{}, ReplicaUpdateFailed),
|
||||||
on(SectorAbortUpgrade{}, AbortUpgrade),
|
on(SectorAbortUpgrade{}, AbortUpgrade),
|
||||||
),
|
),
|
||||||
FinalizeReplicaUpdate: planOne(
|
|
||||||
on(SectorFinalized{}, UpdateActivating),
|
|
||||||
on(SectorFinalizeFailed{}, FinalizeReplicaUpdateFailed),
|
|
||||||
),
|
|
||||||
UpdateActivating: planOne(
|
UpdateActivating: planOne(
|
||||||
on(SectorUpdateActive{}, ReleaseSectorKey),
|
on(SectorUpdateActive{}, ReleaseSectorKey),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user