You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trivially, the Network Node will require some sort of config. This will likely contain: host, port, protocol prefix, identity key (or path to), and others.
This might be an opportunity to consider how we propagate config options from the CLI.
The text was updated successfully, but these errors were encountered:
* feat(key snapshot by prover id + sector size)
* feat(don't be a memory hog)
- don't copy memory from SectorBuilderState to StateSnapshot
- don't use a StateSnapshot type at all
- pass references, not owned (cloned) values to snapshotting stuff
Trivially, the Network Node will require some sort of config. This will likely contain: host, port, protocol prefix, identity key (or path to), and others.
This might be an opportunity to consider how we propagate config options from the CLI.
The text was updated successfully, but these errors were encountered: