-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# DON Composition | ||
|
||
`p2pmq` enables to compose a network of peers cross DONs (Decentralized Oracles Network), acting as a decentralized message bus for DON to DON communication. | ||
|
||
The following diagram illustrates the composition of a network of `p2pmq` peers across DONs: | ||
|
||
![p2pmq DON Composition](./resources/img/composer-p2pmq.png) | ||
|
||
<br /> | ||
|
||
## Messaging | ||
|
||
DONs communication is based on OCR reports, which are broadcasted over some topic rather than on-chain transmission. | ||
|
||
The reports MUST be signed by a quorum of the DON's nodes, otherwise they are considered invalid and any nodes that broadcast them are penalized. | ||
|
||
**NOTE** `p2pmq` enables to aid in a custom validation before processing and propagating messages to the network. | ||
|
||
**TBD** signature validation cross DONs. | ||
|
||
<br /> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.