Fixed Oracle Precompile Address & Removed Confidential Transfers Precompile#279
Merged
Conversation
codebycarson
commented
Jul 29, 2025
Collaborator
- Fixed Oracle Precompile Address
- Removed Confidential Transfers Precompile (deprecated)
- Added changeset
…ompile - Fixed Oracle Precompile Address - Removed Confidential Transfers Precompile - Added changeset
🦋 Changeset detectedLatest commit: a23464c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the Oracle precompile address and removes the deprecated Confidential Transfers precompile from the codebase.
- Fixed Oracle precompile address from
0x1002to0x1008 - Removed all Confidential Transfers precompile code and references as it's deprecated
- Updated documentation to reflect the address change
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/precompiles/src/precompiles/oracle.ts | Updates Oracle precompile address from 0x1002 to 0x1008 |
| packages/precompiles/src/precompiles/confidential_transfers.ts | Completely removes the deprecated Confidential Transfers precompile implementation |
| packages/precompiles/src/precompiles/index.ts | Removes export of confidential_transfers module |
| packages/precompiles/src/viem/confidentialTransfersPrecompile.ts | Removes Viem wrapper for Confidential Transfers precompile |
| packages/precompiles/src/viem/index.ts | Removes export of confidentialTransfersPrecompile |
| packages/precompiles/src/viem/tests/viemPrecompiles.spec.ts | Removes Confidential Transfers from test cases |
| packages/precompiles/src/ethers/confidentialTransfersPrecompile.ts | Removes Ethers wrapper for Confidential Transfers precompile |
| packages/precompiles/src/ethers/index.ts | Removes export of confidentialTransfersPrecompile |
| packages/precompiles/src/ethers/tests/ethersPrecompiles.spec.ts | Removes Confidential Transfers from test cases |
| docs/precompiles/precompiles/oracle.mdx | Updates Oracle contract address in documentation |
| docs/llms-full.txt | Updates Oracle address and removes Confidential Transfers section |
| .changeset/slick-baths-teach.md | Adds changeset documenting the changes |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 73 70 -3
Lines 855 843 -12
Branches 139 139
=========================================
- Hits 855 843 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
besated
approved these changes
Jul 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.