Description:
Relying on a centralized GitHub repository for the Translation Registry creates a bottleneck and potential censorship point. Open-Audit should decentralize the registry using a peer-to-peer gossip network so instances can share new translation rules dynamically.
Acceptance Criteria:
Integrate libp2p into the Node.js backend.
Implement a publish-subscribe (PubSub) gossip network where trusted nodes can broadcast new translation schemas.
Implement cryptographic signature verification so only schema updates signed by authorized core contributors or DAO multisigs are accepted and merged into local memory.
Description:
Relying on a centralized GitHub repository for the Translation Registry creates a bottleneck and potential censorship point. Open-Audit should decentralize the registry using a peer-to-peer gossip network so instances can share new translation rules dynamically.
Acceptance Criteria:
Integrate libp2p into the Node.js backend.
Implement a publish-subscribe (PubSub) gossip network where trusted nodes can broadcast new translation schemas.
Implement cryptographic signature verification so only schema updates signed by authorized core contributors or DAO multisigs are accepted and merged into local memory.