Constant DRIVE_VERSION_V9
pub const DRIVE_VERSION_V9: DriveVersion;Expand description
Drive version 9. Introduced in protocol v14, carrying both of v14’s drive-side changes:
- Shared-prefix aggregate index fix —
DRIVE_DOCUMENT_METHOD_VERSIONS_V4bumps the four index walkers to v2 (and the document update walker to v1) so contracts that pair an aggregating (countable / summable) index with a compound index sharing its leading property can insert, update, and delete documents. - Contract-level ranked aggregates — the same V4 table adds the
detect_ranked_moderouting slot,grove_methods.batchgains the three indexed-tree creation slots, andmethods.verifygainsdocument_ranked.verify_ranked_top_k_proof. All are 0 at introduction; the ranked grammar itself is gated one layer up byCONTRACT_VERSIONS_V6’s meta schema v3.
Everything else matches DRIVE_VERSION_V8.