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

Find a rust replacement for BlsVerify #163

Open
gjermundgaraba opened this issue Dec 10, 2024 · 0 comments
Open

Find a rust replacement for BlsVerify #163

gjermundgaraba opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement Improvements ethereum-light-client Issues related to the 08-wasm ethereum light client

Comments

@gjermundgaraba
Copy link
Contributor

gjermundgaraba commented Dec 10, 2024

Currently, we rely fast_aggregate and aggregate of BLS signatures being provided by a CosmWasm CustomQuery from the chain itself (i.e. the code is in go and being called from the CosmWasm contract).

The reason for this is because there are currently no production ready rust libraries for this (it seems). If something exists that we can use (we will not write this ourselves), we should use that instead.

We currently use https://github.com/Snowfork/milagro_bls for tests, but that repo has some severe warnings on not being production ready, so that is not an option for the moment.

@srdtrk srdtrk added enhancement Improvements ethereum-light-client Issues related to the 08-wasm ethereum light client labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements ethereum-light-client Issues related to the 08-wasm ethereum light client
Projects
Status: Backlog
Development

No branches or pull requests

2 participants