v1.15.2 #8613
jennijuju
announced in
Announcement
v1.15.2
#8613
Replies: 1 comment
-
Hello, I'd like to ask if the first phase of FVM has been delayed? It was planned to launch the file main network on May 10. The current currency price is worthless. Why doesn't Juan come out to pull the plate and hurt the hearts of many fans? Many people are impatient, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a highly recommended feature lotus 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.
Note: You need to be using go v1.17.9&up from this release onwards.
Highlights
❣️❣️❣️ PoSt Workers ❣️❣️❣️
For more details and learn how to set it up, see the docs here. You can also find early result of the PoSt workers performance by the community here.
ParallelCheckLimit
according to your resource setup to get pre-post checkers run faster!In addition, we also added some handy toolings:
lotus-miner proving compute window-post
to manually trigger a full windowPoSt computation for a specific deadline for full sanity checks.lotus-miner proving workers
to list all the PoSt workers that's attachedlotus-miner proving check --faulty
to identify the sectors that might be bad.🔥🔥🔥 Sealing Scheduler Enhancement 🔥🔥🔥
Have you ever got a couple workers but only a few of them are super packed, while the rest are idling waiting for jobs? Now the task can be distributed more evenly with:
🌟🌟🌟 Snap Deal Enhancements 🌟🌟🌟
The Filecoin Network introduced Snap Deal with the network v15 OhSnap upgrade, and lotus shipped v1.14.0 with basic snappy support for SP to use this feature. Since then, we have received good ux feedbacks and bug reports from the community, and we are introducing a couple enhancement for SPs to better leverage this feature.
PreferNewSectorsForDeals
andMaxUpgradingSectors
to better manage their sealing/dealing pipeline.New Features
lotus-test
image as CI build step (filecoin-project/lotus#7956)Improvements
Bug Fixes
PubSub
in index provider (filecoin-project/lotus#8443)Dependency Updates
Others
T.TempDir
to create temporary test directory (filecoin-project/lotus#8295)Contributors
This discussion was created from the release v1.15.2.
Beta Was this translation helpful? Give feedback.
All reactions