Skip to content

Commit 77c6f9b

Browse files
authored
Merge branch 'main' into consumer-contract-tx
2 parents 72c1b83 + c397c2c commit 77c6f9b

File tree

5 files changed

+432
-142
lines changed

5 files changed

+432
-142
lines changed

.github/scripts/data/baseline.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2025-12-21T21:03:33Z",
2+
"timestamp": "2025-12-28T21:03:24Z",
33
"knownIds": [
44
"aptos-apt-usd",
55
"aptos-btc-usd",
@@ -1511,6 +1511,7 @@
15111511
"hyperevm-khype-usd",
15121512
"hyperevm-lhype-khype-exchange-rate",
15131513
"hyperevm-lhype-sthype-exchange-rate",
1514+
"hyperevm-purr-usd",
15141515
"hyperevm-sol-usd",
15151516
"hyperevm-susde-usd",
15161517
"hyperevm-thbill-usd",
@@ -1519,6 +1520,7 @@
15191520
"hyperevm-usdc-usd",
15201521
"hyperevm-usde-usd",
15211522
"hyperevm-usdh-usd",
1523+
"hyperevm-usdhl-usd",
15221524
"hyperevm-usdt-usd",
15231525
"hyperevm-usol-usd",
15241526
"hyperevm-usr-usd",
@@ -1830,6 +1832,7 @@
18301832
"polygon-aave-eth",
18311833
"polygon-aave-usd",
18321834
"polygon-ada-usd",
1835+
"polygon-ageur-usd",
18331836
"polygon-alcx-usd",
18341837
"polygon-algo-usd",
18351838
"polygon-amzn-usd",

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
165165
- name: Build Site
166166
run: npm run build
167+
env:
168+
NODE_OPTIONS: '--max-old-space-size=8192'
167169

168170
- name: Check Internal Links
169171
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0

public/changelog.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@
358358
}
359359
},
360360
"data": [
361+
{
362+
"category": "release",
363+
"date": "2025-12-29",
364+
"description": "The Data Streams Candlestick API now offers a new [`/groups` endpoint](https://docs.chain.link/data-streams/reference/candlestick-api#get-list-of-supported-groups) that returns a list of all supported symbol types (crypto, equities, forex, equity) which can be used as a filter in the `/symbol_info` endpoint. Additionally, the `/history` and `/history/rows` endpoints now support [user-specified resolutions](https://docs.chain.link/data-streams/reference/candlestick-api#supported-resolutions) with flexible time units (minutes, hours, days, weeks, months, years).",
365+
"title": "Candlestick API: Groups endpoint and user resolution support",
366+
"topic": "Data Streams"
367+
},
361368
{
362369
"category": "integration",
363370
"date": "2025-12-21",
@@ -772,6 +779,13 @@
772779
"title": "CCIP Expands to Tempo Testnet",
773780
"topic": "CCIP"
774781
},
782+
{
783+
"category": "release",
784+
"date": "2025-12-11",
785+
"description": "Chainlink Node v2.31.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.31.0) for details.",
786+
"title": "Chainlink Node v2.31.0",
787+
"topic": "Nodes"
788+
},
775789
{
776790
"category": "release",
777791
"date": "2025-12-11",
@@ -1416,6 +1430,13 @@
14161430
"title": "CRE CLI v1.0.2",
14171431
"topic": "CRE"
14181432
},
1433+
{
1434+
"category": "release",
1435+
"date": "2025-11-17",
1436+
"description": "Chainlink Node v2.30.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.30.0) for details.",
1437+
"title": "Chainlink Node v2.30.0",
1438+
"topic": "Nodes"
1439+
},
14191440
{
14201441
"category": "integration",
14211442
"date": "2025-11-16",

0 commit comments

Comments
 (0)