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
Since there is a change in struct, we've also introduced some backwards compatibility such that we are able to write the cache in the old format.
This is required mostly by our public bootstrap cache, which can still be used by nodes running the older version of the code.
Introduce --write-older-cache-file argument for antnode and antctl. This also writes the argument inside the antctl's NodeRegistry to preserve the arg during upgrades.
Add more tests for the ant bootstrap crate.
The text was updated successfully, but these errors were encountered:
--write-older-cache-file
argument forantnode
andantctl
. This also writes the argument inside the antctl'sNodeRegistry
to preserve the arg during upgrades.The text was updated successfully, but these errors were encountered: