Skip to content

Commit fe79845

Browse files
authored
Merge branch 'main' into normalize-internal-links
2 parents 2171efd + b60824f commit fe79845

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@astrojs/prism": "^3.3.0",
4949
"@astrojs/react": "^4.3.0",
5050
"@astrojs/sitemap": "^3.4.0",
51-
"@astrojs/vercel": "^8.1.4",
51+
"@astrojs/vercel": "^8.1.5",
5252
"@chainlink/components": "^0.4.18",
5353
"@chainlink/contracts": "1.4.0",
5454
"@chainlink/contracts-ccip": "1.6.0",

src/content/architecture-overview/off-chain-reporting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99

1010
import { Aside } from "@components"
1111

12-
Offchain Reporting (OCR) is a significant step towards increasing the decentralization and scalability of Chainlink networks. See the [OCR Protocol Paper](https://research.chain.link/ocr.pdf) for a technical deep dive.
12+
Offchain Reporting (OCR) is a significant step towards increasing the decentralization and scalability of Chainlink networks. See the [OCR Protocol Paper](https://research.chain.link/ocr3.pdf) for a technical deep dive.
1313

1414
For Offchain Reporting aggregators, all nodes communicate using a peer to peer network. During the communication process, a lightweight consensus algorithm runs where each node reports its data observation and signs it. A single aggregate transaction is then transmitted, which saves a significant amount of gas.
1515

0 commit comments

Comments
 (0)