Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
d2af6ae
feat: ranked aggregate indexes with provable top-K queries at protoco…
QuantumExplorer Aug 2, 2026
67fbe47
fix: address ranked-aggregates review findings
QuantumExplorer Aug 2, 2026
2b1b718
Merge remote-tracking branch 'origin/v4.2-dev' into claude/grovedb-pr…
QuantumExplorer Aug 2, 2026
abe021b
chore: bump grovedb to develop d473818
QuantumExplorer Aug 2, 2026
0b89421
Merge remote-tracking branch 'origin/v4.2-dev' into claude/grovedb-pr…
QuantumExplorer Aug 2, 2026
ce0cb64
docs: fix ranked re-export doc link and stale MAX/MIN mention
QuantumExplorer Aug 2, 2026
63f91a3
chore(dapi-grpc): regenerate clients for the ranked response messages
QuantumExplorer Aug 2, 2026
2404e74
fix: activate grove version 4 at protocol v14
QuantumExplorer Aug 3, 2026
78028b7
test: align fee constants with the grove v4 inspection read at v14
QuantumExplorer Aug 3, 2026
d9b7625
test: pin the grove v4 fee boundary in the solitude strategy test
QuantumExplorer Aug 3, 2026
3e665f6
refactor(dpp): decide the ranked-grammar gate in the v2 parser wrapper
QuantumExplorer Aug 3, 2026
6f56947
refactor(dpp): rename the shared parser core to try_from_schema_internal
QuantumExplorer Aug 3, 2026
d30f6ee
refactor(dpp): give the ranked grammar its own parser generation
QuantumExplorer Aug 3, 2026
b21429a
docs: add ranked-index book chapters and fix stale HAVING comments
QuantumExplorer Aug 3, 2026
10ace2a
test: pin grove v4 activation at the v13/v14 boundary
QuantumExplorer Aug 3, 2026
f927893
refactor(dpp): make the v3 parser generation's internals free functions
QuantumExplorer Aug 3, 2026
1027e2d
docs: reconcile the grove v4 read-cost bullets with the actual deltas
QuantumExplorer Aug 3, 2026
c973313
docs: correct the ranked-mode grammar block MAX/MIN claim
QuantumExplorer Aug 3, 2026
7972eb6
chore: adopt zero-cost grove v4 gates and restore released fee constants
QuantumExplorer Aug 3, 2026
823a59a
fix(dpp): close two ranked-index registration traps
QuantumExplorer Aug 4, 2026
929d8c6
refactor(dpp): extract shared try_from_schema parsing helpers
QuantumExplorer Aug 4, 2026
ed8a8da
chore: merge try_from_schema shared-helpers refactor base (#4276)
QuantumExplorer Aug 4, 2026
b571836
refactor(dpp): drive parser generation v3 through the shared helpers
QuantumExplorer Aug 4, 2026
0128390
refactor(dpp): parameterize the count-index admission gate
QuantumExplorer Aug 4, 2026
d4fd7f9
Merge branch 'claude/try-from-schema-dedup' into claude/grovedb-pr657…
QuantumExplorer Aug 4, 2026
08ae22d
refactor(dpp): pass the count-index admission literal in generation 3
QuantumExplorer Aug 4, 2026
c5ddbc3
Merge branch 'v4.2-dev' into claude/try-from-schema-dedup
QuantumExplorer Aug 4, 2026
fa8ff74
refactor(dpp): split parse_document_type_core into stage functions
QuantumExplorer Aug 4, 2026
7c95e7f
Merge remote-tracking branch 'origin/claude/try-from-schema-dedup' in…
QuantumExplorer Aug 4, 2026
5d1c967
Merge branch 'claude/try-from-schema-dedup' into claude/grovedb-pr657…
QuantumExplorer Aug 4, 2026
d2200de
test(dpp): pin the count-index admission boundary through the v2 parser
QuantumExplorer Aug 4, 2026
942c3b0
Merge branch 'claude/try-from-schema-dedup' into claude/grovedb-pr657…
QuantumExplorer Aug 4, 2026
98a4d84
Merge remote-tracking branch 'origin/v4.2-dev' into claude/grovedb-pr…
QuantumExplorer Aug 4, 2026
a77cbe4
refactor(dpp): drop the redundant admit_meta_schema_v3 flag
QuantumExplorer Aug 4, 2026
fdd790a
chore(drive-abci): drop stale GROVE_V4 fee-surcharge comments
QuantumExplorer Aug 4, 2026
5d55fdf
chore: bump grovedb to a2791bbd for count-provable sum-axis secondaries
QuantumExplorer Aug 4, 2026
fb48e0c
refactor(drive): ranked queries move to ORDER BY aggregate + LIMIT + …
QuantumExplorer Aug 4, 2026
8ebd879
feat(sdk): ranked ORDER BY surface on the wire, SDK builder, and book
QuantumExplorer Aug 4, 2026
0bbe28e
Merge remote-tracking branch 'origin/v4.2-dev' into claude/grovedb-pr…
QuantumExplorer Aug 4, 2026
94cd599
test(dpp): pin generation-3 tests to protocol version 14
QuantumExplorer Aug 4, 2026
745581d
feat(dapi-grpc): ranked averages travel as a double on the no-proof path
QuantumExplorer Aug 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
- [Document Sum Trees](drive/document-sum-trees.md)
- [Sum Index Examples](drive/sum-index-examples.md)
- [Average Index Examples](drive/average-index-examples.md)
- [Document Ranked Trees](drive/document-ranked-trees.md)
- [Ranked Index Examples](drive/ranked-index-examples.md)

# Testing

Expand Down
Loading
Loading