feat: add support for iroh as the transport layer #40

Merged
zacheryasc merged 3 commits from iroh into master 2026-02-15 09:47:06 +00:00

3 commits

Author SHA1 Message Date
80d8773f98 fix: no more flaky tests 2026-02-15 16:45:51 +07:00
Claude
205dc2352f fix: guard SWIM suspicion timeout against refuted nodes
A stale suspicion timer could declare a node dead even after it had been
refuted back to Alive via a higher incarnation number. check_suspicion_timeouts
now verifies the node is still Suspect before calling declare_dead, and
cancels the probe phase if the dead node was the current target.

Also fix the 3-node gossip loop in node_death_tombstones_entries to
deliver responses with the correct sender_id — previously all responses
were attributed to a single hardcoded sender, causing false suspicions
that triggered the protocol bug.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-15 06:35:01 +00:00
Claude
784a7d42da feat: use iroh for the transport layer 2026-02-15 05:19:22 +00:00