Skip to content

Commit 2ceb3bc

Browse files
committed
add finality & confidence levels docs
1 parent 31dc1cb commit 2ceb3bc

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

reports/llms-report.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-12-03T19:50:28.559Z",
2+
"startedAt": "2025-12-03T20:30:47.619Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
77
"pagesProcessed": 84,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 655971,
10-
"prevBytes": 651940,
11-
"deltaBytes": 4031
9+
"bytes": 655924,
10+
"prevBytes": 655971,
11+
"deltaBytes": -47
1212
},
1313
{
1414
"section": "cre-ts",
1515
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 611390,
18-
"prevBytes": 607447,
19-
"deltaBytes": 3943
17+
"bytes": 611343,
18+
"prevBytes": 611390,
19+
"deltaBytes": -47
2020
},
2121
{
2222
"section": "vrf",
@@ -30,8 +30,8 @@
3030
"section": "ccip",
3131
"pagesProcessed": 260,
3232
"outputPath": "src/content/ccip/llms-full.txt",
33-
"bytes": 2849282,
34-
"prevBytes": 2849282,
33+
"bytes": 2849781,
34+
"prevBytes": 2849781,
3535
"deltaBytes": 0
3636
},
3737
{
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-03T19:50:32.866Z"
126+
"finishedAt": "2025-12-03T20:30:51.570Z"
127127
}

src/content/cre/concepts/finality.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When reading from the blockchain or setting up triggers, you can specify one of
4141

4242
## How confidence levels work per chain
4343

44-
CRE translates confidence levels to the appropriate blockchain mechanism:
44+
Here's how CRE determines which blocks to use for each confidence level:
4545

4646
### SAFE and LATEST
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7147,11 +7147,11 @@ When reading from the blockchain or setting up triggers, you can specify one of
71477147

71487148
## How confidence levels work per chain
71497149

7150-
CRE translates confidence levels to the appropriate blockchain mechanism:
7150+
Here's how CRE determines which blocks to use for each confidence level:
71517151

71527152
### SAFE and LATEST
71537153

7154-
For all supported chains, `SAFE` and `LATEST` use the chain's native `safe` and `latest` block tags respectively. These are standard JSON-RPC block parameters supported by all CRE-compatible chains.
7154+
When you specify `SAFE` or `LATEST` in your workflows, CRE uses the chain's native `safe` and `latest` block tags respectively for all supported chains.
71557155

71567156
### FINALIZED
71577157

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5789,11 +5789,11 @@ When reading from the blockchain or setting up triggers, you can specify one of
57895789

57905790
## How confidence levels work per chain
57915791

5792-
CRE translates confidence levels to the appropriate blockchain mechanism:
5792+
Here's how CRE determines which blocks to use for each confidence level:
57935793

57945794
### SAFE and LATEST
57955795

5796-
For all supported chains, `SAFE` and `LATEST` use the chain's native `safe` and `latest` block tags respectively. These are standard JSON-RPC block parameters supported by all CRE-compatible chains.
5796+
When you specify `SAFE` or `LATEST` in your workflows, CRE uses the chain's native `safe` and `latest` block tags respectively for all supported chains.
57975797

57985798
### FINALIZED
57995799

0 commit comments

Comments
 (0)