Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d513ce0
feat(validator): automate Golden DKG over Iroh
huitseeker Aug 4, 2026
3beaf89
docs(validator): explain Iroh DKG exchange
huitseeker Aug 4, 2026
418c4e7
test(validator): exercise Golden DKG over Iroh in Compose
huitseeker Aug 4, 2026
cff30ae
refactor(validator): split Iroh DKG tests
huitseeker Aug 4, 2026
face6af
docs: move Iroh DKG changelog to PR metadata
huitseeker Aug 4, 2026
c53a558
fix(validator): box shutdown future
huitseeker Aug 4, 2026
b223419
refactor(validator): use storage DKG names for Iroh
huitseeker Aug 5, 2026
289e9d8
fix(validator): clarify Iroh DKG operation
huitseeker Aug 5, 2026
2972180
docs(validator): state board ticket trust
huitseeker Aug 5, 2026
4bbb58b
feat(validator): verify Iroh DKG setup locally
huitseeker Aug 6, 2026
e0f536d
feat(validator): scope DKG board uploads by participant
huitseeker Aug 6, 2026
028398e
docs(validator): explain DKG ticket handling
huitseeker Aug 6, 2026
e914996
refactor(validator): trim Iroh DKG exchange
huitseeker Aug 6, 2026
06968df
fix(validator): version reduced DKG board schema
huitseeker Aug 6, 2026
19f93a3
fix(validator): use Golden 0.2 dealer messages in Iroh runner
huitseeker Aug 10, 2026
09c0ad7
fix(validator): publish DKG board metadata atomically
huitseeker Aug 14, 2026
cc81b60
fix(validator): reject legacy DKG board state
huitseeker Aug 14, 2026
c416388
fix(validator): persist Iroh endpoint key atomically
huitseeker Aug 14, 2026
04eec7e
fix(validator): sync DKG state directories
huitseeker Aug 14, 2026
1bca0db
fix(validator): durably publish DKG directories
huitseeker Aug 14, 2026
d26e40e
fix(validator): persist DKG parent directories
huitseeker Aug 14, 2026
a125c6f
refactor(validator): use canonical Iroh board tickets
huitseeker Aug 14, 2026
2a3ace6
fix(validator): parse DKG board tickets before setup
huitseeker Aug 14, 2026
462df66
chore: normalize lockfile after rebase
huitseeker Aug 17, 2026
1960a55
refactor: move validator command tests to a separate file
huitseeker Aug 17, 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 .config/cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ words:
- ciphertext
- Devnet
- grpcurl
- Iroh
- Merkle
- Miden
- Midenscan
Expand Down
Loading
Loading