Skip to content

Tdl 261#262

Draft
markshenouda wants to merge 99 commits intofeat/dev-3.0-no-landingfrom
tdl-261
Draft

Tdl 261#262
markshenouda wants to merge 99 commits intofeat/dev-3.0-no-landingfrom
tdl-261

Conversation

@markshenouda
Copy link
Member

IMPORTANT: Please do not create a Pull Request without creating an issue first.Any change needs to be discussed before proceeding.

Closing issues

closes #ISSUE_NUMBER_GOES_HERE

...

Description

...

Changes

  • High level
  • changes that
  • you made
  • ...

aelmanaa and others added 30 commits February 13, 2026 12:49
…its (smartcontractkit#3468)

* docs: add safe decimal scaling section and caution boxes

  Add a new Safe decimal scaling section to Before You Build covering
  parseUnits and formatUnits from viem. Add caution boxes to Onchain Read
  and Writing Data Onchain pages linking to the new section.

* llm gen

---------

Co-authored-by: Karim <98668332+khadni@users.noreply.github.com>
* Data: Update changelog for new data items

* fix

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
)

* Add CRE CLI v1.0.11 & World Chain Mainnet support

* add World Chain to quick links
…#3465)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.23.1 to 7.23.2
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.23.1...react-instantsearch@7.23.2)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
Bumps the typescript group with 2 updates: [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@types/prismjs` from 1.26.5 to 1.26.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)

Updates `@types/react` from 19.2.13 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/prismjs"
  dependency-version: 1.26.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ontractkit#3463)

Bumps the astro-framework group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 5.17.1 to 5.17.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.17.2/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.2/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
…martcontractkit#3471)

- Add unified search endpoint with automatic query type detection:
  - Selector search (>17 digit numbers)
  - ChainId search (numeric values)
  - InternalId search (kebab-case identifiers)
  - DisplayName fuzzy search (using Fuse.js)

- Expand chain support to 9 families:
  - evm, solana, aptos, sui, tron, canton, ton, stellar, starknet
  - Remove legacy svm/mvm family groupings

- Add new selector YAML files for:
  - sui, tron, canton, ton, stellar, starknet

- Update API to return both supported and unsupported chains in search mode
  with `supported: boolean` field

- Add family filter parameter for search results

- Update OpenAPI spec with all 9 chain families

- Consolidate ChainType/ChainFamily types to src/config/types.ts

BREAKING CHANGE: Chain family values changed from svm/mvm to solana/aptos/sui.
Clients must update data.svm to data.solana, data.mvm to data.aptos.
Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: aelmanaa <aelmanaa@gmail.com>
…actkit#3472)

Reduces false positive matches in chain search. For example, searching
'aptos' now returns only Aptos instead of also matching Fantom, Pharos,
and Canton.
* migrate from Gelato guide

* update sidebar

* update sidebar

* update sidebar
…ractkit#3478)

* added some additional risk information and mitigation tips regarding single provider/overnight sessions

* feedback
…DK (smartcontractkit#3479)

Unified SDK/CLI pages, replaced EVM-specific offchain tutorials with universal page, added redirects for backward compatibility, and updated robots.txt for cross-site SEO.
* pharos mainnet + adi testnet

* adi logo

* refresh

* changelog

---------

Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
Co-authored-by: aelmanaa <aelmanaa@gmail.com>
* update contact us link

* update llms
…tractkit#3480)

* integrations + quicklink direct to address

* minor touches and changelog entry

* lint fix

* more fixes
…#3492)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.23.2 to 7.24.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.23.2...react-instantsearch@7.24.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ractkit#3491)

Bumps the linting-tools group with 1 update: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).


Updates `knip` from 5.83.1 to 5.85.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.85.0/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.85.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
…ontractkit#3488)

Bumps the astro-framework group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 5.17.2 to 5.17.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the github-actions group with 4 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [foundry-rs/foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain).


Updates `peter-evans/create-pull-request` from 7.0.11 to 8.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@22a9089...c0f553f)

Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

Updates `foundry-rs/foundry-toolchain` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/foundry-rs/foundry-toolchain/releases)
- [Changelog](https://github.com/foundry-rs/foundry-toolchain/blob/master/RELEASE.md)
- [Commits](foundry-rs/foundry-toolchain@50d5a89...8789b3e)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: foundry-rs/foundry-toolchain
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.95.3 to 2.97.0.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.97.0/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
* Data: Update changelog for new data items

* remove extra entries

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
github-actions bot and others added 29 commits March 10, 2026 22:24
Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
* search guide update: atlas, v1

* nit

* contact us update

* contact us update 2
* pre-work for new chains

* fix

* updates

* updates

* updates

* updates

* changelog + quicklinks

* fix

---------

Co-authored-by: SyedAsadKazmi <syed.asadkazmi@smartcontract.com>
Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.98.0 to 2.99.1.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.99.1/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.99.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#3557)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.26.1 to 7.27.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.26.1...react-instantsearch@7.27.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…contractkit#3556)

Bumps the ui-frameworks group with 1 update: [preact](https://github.com/preactjs/preact).


Updates `preact` from 10.28.4 to 10.29.0
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.28.4...10.29.0)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the astro-framework group with 4 updates: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown), [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@astrojs/mdx` from 4.3.13 to 4.3.14
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/@astrojs/mdx@4.3.14/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.14/packages/integrations/mdx)

