Skip to content

Commit

Permalink
Change to normal array with date values for each entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl committed Jul 10, 2024
1 parent 83c6d5d commit 72bd7b4
Showing 1 changed file with 98 additions and 99 deletions.
197 changes: 98 additions & 99 deletions public/chainlog.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,98 @@
{
"2023-03-02": [
{
"category": "blog-post",
"changes": [],
"description": "Learn about 11 different ways to use Chainlink Functions in your decentralized applications.",
"relatedNetworks": [],
"relatedTokens": [],
"title": "Using Chainlink Functions in your dApps",
"topics": ["functions"],
"urls": [
{
"href": "https://blog.chain.link/ways-to-use-chainlink-functions/",
"linkText": "Read the blog post",
"type": "blog"
}
]
}
],
"2024-05-07": [
{
"category": "major-release",
"changes": [
{
"href": "/vrf/v2-5/billing",
"linkDescription": "Native tokens are now supported for payments in addition to LINK.",
"linkText": "Support for native gas token billing",
"show-in-devhub": true,
"type": "docs"
},
{
"href": "https://vrf.chain.link/",
"linkDescription": "The UI now supports one-click migration to future new versions of VRF.",
"linkText": "One-click migration",
"show-in-devhub": true,
"type": "ui"
},
{
"linkDescription": "Describe the feature...",
"linkText": "Example change with no URL #2"
},
{
"linkDescription": "URLs are optional on changes. shortName is usually highlighted while the description is not.",
"linkText": "Example change with no URL #1"
}
],
"description": "VRF v2.5 is available on Mainnet and Testnet",
"relatedNetworks": [],
"relatedTokens": [],
"title": "VRF v2.5",
"topics": ["vrf"],
"urls": [
{
"href": "/vrf/release-notes",
"linkDescription": "See the complete list of changes for VRF 2.5",
"linkText": "See the full release notes",
"type": "docs"
},
{
"href": "https://blog.chain.link/vrf2-5",
"linkDescription": "Read the blog post to learn about VRF v2.5 use cases",
"linkText": "Read the blog post",
"type": "blog"
},
{
"href": "https://example.com",
"linkText": "A link with no description. Descriptions are optional if you just want link text",
"type": "other"
}
]
},
{
"category": "token-support",
"changes": [],
"description": "AAVE and LINK are now transferrable on several lanes.",
"relatedNetworks": ["arbitrum", "arbitrum-sepolia", "polygon-amoy"],
"relatedTokens": [
{
"token": "AAVE",
"tokenDescription": "Aave Governance Token"
},
{
"token": "LINK",
"tokenDescription": "Chainlink Token"
}
],
"title": "CCIP Token Support Update",
"topics": ["ccip"],
"urls": [
{
"href": "/ccip/supported-networks/v1_2_0/mainnet",
"linkDescription": "See the CCIP Supported Networks page for a complete list of lanes and tokens.",
"linkText": "CCIP Supported Networks",
"type": "docs"
}
]
}
]
}
[
{
"category": "blog-post",
"changes": [],
"date": "2023-03-02",
"description": "Learn about 11 different ways to use Chainlink Functions in your decentralized applications.",
"relatedNetworks": [],
"relatedTokens": [],
"title": "Using Chainlink Functions in your dApps",
"topics": ["functions"],
"urls": [
{
"href": "https://blog.chain.link/ways-to-use-chainlink-functions/",
"linkText": "Read the blog post",
"type": "blog"
}
]
},
{
"category": "major-release",
"changes": [
{
"href": "/vrf/v2-5/billing",
"linkDescription": "Native tokens are now supported for payments in addition to LINK.",
"linkText": "Support for native gas token billing",
"show-in-devhub": true,
"type": "docs"
},
{
"href": "https://vrf.chain.link/",
"linkDescription": "The UI now supports one-click migration to future new versions of VRF.",
"linkText": "One-click migration",
"show-in-devhub": true,
"type": "ui"
},
{
"linkDescription": "Describe the feature...",
"linkText": "Example change with no URL #2"
},
{
"linkDescription": "URLs are optional on changes. shortName is usually highlighted while the description is not.",
"linkText": "Example change with no URL #1"
}
],
"date": "2024-05-07",
"description": "VRF v2.5 is available on Mainnet and Testnet",
"relatedNetworks": [],
"relatedTokens": [],
"title": "VRF v2.5",
"topics": ["vrf"],
"urls": [
{
"href": "/vrf/release-notes",
"linkDescription": "See the complete list of changes for VRF 2.5",
"linkText": "See the full release notes",
"type": "docs"
},
{
"href": "https://blog.chain.link/vrf2-5",
"linkDescription": "Read the blog post to learn about VRF v2.5 use cases",
"linkText": "Read the blog post",
"type": "blog"
},
{
"href": "https://example.com",
"linkText": "A link with no description. Descriptions are optional if you just want link text",
"type": "other"
}
]
},
{
"category": "token-support",
"changes": [],
"date": "2024-05-07",
"description": "AAVE and LINK are now transferrable on several lanes.",
"relatedNetworks": ["arbitrum", "arbitrum-sepolia", "polygon-amoy"],
"relatedTokens": [
{
"token": "AAVE",
"tokenDescription": "Aave Governance Token"
},
{
"token": "LINK",
"tokenDescription": "Chainlink Token"
}
],
"title": "CCIP Token Support Update",
"topics": ["ccip"],
"urls": [
{
"href": "/ccip/supported-networks/v1_2_0/mainnet",
"linkDescription": "See the CCIP Supported Networks page for a complete list of lanes and tokens.",
"linkText": "CCIP Supported Networks",
"type": "docs"
}
]
}
]

0 comments on commit 72bd7b4

Please sign in to comment.