You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,10 @@ The nodes then attempt to transmit the final report to the smart contract accord
22
22
├── gethwrappers2: go-ethereum bindings for the OCR2 contracts, generated with abigen
23
23
├── networking: p2p networking layer
24
24
├── offchainreporting: offchain reporting protocol version 1
25
-
├── offchainreporting2: offchain reporting protocol version 2
25
+
├── offchainreporting2: offchain reporting protocol version 2 specific packages, not much here
26
+
├── offchainreporting2plus: offchain reporting protocol version 2 and beyond
26
27
├── permutation: helper package for generating permutations
27
28
└── subprocesses: helper package for managing go routines
28
29
```
30
+
31
+
Please note that **OCR3 & Mercury are currently in an alpha stage. Do not use them in production** lest you wish to be confronted with the BFT equivalent of Lovecraftian horrors.
0 commit comments