-
Notifications
You must be signed in to change notification settings - Fork 8
Flashtestions #137
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
base: main
Are you sure you want to change the base?
Flashtestions #137
Conversation
crates/op-rbuilder/src/flashtestations/abi/BlockBuilderPolicy.json
Outdated
Show resolved
Hide resolved
722bdb7
to
b24470d
Compare
30edfe3
to
ac919fb
Compare
|
||
rollup-boost = { git = "http://github.com/flashbots/rollup-boost", branch = "main" } | ||
tdx = { git = "https://github.com/automata-network/tdx-attestation-sdk.git"} |
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.
tdx = { git = "https://github.com/automata-network/tdx-attestation-sdk.git"} | |
tdx = { git = "https://github.com/automata-network/tdx-attestation-sdk.git"} |
tdx = { git = "https://github.com/automata-network/tdx-attestation-sdk.git"} | |
tdx = { git = "https://github.com/automata-network/tdx-attestation-sdk.git", rev = "d41e1f7791b7964d7b257c28136f253c8bfa390c"} |
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.
why this commit?
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.
its causing version conflicts: two different versions of the c-kzg crate
|
||
rollup-boost = { git = "http://github.com/flashbots/rollup-boost", branch = "main" } | ||
tdx = { git = "https://github.com/automata-network/tdx-attestation-sdk.git"} | ||
dcap-rs = { git = "https://github.com/automata-network/dcap-rs.git" } |
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.
dcap-rs = { git = "https://github.com/automata-network/dcap-rs.git" } | |
dcap-rs = { git = "https://github.com/automata-network/dcap-rs.git" } |
dcap-rs = { git = "https://github.com/automata-network/dcap-rs.git" } | |
dcap-rs = { git = "https://github.com/automata-network/dcap-rs.git", rev = "d847b8f75a493640c4881bdf67775250b6baefab" } |
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.
why this commit?
e6e375d
to
6bd702b
Compare
e0dfb4c
to
b6a56c5
Compare
I have a couple of thoughts and suggestions based on how the service is currently started and how/when the attestation transaction is submitted:
Summary:
|
📝 Summary
Adds bootstrapping and tee proof verification functionality to the flashtestations workflow.
Workflow:
--flashtestations.enable-block-proofs
💡 Motivation and Context
Future Work:
✅ I have completed the following steps:
make lint
make test