Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f4838d5
feat(validator): automate Golden DKG over Iroh
huitseeker Aug 4, 2026
d1f91be
docs(validator): explain Iroh DKG exchange
huitseeker Aug 4, 2026
e8fb686
test(validator): exercise Golden DKG over Iroh in Compose
huitseeker Aug 4, 2026
22921c3
refactor(validator): split Iroh DKG tests
huitseeker Aug 4, 2026
e875cfa
docs: move Iroh DKG changelog to PR metadata
huitseeker Aug 4, 2026
004ed49
fix(validator): box shutdown future
huitseeker Aug 4, 2026
71b3af7
refactor(validator): use storage DKG names for Iroh
huitseeker Aug 5, 2026
b73578f
fix(validator): clarify Iroh DKG operation
huitseeker Aug 5, 2026
b0b8691
docs(validator): state board ticket trust
huitseeker Aug 5, 2026
1f05b70
feat(validator): verify Iroh DKG setup locally
huitseeker Aug 6, 2026
7de8735
feat(validator): scope DKG board uploads by participant
huitseeker Aug 6, 2026
658db1a
docs(validator): explain DKG ticket handling
huitseeker Aug 6, 2026
0927599
refactor(validator): trim Iroh DKG exchange
huitseeker Aug 6, 2026
4277da8
fix(validator): version reduced DKG board schema
huitseeker Aug 6, 2026
19555f8
fix(validator): use Golden 0.2 dealer messages in Iroh runner
huitseeker Aug 10, 2026
1dded21
fix(validator): publish DKG board metadata atomically
huitseeker Aug 14, 2026
e21e758
fix(validator): reject legacy DKG board state
huitseeker Aug 14, 2026
2101652
fix(validator): persist Iroh endpoint key atomically
huitseeker Aug 14, 2026
37e6174
fix(validator): sync DKG state directories
huitseeker Aug 14, 2026
a0854fb
fix(validator): durably publish DKG directories
huitseeker Aug 14, 2026
27e0ef5
fix(validator): persist DKG parent directories
huitseeker Aug 14, 2026
005325f
refactor(validator): use canonical Iroh board tickets
huitseeker Aug 14, 2026
fc776b3
fix(validator): parse DKG board tickets before setup
huitseeker Aug 14, 2026
5d1b88f
chore: normalize lockfile after rebase
huitseeker Aug 17, 2026
82653c7
refactor: move validator command tests to a separate file
huitseeker Aug 17, 2026
d1ca8d9
chore: normalize lockfile after upstream refresh
huitseeker Sep 3, 2026
078ba31
fix(validator): use the current genesis validator API
huitseeker Sep 12, 2026
02b3836
fix(docker): avoid duplicating release binaries
huitseeker Sep 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 .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