Skip to content

Commit 6ec9b97

Browse files
committed
merge main & resolve conflicts
2 parents 3d4cbee + f8f4b8b commit 6ec9b97

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
791 KB
Loading

src/content/ccip/concepts/architecture/offchain/overview.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,21 @@ metadata:
1212
estimatedTime: "25 minutes"
1313
---
1414

15-
import { ClickToZoom } from "@components"
15+
import { Aside, ClickToZoom } from "@components"
1616

1717
CCIP's offchain architecture includes the following:
1818

1919
- **Decentralized Oracle Networks (DONs)**: Running offchain consensus using the Offchain Reporting Protocol (OCR).
2020
- **Interaction Components**: Managing communication between the CCIP DONs.
2121

22+
<Aside type="note">
23+
Based on user demand, CCIP's architecture is evolving to provide enhanced support for modular security and
24+
configurable compliance capabilities. As part of this transition, the Risk Management Network is being adapted to
25+
align with this broader, more flexible architecture. Please see the [onchain
26+
architecture](/ccip/concepts/architecture/onchain/evm/components#rmn-contract) for more information on the current
27+
functionality of the Risk Management Network.
28+
</Aside>
29+
2230
## Components
2331

2432
### CCIP Decentralized Oracle Networks

src/content/ccip/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CCIP's robust security framework is built upon several core components:
4444
- **High-Quality, Sybil-Resistant Node Operators**: The system is secured by the same globally distributed, security-reviewed, public node operators that secure other Chainlink services, validate leading blockchain networks, and operate traditional Web2 infrastructure. Each independent CCIP node is run by a distinct organization with extensive DevOps expertise and rigorous private key management security practices.
4545

4646
<ClickToZoom
47-
src="/images/ccip/ccip-hl-v1.7.png"
47+
src="/images/ccip/ccip-hl-v1.7.jpg"
4848
alt="Chainlink CCIP Architecture"
4949
style="display: block; margin: 2rem auto; max-height: 60vh; width: auto;"
5050
/>

src/content/ccip/llms-full.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,14 @@ CCIP's offchain architecture includes the following:
19961996
- **Decentralized Oracle Networks (DONs)**: Running offchain consensus using the Offchain Reporting Protocol (OCR).
19971997
- **Interaction Components**: Managing communication between the CCIP DONs.
19981998

1999+
<Aside type="note">
2000+
Based on user demand, CCIP's architecture is evolving to provide enhanced support for modular security and
2001+
configurable compliance capabilities. As part of this transition, the Risk Management Network is being adapted to
2002+
align with this broader, more flexible architecture. Please see the [onchain
2003+
architecture](/ccip/concepts/architecture/onchain/evm/components#rmn-contract) for more information on the current
2004+
functionality of the Risk Management Network.
2005+
</Aside>
2006+
19992007
## Components
20002008

20012009
### CCIP Decentralized Oracle Networks

0 commit comments

Comments
 (0)