protocolVersion constant
int
const protocolVersion
The protocol version reported by the status command.
1: the first built-in commands, live commands and seeders.
2: storage snapshots (storage.export and snapshot.import).
3: page state (state.data).
4: one Backpack value (backpack.get).
5: removing a Backpack value (backpack.delete).
6: saving a Backpack value (backpack.set).
7: the signed-in sessions (auth.show).
8: deep links (deeplink.show and deeplink.open).
Implementation
static const int protocolVersion = 8;