-
Notifications
You must be signed in to change notification settings - Fork 2
Restart Spacenet to incorporate FEVM and improvements #21
Comments
We should take advantage of the restart to enable the splitstore in all nodes in the deployment: https://github.com/filecoin-project/lotus/tree/master/blockstore/splitstore To enable the splitstore, edit .lotus/config.toml and add the following:
For bootstrappers we can disable the coldstore with:
|
@adlrocha are the release notes still accurate for the pre-IPC update? I'm guessing probably not (since 4 Jan), so do we have a reference elsewhere? |
I've updated the list with a few more items that were recently included. That being said, we want every Spacenet restart to be linked to a specific release from Eudico, which mean that we will include an up-to-date release notes in every release. |
The Makefile needs a Eudico update -
|
I am unable to connect to any peers at the moment. |
Background
Since the latest rebase with
filecoin-project/lotus@master
, nodes built fromconsensus-shipyard/lotus@spacenet
are no longer able to sync with the current deployment of spacenet, throwing the following error:The reason for this is that the version of the code used for the current deployment (before the latest rebase) used a version of the
v17
actor bundle previous from the mainnet upgrade, and consequently, the cids of the builtin acotrs' code for the current actor bundle is no longer synced with the stable ones forv17
(and thus the error). Finding the right commit for the bundle version currently used in Spacenet is showing to be harder than expected, so unless someone strongly disagrees, spacenet will be restarted to use the latest stable actor bundle forv17
.Thank you @TippyFlitsUK for catching the bug!
Workaround
The Spacenet team is having a well-deserved break for the next two weeks, and the deployment upgrade won't land until early January. If in the meantime, if you want to sync and connect to the current Spacenet deployment, run your node from
c2eda3d
, the latest commit that works and is able to sync with Spacenet.Release notes
The upgrade will include the following:
feat/nv18-fevm
to get FEVM support.Important reminder
spacenet.car
) to support the latest version.The text was updated successfully, but these errors were encountered: