Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0dadb6d
build(platform)!: adopt GroveDB 6.0.0 and the published grovedb-binco…
QuantumExplorer Sep 8, 2026
89b9b92
build(docker): build rocksdb 11.8.1 for the prebuilt static library
QuantumExplorer Sep 8, 2026
764dd34
fix(drive): verify a page's cursor document in the page's walk direction
QuantumExplorer Sep 8, 2026
c1de4a5
test(drive-abci): verify contestant vote proofs with the requested or…
QuantumExplorer Sep 8, 2026
6b18e24
style(drive-abci): format the keep-history delete replay test
QuantumExplorer Sep 8, 2026
38eca58
fix(drive): keep a $id page's direction and limit when the cursor mer…
QuantumExplorer Sep 9, 2026
7b596ff
test(drive-abci): page proved contestant votes with cursors and limits
QuantumExplorer Sep 9, 2026
5ea0978
Merge branch 'v4.2-dev' into build/grovedb-6-0-0-bincode-2-1-0
QuantumExplorer Sep 11, 2026
6b40e11
build(drive)!: adopt GroveDB develop f75fa362 with automatic backward…
QuantumExplorer Sep 11, 2026
f8217e4
fix(drive): select the Skip backward-reference policy for GroveDB V4 …
QuantumExplorer Sep 11, 2026
24f91bf
build(drive)!: adopt GroveDB #953's per-operation backward-reference …
QuantumExplorer Sep 12, 2026
a95249b
test(drive-abci): pin the version 13 DPNS create fee beside the moved…
QuantumExplorer Sep 12, 2026
359615f
build(drive)!: declare Drive's GroveDB ops through their DontCheck twins
QuantumExplorer Sep 12, 2026
5f90753
fix(drive)!: declare the backward-reference twin where each GroveDB o…
QuantumExplorer Sep 13, 2026
e33a2d3
refactor(drive): call the twin builder dont_check_for_backwards_refer…
QuantumExplorer Sep 13, 2026
4937925
refactor(drive): follow GroveDB's DontCheckForBackwardsReferences var…
QuantumExplorer Sep 13, 2026
96ec413
refactor(drive): declare backwards_references: BackwardsReferences::D…
QuantumExplorer Sep 13, 2026
e71d603
test(drive): gate the history cursor proof test like the proof API it…
QuantumExplorer Sep 13, 2026
3ad60b4
build(drive): move the GroveDB pin to #953 head 90d8ae1d
QuantumExplorer Sep 13, 2026
82c6364
build(drive): move the GroveDB pin to #953 head fe932e1f
QuantumExplorer Sep 13, 2026
f92d6c4
build(drive): pin GroveDB at develop 6816457d, the merge of #953
QuantumExplorer Sep 13, 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
4 changes: 2 additions & 2 deletions .github/actions/librocksdb/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: "librocksdb"
description: "Build and install librocksdb"
inputs:
version:
description: RocksDB version, eg. "9.9.3"
description: RocksDB version, eg. "11.8.1"
required: false
default: "9.9.3"
default: "11.8.1"
force:
description: Force rebuild
required: false
Expand Down
Loading
Loading