Skip to content
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

Introduce confidential compute record #67

Merged
merged 5 commits into from
Oct 6, 2023

Conversation

Ruteri
Copy link
Collaborator

@Ruteri Ruteri commented Oct 4, 2023

📝 Summary

  • Introduces ConfidentialComputeRecord as the structure users sign and include in their ConfidentialComputeRequest along with confidential inputs
  • ConfidentialComputeRecord contain a hash of the confidential inputs for integrity
  • ConfidentialComputeRequest is now what is passed in to eth_sendRawTransaction, and also includes ConfidentialInputs
  • SuaveTransaction and ConfidentialComputeRequest both now include ConfidentialComputeRecord instead of an arbitrary Transaction

📚 References

flashbots/suave-specs#4


  • I have seen and agree to CONTRIBUTING.md

@Ruteri Ruteri marked this pull request as ready for review October 4, 2023 16:21
@Ruteri Ruteri force-pushed the unified-tx-inputs branch from c759e48 to 1b3d89f Compare October 5, 2023 11:36
@Ruteri Ruteri force-pushed the unified-tx-inputs branch from 1b3d89f to 8f5232d Compare October 6, 2023 11:37
@Ruteri Ruteri merged commit dd3875e into flashbots:main Oct 6, 2023
4 checks passed
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.

2 participants