Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
02eb48a
feat: start of work
QuantumExplorer Feb 9, 2026
e4c1cf0
transactions
QuantumExplorer Feb 10, 2026
a4ad035
more work
QuantumExplorer Feb 10, 2026
f27fe8e
more work
QuantumExplorer Feb 10, 2026
0a833ef
more work
QuantumExplorer Feb 10, 2026
cf9fafa
more work
QuantumExplorer Feb 10, 2026
ce10a55
more work
QuantumExplorer Feb 10, 2026
f2c238a
more work
QuantumExplorer Feb 11, 2026
d72958a
more work
QuantumExplorer Feb 11, 2026
5c34e02
more work
QuantumExplorer Feb 11, 2026
fc3ef9b
more work
QuantumExplorer Feb 11, 2026
048c3aa
more work
QuantumExplorer Feb 11, 2026
58056fb
more work
QuantumExplorer Feb 11, 2026
99342bc
more work
QuantumExplorer Feb 12, 2026
0f5c1fe
more work
QuantumExplorer Feb 12, 2026
404891d
more work
QuantumExplorer Feb 16, 2026
06f3295
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Feb 16, 2026
b92b6fe
more work
QuantumExplorer Feb 17, 2026
c83730b
more work
QuantumExplorer Feb 17, 2026
ecd5804
more work
QuantumExplorer Feb 17, 2026
66c8230
more work
QuantumExplorer Feb 17, 2026
58f9a7d
fix encrypted notes
QuantumExplorer Feb 18, 2026
c817f70
more work
QuantumExplorer Feb 18, 2026
24df230
more work
QuantumExplorer Feb 18, 2026
aa9af75
more work
QuantumExplorer Feb 18, 2026
220fb79
more work
QuantumExplorer Feb 19, 2026
737d6c2
work on nullifiers
QuantumExplorer Feb 23, 2026
a4c4871
more work
QuantumExplorer Feb 23, 2026
1a08a9a
more work
QuantumExplorer Feb 24, 2026
506ee63
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Feb 24, 2026
4f2b77b
more work
QuantumExplorer Feb 24, 2026
4d7b9be
small fix
QuantumExplorer Feb 24, 2026
34da9a1
more work
QuantumExplorer Feb 25, 2026
7313bc0
more work
QuantumExplorer Feb 25, 2026
ed89b5b
more work
QuantumExplorer Feb 25, 2026
7a2ef75
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Feb 25, 2026
24fea3c
more work
QuantumExplorer Feb 25, 2026
415ee8b
more work
QuantumExplorer Feb 25, 2026
1f94fe2
more work
QuantumExplorer Feb 25, 2026
ca9dd7e
more work
QuantumExplorer Feb 25, 2026
4aa8b93
fix
QuantumExplorer Feb 25, 2026
48aa2d4
more work
QuantumExplorer Feb 26, 2026
eacf972
more work
QuantumExplorer Feb 26, 2026
e0ffccd
more work
QuantumExplorer Feb 27, 2026
813736b
more work
QuantumExplorer Mar 1, 2026
e6e24cc
more work
QuantumExplorer Mar 2, 2026
048218c
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Mar 4, 2026
acd1949
fixes
QuantumExplorer Mar 4, 2026
6d8af88
fix: version-gate record_shielded_pool_anchor and add book chapter on…
QuantumExplorer Mar 4, 2026
459055f
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Mar 6, 2026
794f1fc
fix(drive-abci): derive Orchard flags from transition type instead of…
QuantumExplorer Mar 6, 2026
7f352a1
Merge remote-tracking branch 'origin/v3.1-dev' into feat/zk
QuantumExplorer Mar 10, 2026
ef60cac
chore: merge v3.1-dev into feat/zk and fix drive-abci API compatibility
QuantumExplorer Mar 10, 2026
3484391
chore: update gRPC queries cache [skip ci]
github-actions[bot] Mar 10, 2026
e23d286
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Mar 12, 2026
0d84d40
fix: uncomment shielded code after merge from v3.1-dev into feat/zk
QuantumExplorer Mar 12, 2026
31d260c
Merge branch 'feat/zk' of github.com:dashpay/platform into feat/zk
QuantumExplorer Mar 12, 2026
fc7d18d
Merge branch 'v3.1-dev' into feat/zk
QuantumExplorer Mar 12, 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
1 change: 1 addition & 0 deletions .claude/scheduled_tasks.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"sessionId":"d24b0e5d-b3be-44f7-9103-0a83513f7f13","pid":22016,"acquiredAt":1773312204314}
138 changes: 111 additions & 27 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@
- [Validation Pipeline](state-transitions/validation-pipeline.md)
- [Transform Into Action](state-transitions/transform-into-action.md)
- [Drive Operations](state-transitions/drive-operations.md)
- [Return Proofs](state-transitions/return-proofs.md)

# Fees

- [Fee System Overview](fees/overview.md)
- [Platform Address Fees](fees/platform-address-fees.md)
- [Shielded Transaction Fees](fees/shielded-fees.md)

# Shielded Pool

- [Anchors and Spend Proofs](shielded-pool/anchors-and-proofs.md)

# Error Handling

- [Consensus Errors](error-handling/consensus-errors.md)
Expand Down
Loading
Loading