Updates `@astrojs/partytown` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@2.1.5/packages/integrations/partytown)

Updates `@astrojs/sitemap` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.1/packages/integrations/sitemap)

Updates `astro` from 5.18.0 to 5.18.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-version: 4.3.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: "@astrojs/partytown"
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: astro
  dependency-version: 5.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* remove "deprecated" from latestAnswer

* nit

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
* Data: Update changelog for new data items

* prettier???

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
)

* supported networks update

* update content up to 1.5.0, new features, small tickets, other feedback
* version changes for latest ts sdk bump

* fix
* table-changes

* content update

* remove testing tools

* nits and lint fix

* fix
* CRE: Add Verifying Workflows guide

* nit: link

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
* Add Build with AI getting started page for CRE docs

* Split Build with AI page into language-specific variants

* sidebar fix

* Delete src/content/cre/getting-started/build-with-ai.mdx

* various changes, references to docs, more info

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
* Add Understanding Workflow Limits documentation page

* rename

* removing defaults

* updates to reference, changelog, release notes, and other updates

---------

Co-authored-by: De Clercq Wentzel <10665586+wentzeld@users.noreply.github.com>
* Add svr bundles instructions

* Fix format

* empty commit: trigger automation

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
…a GraphQL

- Integrate Amine's PR (origin2/ccv-directory) with GraphQL/AtlasDB live data
- Add full GraphQL layer: client, queries, generated types, enrichment-data-service
- Add new services: ChainIdentifierService, ChainSearchService (fuse.js), TokenDirectoryService
- Add new chain support: sui, canton, ton, tron, stellar, starknet
- Update token/lane/chain API endpoints with new params and fuzzy search
- Preserve component split: NetworkLaneRow, NetworkLaneRowNoVerifiers, VerifiersAccordionRow
- Adopt origin2 UI changes in TokenDrawer: 4-column layout, LaneFilter enum, LaneDrawer navigation
- Update TokenDetailsHero: use network.logo directly, null-safe poolRawType ?? "—"
- Add onNetworkClick to row components to open LaneDrawer on network name click
- Restore getNetworkIconUrl to data.ts and NETWORK_ICON_PATH to cdn.ts for non-CCIP pages
- Restore @chainlink/blocks dependency used by non-CCIP pages
- Remove @astrojs/tailwind import from astro.config.ts (removed in origin2)
- Add CCIP_GRAPHQL_ENDPOINT and CCIP_GRAPHQL_API_KEY env vars (values needed from Chainlink team)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@markshenouda markshenouda self-assigned this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.