Skip to content

chore: remove MultiPythOracleAdapter for Euler launch#238

Open
hardyjosh wants to merge 1 commit into
docs/readme-integrator-notesfrom
chore/remove-multipyth
Open

chore: remove MultiPythOracleAdapter for Euler launch#238
hardyjosh wants to merge 1 commit into
docs/readme-integrator-notesfrom
chore/remove-multipyth

Conversation

@hardyjosh

Copy link
Copy Markdown
Collaborator

Deletes the multi-feed Pyth oracle adapter and its deployer:

  • src/concrete/oracle/MultiPythOracleAdapter.sol
  • src/concrete/deploy/MultiPythOracleAdapterBeaconSetDeployer.sol
  • src/concrete/deploy/MultiOracleUnifiedDeployer.sol
  • All test/src/concrete/oracle/MultiPythOracleAdapter.*.t.sol files
  • test/src/concrete/deploy/MultiOracleUnifiedDeployer.t.sol

Drops references throughout:

  • script/Deploy.sol: removes deploy fns and DEPLOYMENT_SUITE_MULTI_* constants
  • src/lib/LibProdDeploy.sol: drops MULTI_PYTH_ORACLE_ADAPTER_BEACON_SET_DEPLOYER + MULTI_ORACLE_UNIFIED_DEPLOYER constants
  • test/src/concrete/ProdFork.t.sol: deletes wtCOIN-multi prod-fork test block and WTCOIN_MULTI_* address constants
  • subgraph/{subgraph.yaml,schema.graphql,networks.json,src/{deployer.ts,oracle-adapter.ts},tests/{handlers/handle-oracle-adapter.test.ts,event-mocks.test.ts}}: drops MultiPyth and MultiOracleUnified data sources, entities, handlers, mocks.

Subsumes PR #227 (MultiPyth cascade narrow-catch) since the entire surface area it constrained is gone.

Also fixes stale OLD-style soldeer imports in test/src/concrete/protocol/AutoPausePropagation.t.sol that survived the migration rebase.

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cdae0ce9-966f-4203-a04c-efcfa164b2f2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-multipyth

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.

Deletes the multi-feed Pyth oracle adapter and its deployer:
- src/concrete/oracle/MultiPythOracleAdapter.sol
- src/concrete/deploy/MultiPythOracleAdapterBeaconSetDeployer.sol
- src/concrete/deploy/MultiOracleUnifiedDeployer.sol
- All test/src/concrete/oracle/MultiPythOracleAdapter.*.t.sol files
- test/src/concrete/deploy/MultiOracleUnifiedDeployer.t.sol

Drops references throughout:
- script/Deploy.sol: removes deploy fns and DEPLOYMENT_SUITE_MULTI_* constants
- src/lib/LibProdDeploy.sol: drops MULTI_PYTH_ORACLE_ADAPTER_BEACON_SET_DEPLOYER + MULTI_ORACLE_UNIFIED_DEPLOYER constants
- test/src/concrete/ProdFork.t.sol: deletes wtCOIN-multi prod-fork test block and WTCOIN_MULTI_* address constants
- subgraph/{subgraph.yaml,schema.graphql,networks.json,src/{deployer.ts,oracle-adapter.ts},tests/{handlers/handle-oracle-adapter.test.ts,event-mocks.test.ts}}: drops MultiPyth and MultiOracleUnified data sources, entities, handlers, mocks.

Subsumes PR #227 (MultiPyth cascade narrow-catch) since the entire surface area it constrained is gone.

Also fixes stale OLD-style soldeer imports in test/src/concrete/protocol/AutoPausePropagation.t.sol that survived the migration rebase.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hardyjosh hardyjosh force-pushed the docs/readme-integrator-notes branch from 6fdcad4 to c57e684 Compare May 31, 2026 11:48
@hardyjosh hardyjosh force-pushed the chore/remove-multipyth branch from a9a35d3 to 48b9306 Compare May 31, 2026 11:48
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