pub static PROTOCOL: Lazy<ProtocolChecker>
Expand description
The global protocol checker instance to validate table versions and features.
This instance is used by default in all transaction operations, since feature support is not configurable but rather decided at compile time.
As we implement new features, we need to update this instance accordingly. resulting version support is determined by the supported table feature set.