LoRes Mesh

Share LoRes Node Version

Share LoRes Node Version

Since we’re moving fast right now, there are lots of updates containing breaking changes. This will require Node Stewards who have succesfully setup their node to occasionally upgrade. One key piece of software to upgrade is LoRes Node.

Documentation

A documentation section has been added to cover this, upgrading lores-node.

Version publication

We want a P2Panda operation that announces the current lores-node version. It shouldn’t do it very often, just after each upgrade.

Probably the way to have this operation project to the database the version of each node. Then, on boot, a node can check if it’s runtime version has changed relative to that projected version, if so it can send out a new operation.

If this is sent more than once, that’s ok, as projection should be idempotent.

The version of each node can display in the nodes page.