Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
04592ef
feat(platform): GetDocumentsRequestV1 — SQL-shaped getDocuments + cou…
QuantumExplorer May 12, 2026
24decec
chore(dapi-grpc): regenerate non-Rust clients for GetDocumentsRequestV1
QuantumExplorer May 12, 2026
bdc0e66
feat(platform)!: remove getDocumentsCount, reshape v1 response
QuantumExplorer May 12, 2026
641817c
test(drive-abci): port v0-count integration tests into v1 handler
QuantumExplorer May 12, 2026
8c43a9d
chore(platform-version): default document_query to v1 (was v0)
QuantumExplorer May 12, 2026
0dcabac
feat(sdk): unify Document/Count fetch on DocumentQuery v1 surface
QuantumExplorer May 12, 2026
26f9512
refactor(sdk-ffi,wasm-sdk): expose v1 group_by directly, drop legacy …
QuantumExplorer May 12, 2026
a87ca51
style(sdk): reorder DocumentQuery fields to SQL clause order
QuantumExplorer May 12, 2026
db4cf40
style(sdk): drop V1Select alias, import as plain Select
QuantumExplorer May 12, 2026
3dfe88c
chore(dapi-grpc): regenerate non-Rust clients for v1 ResultData wrapper
QuantumExplorer May 12, 2026
bb8c2a7
docs(sdk,sdk-ffi,wasm-sdk): rewrite comments to be timeless
QuantumExplorer May 12, 2026
4e6d040
refactor(sdk): make non-proven document fetch a hard error, not "not …
QuantumExplorer May 12, 2026
738c503
fix(drive,drive-abci): address Codex review findings on v1 count surface
QuantumExplorer May 13, 2026
4a2c48b
refactor(drive,drive-abci): replace return_distinct_counts_in_range b…
QuantumExplorer May 13, 2026
8e1f5d5
fix(drive-abci): reject `limit` on SELECT COUNT GROUP BY in_field
QuantumExplorer May 13, 2026
dd7ffea
refactor(drive,sdk): SplitCountEntry.count = Option<u64> — stop confl…
QuantumExplorer May 13, 2026
7bb04de
docs(proto): align v1 limit docs with handler's rejection contract
QuantumExplorer May 13, 2026
55e3526
refactor(drive,sdk): drop redundant SDK synthesis; verifier propagate…
QuantumExplorer May 13, 2026
9ab96ef
fix(drive): aggregate count fan-out ignores default_query_limit (use …
QuantumExplorer May 13, 2026
de0f312
fix(sdk,proto): DocumentSplitCounts aggregate delegation + truth-up c…
QuantumExplorer May 14, 2026
b8974a8
refactor(sdk): extract shared aggregate-count helper; split SplitCoun…
QuantumExplorer May 14, 2026
4490974
refactor(drive): pull per-mode count executors out of drive_dispatche…
QuantumExplorer May 14, 2026
75e220e
docs(drive): trim verbose dispatcher comments, cross-ref CountMode me…
QuantumExplorer May 14, 2026
84c50bf
refactor(drive): split executors.rs into one file per DocumentCountMo…
QuantumExplorer May 14, 2026
9a470ee
docs(drive): scrub stale references to deleted SDK type + materialize…
QuantumExplorer May 14, 2026
7c40d13
refactor(sdk): collapse proof dispatch into verify_count_query; both …
QuantumExplorer May 14, 2026
396d9f3
test(drive): pin point-lookup proof contract — absent In branches omi…
QuantumExplorer May 14, 2026
33051a7
chore: post-review cleanup — drop stale removal comments, explicit Co…
QuantumExplorer May 14, 2026
2ef958a
fix(proto): collapse multi-line markdown bullets to fix rustdoc list-…
QuantumExplorer May 14, 2026
30072da
fix: review findings #1/#2/#4 — unknown Select rejection, limit=Some(…
QuantumExplorer May 14, 2026
6190ee2
chore: unblock CI by clearing workspace clippy errors under -D warnings
QuantumExplorer May 14, 2026
193808a
bench(drive): add worst-case document count query fixture (#3640)
QuantumExplorer May 14, 2026
d9b3d30
perf(drive): point-lookup count proof skips `[0]` descent on rangeCou…
QuantumExplorer May 14, 2026
9f4e568
bench(drive): add rangeCountable In-grouped shape + proof-size loggin…
QuantumExplorer May 14, 2026
0bece87
bench(drive): add `(group_by × where)` outcome matrix runner
QuantumExplorer May 14, 2026
7363c67
bench(drive): add proof-bytes hex dump for `group_by = []` cases
QuantumExplorer May 14, 2026
562a694
bench(drive): replace proof hex dump with decoded path-query + verifi…
QuantumExplorer May 14, 2026
fb1b5a4
bench(drive): label all CountTree variants explicitly + show Debug
QuantumExplorer May 14, 2026
93ab711
bench(drive): probe value-tree element type for byBrand vs byColor te…
QuantumExplorer May 14, 2026
27e1aeb
perf(drive): generalize value-tree CountTree rule to all countable te…
QuantumExplorer May 14, 2026
056efad
docs(book): add Count Index Examples chapter with proof + tree-walk d…
QuantumExplorer May 14, 2026
c804246
docs(book): drop misleading "pre-v12 vs v12" framing in Count Index E…
QuantumExplorer May 14, 2026
9072d3e
docs(book): inline verbatim `display_proofs` output for each Count In…
QuantumExplorer May 14, 2026
95ae2b2
docs(book): per-query Proof Display section using GroveDBProof Display
QuantumExplorer May 14, 2026
534f015
docs(book): expand count-index chapters — Q8, hash composition, group…
QuantumExplorer May 14, 2026
f778aa5
chore(deps): bump grovedb to PR #663 (carrier AggregateCountOnRange) …
QuantumExplorer May 15, 2026
d6e32ee
feat(drive): wire carrier AggregateCountOnRange — G7 (brand IN + colo…
QuantumExplorer May 15, 2026
6cdd4c9
bench(drive): probe outer-Range carrier-ACOR feasibility
QuantumExplorer May 15, 2026
2844a9e
feat(drive): wire G8 — outer-Range carrier ACOR with SizedQuery::limit
QuantumExplorer May 15, 2026
8a16a94
feat(drive): hardcode G8 outer-Range carrier limit at 25 + bump grove…
QuantumExplorer May 15, 2026
af6113c
feat(drive): make G8 outer-Range cap a *max* (default 10), allow call…
QuantumExplorer May 15, 2026
98adf7c
test(drive-abci): pin aggregate-collapse-of-Entries wire contract
QuantumExplorer May 15, 2026
397b909
fix(drive): satisfy clippy -D warnings on the carrier-ACOR surface
QuantumExplorer May 15, 2026
eddf9f3
fix(sdk): default missing SQL-shaped fields when deserializing pre-v1…
QuantumExplorer May 15, 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 @@ -61,6 +61,8 @@
- [Finalize Tasks](drive/finalize-tasks.md)
- [Indexes](drive/indexes.md)
- [Document Count Trees](drive/document-count-trees.md)
- [Count Index Examples](drive/count-index-examples.md)
- [Count Index Group By Examples](drive/count-index-group-by-examples.md)

# Testing

Expand Down
Loading
Loading