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

Commit-Boost integration #201

Closed
mempirate opened this issue Aug 22, 2024 · 1 comment
Closed

Commit-Boost integration #201

mempirate opened this issue Aug 22, 2024 · 1 comment
Assignees
Labels
C: bolt-sidecar Component: bolt-sidecar T: feature Type: Feature

Comments

@mempirate
Copy link
Contributor

mempirate commented Aug 22, 2024

Context

We'd like to support running Bolt as a commit-boost module. For Bolt, this means 2 things:

  • If run with commit-boost, signatures should be requested from commit-boost. There are 2 types of signatures: BLS for authentication (what constraints should be signed with), and ECDSA for binding commitments. commit-boost has an open issue for ECDSA: feat(signer): add ECDSA proxy keys Commit-Boost/commit-boost-client#87. We can provide a flag for --signer-api which would indicate to the process that it is running alongside commit-boost.
  • We also need to modify the regular PBS module to support the constraints-API. An example can be found here: https://github.com/eserilev/il-boost

Commit-boost documentation: https://commit-boost.github.io/commit-boost-client

@mempirate
Copy link
Contributor Author

Closing this as the final touches will be added when testing the whole flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar T: feature Type: Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants