Skip to content

feat(solana): add Byreal DEX integration#9261

Closed
eekey-cloud wants to merge 1 commit intoduneanalytics:mainfrom
eekey-cloud:feat/add-byreal-dex
Closed

feat(solana): add Byreal DEX integration#9261
eekey-cloud wants to merge 1 commit intoduneanalytics:mainfrom
eekey-cloud:feat/add-byreal-dex

Conversation

@eekey-cloud
Copy link
Copy Markdown

@eekey-cloud eekey-cloud commented Jan 29, 2026

Summary

  • Add Byreal DEX spellbook integration for Solana
  • Includes staging table, base trades model, and trades view

Test plan

  • CI tests pass for Byreal models
  • Verify data accuracy against on-chain transactions

Add Byreal DEX spellbook integration for Solana with:
- Staging table for raw swaps
- Base trades model
- Trades view

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented Jan 29, 2026

PR Summary

Medium Risk
Adds new on-chain parsing/join logic and expands the global dex_solana_base_trades union, so incorrect indexing or join assumptions could create missing/duplicated/mis-attributed trades.

Overview
Adds a new Solana DEX integration for Byreal by introducing incremental models to extract swap instructions (byreal_solana_stg_raw_swaps) and derive raw trades by joining to SPL token transfers (byreal_solana_base_trades, including trade_source, vaults, mints, and amounts).

Exposes Byreal trades via a dedicated byreal_solana_trades view over dex_solana_trades, adds schema metadata/tests for the new models, and includes Byreal in the dex_solana_base_trades union so it flows into the global Solana DEX dataset.

Written by Cursor Bugbot for commit ff0b5f4. Configure here.

@github-actions github-actions Bot marked this pull request as draft January 29, 2026 19:19
@github-actions github-actions Bot added WIP work in progress dbt: solana covers the Solana dbt subproject labels Jan 29, 2026
@eekey-cloud
Copy link
Copy Markdown
Author

Closing PR

@eekey-cloud eekey-cloud closed this Feb 9, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dbt: solana covers the Solana dbt subproject WIP work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant