-
Notifications
You must be signed in to change notification settings - Fork 595
feat(pxe): implement minor/major oracle version tracking #22254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
benesjan
merged 18 commits into
merge-train/fairies
from
jan/f-507-implement-minormajor-oracle-version-tracking
Apr 9, 2026
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e4032ab
feat(pxe): implement minor/major oracle version tracking
benesjan bc20ef3
warning when contract version not set
benesjan 8087b2f
clarifying stuff
benesjan 2f11cd4
AI slop revert
benesjan 9e5026a
refactor: rename oracle to V2 and improve error messages
benesjan ea30be2
wip
benesjan deb18bd
clarifying comment
benesjan 930b5e1
Update yarn-project/pxe/src/contract_function_simulator/oracle/oracle.ts
benesjan 6d3ea12
refactor: simplify contract version lookup per review
benesjan 6143a01
camelcasifying
benesjan bbc8b82
stale comment fix
benesjan b333cec
docs page
benesjan 1ae2c12
last error improvements
benesjan c7940de
last last error message fix
benesjan 3cc7bbf
Merge branch 'merge-train/fairies' into jan/f-507-implement-minormajo…
benesjan ab7841c
test fix
benesjan 5f82a88
Update docs/docs-developers/docs/foundational-topics/pxe/index.md
benesjan e3d2451
Merge branch 'merge-train/fairies' into jan/f-507-implement-minormajo…
benesjan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this fits in a foundational topics doc. However we do need something to point at and we need to merge this soon so maybe we could track to move this somewhere else in a Linear issue?