Skip to content

Commit 67fb4fd

Browse files
authored
CRE release note (#3135)
* add release note * add release note
1 parent 4a2a353 commit 67fb4fd

File tree

8 files changed

+112
-17
lines changed

8 files changed

+112
-17
lines changed

public/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,13 @@
330330
}
331331
},
332332
"data": [
333+
{
334+
"category": "release",
335+
"date": "2025-11-04",
336+
"description": "[Chainlink Runtime Environment (CRE)](https://docs.chain.link/cre) is live. Build and simulate workflows using the Go or TypeScript SDKs. Deploy workflows to production DONs through [Early Access](https://cre.chain.link/request-access).",
337+
"title": "Chainlink Runtime Environment (CRE) is live",
338+
"topic": "CRE"
339+
},
333340
{
334341
"category": "integration",
335342
"date": "2025-11-04",

reports/llms-report.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-11-04T16:30:22.609Z",
2+
"startedAt": "2025-11-05T02:56:32.591Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
7-
"pagesProcessed": 79,
7+
"pagesProcessed": 80,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 590762,
9+
"bytes": 592003,
1010
"prevBytes": 590762,
11-
"deltaBytes": 0
11+
"deltaBytes": 1241
1212
},
1313
{
1414
"section": "cre-ts",
15-
"pagesProcessed": 74,
15+
"pagesProcessed": 75,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 546644,
17+
"bytes": 547885,
1818
"prevBytes": 546644,
19-
"deltaBytes": 0
19+
"deltaBytes": 1241
2020
},
2121
{
2222
"section": "vrf",
@@ -62,9 +62,9 @@
6262
"section": "datalink",
6363
"pagesProcessed": 20,
6464
"outputPath": "src/content/datalink/llms-full.txt",
65-
"bytes": 133819,
65+
"bytes": 134572,
6666
"prevBytes": 133819,
67-
"deltaBytes": 0
67+
"deltaBytes": 753
6868
},
6969
{
7070
"section": "chainlink-functions",
@@ -86,9 +86,9 @@
8686
"section": "resources",
8787
"pagesProcessed": 12,
8888
"outputPath": "src/content/resources/llms-full.txt",
89-
"bytes": 322588,
89+
"bytes": 324116,
9090
"prevBytes": 322588,
91-
"deltaBytes": 0
91+
"deltaBytes": 1528
9292
},
9393
{
9494
"section": "architecture-overview",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-04T16:30:27.966Z"
126+
"finishedAt": "2025-11-05T02:56:37.258Z"
127127
}

src/config/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
8888
title: "Support & Feedback",
8989
url: "cre/support-feedback",
9090
},
91-
// {
92-
// title: "Release Notes",
93-
// url: "cre/release-notes",
94-
// },
91+
{
92+
title: "Release Notes",
93+
url: "cre/release-notes",
94+
},
9595
],
9696
},
9797
{

src/content/cre/llms-full-go.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,26 @@ To help us assist you faster, please include:
439439

440440
---
441441

442+
# Release Notes
443+
Source: https://docs.chain.link/cre/release-notes
444+
Last Updated: 2025-11-04
445+
446+
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
447+
448+
## Release - November 4, 2025
449+
450+
**Chainlink Runtime Environment (CRE) is now live.** CRE is the all-in-one orchestration layer unlocking institutional-grade smart contracts—data-connected, compliance-ready, privacy-preserving, and interoperable across blockchains and existing systems.
451+
452+
### Available now
453+
454+
- **Build and simulate workflows**: Create an account at [cre.chain.link](https://cre.chain.link), install the CRE CLI, and start building workflows using the Go or TypeScript SDKs. Simulate your workflows locally to test and debug before deployment—simulation makes real calls to live APIs and public EVM blockchains.
455+
456+
### Early Access
457+
458+
- **Deploy and run workflows**: Deploy your workflows to a Chainlink DON with full lifecycle management (deploy, activate, pause, update, delete). Monitor and debug with detailed logs, events, and performance metrics in the CRE UI. To request Early Access, <a href="https://cre.chain.link/request-access" target="_blank">share details about your project</a>.
459+
460+
---
461+
442462
# Getting Started: Overview
443463
Source: https://docs.chain.link/cre/getting-started/overview
444464
Last Updated: 2025-11-04

src/content/cre/llms-full-ts.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,26 @@ To help us assist you faster, please include:
439439

440440
---
441441

442+
# Release Notes
443+
Source: https://docs.chain.link/cre/release-notes
444+
Last Updated: 2025-11-04
445+
446+
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
447+
448+
## Release - November 4, 2025
449+
450+
**Chainlink Runtime Environment (CRE) is now live.** CRE is the all-in-one orchestration layer unlocking institutional-grade smart contracts—data-connected, compliance-ready, privacy-preserving, and interoperable across blockchains and existing systems.
451+
452+
### Available now
453+
454+
- **Build and simulate workflows**: Create an account at [cre.chain.link](https://cre.chain.link), install the CRE CLI, and start building workflows using the Go or TypeScript SDKs. Simulate your workflows locally to test and debug before deployment—simulation makes real calls to live APIs and public EVM blockchains.
455+
456+
### Early Access
457+
458+
- **Deploy and run workflows**: Deploy your workflows to a Chainlink DON with full lifecycle management (deploy, activate, pause, update, delete). Monitor and debug with detailed logs, events, and performance metrics in the CRE UI. To request Early Access, <a href="https://cre.chain.link/request-access" target="_blank">share details about your project</a>.
459+
460+
---
461+
442462
# Getting Started: Overview
443463
Source: https://docs.chain.link/cre/getting-started/overview
444464
Last Updated: 2025-11-04

src/content/cre/release-notes.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
section: cre
3+
title: "Release Notes"
4+
date: Last Modified
5+
metadata:
6+
description: "Discover what's new in CRE: latest features, changes, and improvements in each release of the Chainlink Runtime Environment."
7+
datePublished: "2025-11-04"
8+
lastModified: "2025-11-04"
9+
---
10+
11+
import { Aside } from "@components"
12+
13+
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
14+
15+
## Release - November 4, 2025
16+
17+
**Chainlink Runtime Environment (CRE) is now live.** CRE is the all-in-one orchestration layer unlocking institutional-grade smart contracts—data-connected, compliance-ready, privacy-preserving, and interoperable across blockchains and existing systems.
18+
19+
### Available now
20+
21+
- **Build and simulate workflows**: Create an account at [cre.chain.link](https://cre.chain.link), install the CRE CLI, and start building workflows using the Go or TypeScript SDKs. Simulate your workflows locally to test and debug before deployment—simulation makes real calls to live APIs and public EVM blockchains.
22+
23+
### Early Access
24+
25+
- **Deploy and run workflows**: Deploy your workflows to a Chainlink DON with full lifecycle management (deploy, activate, pause, update, delete). Monitor and debug with detailed logs, events, and performance metrics in the CRE UI. To request Early Access, <a href="https://cre.chain.link/request-access" target="_blank">share details about your project</a>.

src/content/datalink/llms-full.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The real-time, multi-asset class data Deutsche Börse is bringing onchain includ
184184
onchain data into your application via DataLink.
185185
</Aside>
186186

187-
## S\&P Global
187+
### S\&P Global
188188

189189
[S\&P Global Ratings](https://www.spglobal.com/ratings/en/credit-ratings/about/understanding-credit-ratings), the world's leading provider of credit ratings, benchmarks and analytics, and Chainlink have partnered to deliver S\&P Global Ratings' [Stablecoin Stability Assessments (SSAs)](https://www.spglobal.com/ratings/en/products/stablecoin-stability-assessment) on-chain via DataLink to make deep, independent stablecoin risk analysis directly accessible within DeFi protocols and smart contracts for the first time.
190190

@@ -195,6 +195,17 @@ The on-chain SSAs provide real-time access to S\&P Global Ratings' comprehensive
195195
your application via DataLink.
196196
</Aside>
197197

198+
### Tradeweb
199+
200+
[Tradeweb](https://www.tradeweb.com/), a world-leading data provider whose electronic marketplaces facilitate more than $2.4 trillion in average daily trading volume, and [Chainlink](https://chain.link/), have partnered to bring Tradeweb’s U.S. Treasury data onchain via DataLink.
201+
202+
This data will serve as a critical catalyst for the mainstream adoption of tokenized funds by financial institutions, bringing greater trust in tokenized treasury markets and enabling institutions to bring fund and collateral management operations onchain.
203+
204+
<Aside type="tip" title="Talk to an expert">
205+
[Contact us](https://chain.link/datalink-data-consumer) to discuss integrating TradeWeb onchain data into your
206+
application via DataLink.
207+
</Aside>
208+
198209
---
199210

200211
# DataLink Architecture (Pull Delivery)

src/content/resources/llms-full.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,18 @@ Testnet LINK are available at [faucets.chain.link/bitlayer-testnet](https://fauc
10181018
| Decimals | 18 |
10191019
| Network status | [bitlayer.org](https://bitlayer.org/) |
10201020

1021+
## <img src="/assets/chains/bittensor.svg" style="height: 24px; width: auto; margin-right: 8px;" />Bittensor EVM
1022+
1023+
### Bittensor EVM Mainnet
1024+
1025+
| Parameter | Value |
1026+
| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1027+
| Chain ID | `964` |
1028+
| Address | <Address contractUrl="https://taostats.io//address/0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13" urlId="964_0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13" urlClass="erc-token-address" /> |
1029+
| Name | Chainlink Token on Bittensor EVM Mainnet |
1030+
| Symbol | LINK |
1031+
| Decimals | 18 |
1032+
10211033
## <img src="/assets/chains/blast.svg" style="height: 24px; width: auto; margin-right: 8px;" />Blast
10221034

10231035
### Blast Mainnet

0 commit comments

Comments
 (0)