Skip to content

Export DTF ABI atoms#4

Merged
lcamargof merged 1 commit into
mainfrom
codex/export-dtf-abi-atoms
May 20, 2026
Merged

Export DTF ABI atoms#4
lcamargof merged 1 commit into
mainfrom
codex/export-dtf-abi-atoms

Conversation

@tbrent
Copy link
Copy Markdown
Contributor

@tbrent tbrent commented May 19, 2026

Summary

  • export Index DTF and staking vault ABI constants from the SDK public surface
  • keep this to ABI atoms only; no operator-specific helpers
  • bump @reserve-protocol/sdk to 0.0.3

Verification

  • pnpm --filter @reserve-protocol/sdk typecheck
  • pnpm --filter @reserve-protocol/sdk build
  • pnpm --filter @reserve-protocol/sdk test

Summary by CodeRabbit

  • New Features

    • Expanded SDK exports to include DTF Index, governance, and staking vault ABI interfaces.
  • Chores

    • Version bumped to 0.0.3.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9b48d1ad-577d-4540-930d-1f969883137b

📥 Commits

Reviewing files that changed from the base of the PR and between 4046229 and 36e61ea.

📒 Files selected for processing (3)
  • packages/sdk/package.json
  • packages/sdk/src/index-dtf/index.ts
  • packages/sdk/src/index.ts

📝 Walkthrough

Walkthrough

The PR increments the SDK package version to 0.0.3 and expands the public ABI exports by adding core index, staking-vault, and optimistic variants to both the index-dtf intermediary module and the main SDK barrel export.

Changes

SDK Release with ABI Export Expansion

Layer / File(s) Summary
Version Bump
packages/sdk/package.json
Package version incremented from 0.0.2 to 0.0.3.
ABI Export Expansion
packages/sdk/src/index-dtf/index.ts, packages/sdk/src/index.ts
New ABI re-exports (dtfIndexAbi, dtfIndexStakingVaultAbi, dtfIndexStakingVaultOptimisticAbi) added to index-dtf module and propagated through main SDK barrel export alongside existing governance ABI variants.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • lcamargof
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Export DTF ABI atoms' directly and specifically describes the main change—adding exports of DTF ABI constants to the SDK public surface, which aligns with all three file modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 codex/export-dtf-abi-atoms

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint skipped: no ESLint configuration detected in root package.json. To enable, add eslint to devDependencies.


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 598d238 into main May 20, 2026
2 checks passed
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.

2 participants