Skip to content

feat: new dtfs to catalog#9

Merged
lcamargof merged 1 commit into
mainfrom
feat/updated-catalog
Jun 18, 2026
Merged

feat: new dtfs to catalog#9
lcamargof merged 1 commit into
mainfrom
feat/updated-catalog

Conversation

@lcamargof

@lcamargof lcamargof commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • New Features

    • Added createdAt timestamps to catalog entries across all networks
    • Updated Index DTF logos with token-specific graphics
  • Documentation

    • Updated catalog structure documentation to include new createdAt field and logo format clarifications
  • Chores

    • Bumped version to 0.1.0
    • Updated type definitions to support new field

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 5a1d1a48-bdeb-473e-a7c7-c8449c32691d

📥 Commits

Reviewing files that changed from the base of the PR and between 6fb8b34 and 8e852dd.

⛔ Files ignored due to path filters (5)
  • packages/dtf-catalog/images/buildout.svg is excluded by !**/*.svg
  • packages/dtf-catalog/images/neocloud.svg is excluded by !**/*.svg
  • packages/dtf-catalog/images/photon.svg is excluded by !**/*.svg
  • packages/dtf-catalog/images/power.svg is excluded by !**/*.svg
  • packages/dtf-catalog/images/robots.svg is excluded by !**/*.svg
📒 Files selected for processing (9)
  • packages/dtf-catalog/CHANGELOG.md
  • packages/dtf-catalog/README.md
  • packages/dtf-catalog/index-dtf/base.json
  • packages/dtf-catalog/index-dtf/bnb.json
  • packages/dtf-catalog/index-dtf/mainnet.json
  • packages/dtf-catalog/package.json
  • packages/dtf-catalog/src/types.ts
  • packages/dtf-catalog/yield-dtf/base.json
  • packages/dtf-catalog/yield-dtf/mainnet.json

📝 Walkthrough

Walkthrough

Adds a required createdAt: number field to the CatalogYieldDTF TypeScript type and populates Unix timestamps for all catalog entries across index-dtf and yield-dtf JSON files (mainnet, base, BNB chains). BNB Index DTF entries additionally have their logo filenames updated from default.webp to token-specific SVGs. The package version is bumped to 0.1.0 with matching changelog and README updates.

Changes

Add createdAt timestamps to DTF Catalog

Layer / File(s) Summary
CatalogYieldDTF type: add createdAt field
packages/dtf-catalog/src/types.ts
Adds readonly createdAt: number as a required property to CatalogYieldDTF, which is also inherited by CatalogIndexDTF.
Catalog JSON data: populate createdAt and BNB logos
packages/dtf-catalog/index-dtf/mainnet.json, packages/dtf-catalog/index-dtf/base.json, packages/dtf-catalog/index-dtf/bnb.json, packages/dtf-catalog/yield-dtf/mainnet.json, packages/dtf-catalog/yield-dtf/base.json
Populates createdAt Unix timestamps across all catalog entries on all supported chains. BNB Index DTF entries also have their logo field changed from "default.webp" to token-specific SVG filenames (photon.svg, buildout.svg, robots.svg, power.svg, neocloud.svg).
Package release artifacts
packages/dtf-catalog/package.json, packages/dtf-catalog/CHANGELOG.md, packages/dtf-catalog/README.md
Bumps the package version from 0.0.2 to 0.1.0, records the release in the changelog, and updates README docs to define createdAt and clarify logo formats (WebP for Index DTFs, legacy SVG for Yield DTFs).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/updated-catalog

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lcamargof lcamargof merged commit ff3fb65 into main Jun 18, 2026
0 of 2 checks passed
@lcamargof lcamargof deleted the feat/updated-catalog branch June 18, 2026 19:27
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.

1 participant