Skip to content

Commit

Permalink
Merge pull request #760 from filecoin-project/phi/fix-broken-links
Browse files Browse the repository at this point in the history
fix: broken links
  • Loading branch information
rjan90 authored Aug 30, 2024
2 parents fa70fb6 + aa972e2 commit 09543ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/blog/This-Week-In-Lotus-2022/Week21.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This week´s update is filled with a massive amount of new upcoming features!! W
**NV16 Updates:**
- FIP0030, FIP0031, and FIP0032 have passed out of Last Call status and are now accepted! :tada::rocket::fire: These FIPs, which jointly support the introduction of the non-programmable [Filecoin Virtual Machine](https://fvm.filecoin.io), are now ready for implementation.
- The nv16 upgrade has undergone testing on the Caterpillar network this week, and numerous bugs have been surfaced and fixed. We will continue the testing on the Butterfly network next week.
- The network upgrade is expected late June/early July; for more information, see [HERE](https://github.com/filecoin-project/tpm/discussions/90#discussioncomment-2426261).
- The network upgrade is expected late June/early July; for more information, see [HERE](https://github.com/filecoin-project/core-devs/discussions/90#discussioncomment-2192904).

**Bugfixes for common issues**
- The `lotus-miner proving compute window-post <Deadline>` command lets you manually trigger a window-post computation, even on [deadlines/partitions](https://github.com/filecoin-project/lotus/pull/8737) that are faulty.
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/This-Week-In-Lotus-2022/Week41-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After further Calibration testing, the final release is targeted for October 31s
- The SplitStore feature is now enabled by default on all new nodes. For existing users, the Lotus node will now fail to start unless the `EnableSplitstore` config setting is explicitly set to either `true` or `false` prior to daemon start - ref v1.23.0
- The proofs libraries now have CUDA enabled by default which will require a [fully functional CUDA installation.](https://lotus.filecoin.io/tutorials/lotus-miner/cuda/) Users can still opt to use OpenCL instead by setting the `FFI_USE_OPENCL=1` when building from source or disable GPU usage entirely by setting the `FFI_USE_GPU=0` flag - ref v1.23.0
- The `lotus-miner sectors renew` command has been deprecated and all functionality moved to the lotus-miner sectors extend command.
- Exchanges/Node operators/RPC providers please note that Execution traces have changed to account for changes introduced by the FVM. Please make sure to read the`Execution trace format` change section at this link for full details - ref [v1.23.0](http://the%20splitstore%20feature%20is%20automatically%20activated%20on%20new%20nodes./)
- Exchanges/Node operators/RPC providers please note that Execution traces have changed to account for changes introduced by the FVM. Please make sure to read the`Execution trace format` change section at this link for full details - ref [v1.23.0](https://github.com/filecoin-project/lotus/releases/tag/v1.23.0)

**Team Updates:**
A very warm welcome to @DharmaBum who joined the team last week and a fond farewell to Shrenuj who is leaving the team today and heading to pastures new!
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/This-Week-In-Lotus-2022/Week49.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In addition to all the *FEVM-related* Filecoin improvement proposals that have b
- [MarketNotifyDeal called by market actor on proposal client](https://github.com/filecoin-project/FIPs/discussions/549)
- A FIP [revisiting the Sector Duration Multiplier.](https://github.com/filecoin-project/FIPs/discussions/554)

You can check [out the current scope of nv18 here!](https://github.com/filecoin-project/tpm/discussions/115#discussioncomment-4337719)
You can check [out the current scope of nv18 here!](https://github.com/filecoin-project/core-devs/discussions/115)

:milky_way: **For builders excited about FVM:**
[Check out Space Warp](https://spacewarp.fvm.dev/) - it is a jam-packed program for builders leading up to the launch of Filecoin’s Virtual Machine on mainnet.
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/This-Week-In-Lotus-2022/Week50.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All presentations and videos from our Lotus, Data Onboarding and Friends day in

As mentioned last week, the Lotus team has been focusing on a lot of preliminary work and work scope for next network upgrade, nv18 - codenamed Hygge. And this week has no different!

Check in on this thread to [see the current scope of nv18!](https://github.com/filecoin-project/tpm/discussions/115#discussioncomment-4337719) Jennijuju will send a timeline and scope update soon!
Check in on this thread to [see the current scope of nv18!](https://github.com/filecoin-project/core-devs/discussions/115) Jennijuju will send a timeline and scope update soon!

:screwdriver: **Fixes and Enhancements:**
- A PR that adds the ability to list and remove expired claims for FIL+ deals is [now in review.](https://github.com/filecoin-project/lotus/pull/9875)
Expand Down

0 comments on commit 09543ee

Please sign in to comment.