Examples: Refresh rofl-oracle-sgx and rofl-oracle-tdx-raw#2273
Merged
Conversation
kostko
reviewed
Jul 15, 2025
✅ Deploy Preview for oasisprotocol-oasis-sdk canceled.
|
fc51238 to
8cf2d68
Compare
8cf2d68 to
a89375d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2273 +/- ##
=======================================
Coverage 53.96% 53.96%
=======================================
Files 163 163
Lines 12333 12333
=======================================
Hits 6656 6656
Misses 5677 5677 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a4460da to
4c9a74c
Compare
kostko
approved these changes
Jul 28, 2025
b147a4a to
cad37c4
Compare
eb6bd7a to
8a7e1f2
Compare
8a7e1f2 to
68726e2
Compare
github-actions bot
added a commit
that referenced
this pull request
Jul 30, 2025
…atevz/features/examples-rename-sgx-tdx Examples: Refresh rofl-oracle-sgx and rofl-oracle-tdx-raw fa6a00d
github-actions bot
added a commit
that referenced
this pull request
Jul 30, 2025
…/matevz/features/examples-rename-sgx-tdx Examples: Refresh rofl-oracle-sgx and rofl-oracle-tdx-raw fa6a00d
github-actions bot
added a commit
to OasisUnofficial/oasis-sdk
that referenced
this pull request
Jul 30, 2025
…sisprotocol/matevz/features/examples-rename-sgx-tdx Examples: Refresh rofl-oracle-sgx and rofl-oracle-tdx-raw fa6a00d
github-actions bot
added a commit
to OasisUnofficial/oasis-sdk
that referenced
this pull request
Jul 30, 2025
…oasisprotocol/matevz/features/examples-rename-sgx-tdx Examples: Refresh rofl-oracle-sgx and rofl-oracle-tdx-raw fa6a00d
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.
Fixes #2090
This PR rewrites the rofl-oracle-* examples to a new format:
rofl-oracle-sgxfor SGX androfl-oracle-tdx-rawfor TDX flavor without containersrofl.yamlid()andtrust_root()implementationdebug: truefor Localnet and no trust rootrofl-oracle-*/oracle->rofl-oracle-*/contractsbecause that's where web3 devs expect smart contracts to live inrofl-oracle-tdx-raw/contracts->rofl-oracle-sgx/contractsto avoid code duplicationCargo.tomlfiles to use the current oasis-sdk repo tooling, including theminimal-runtimeexamplerofl-utilsused byrofl-oracle-sgxRelated oasisprotocol/oasis-web3-gateway#759, oasisprotocol/cli#548