-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimise attestation signature verification (#11940)
Using signature aggregate validation now for attestation service. pprof BEFORE the changes: <img width="1728" alt="Screenshot 2024-09-11 at 00 18 28" src="https://github.com/user-attachments/assets/bfd2b446-9394-482f-9fbd-da590c824ab1"> pprof AFTER the changes: <img width="1728" alt="Screenshot 2024-09-10 at 23 27 51" src="https://github.com/user-attachments/assets/d7f65d80-d90c-450a-9a24-3302ddae8b24"> It shows to speed up the process more than 10 times. Also note that in the tests I was accumulating ALL the attestation regardless having a validator/aggregator for that specific slot/committee. But we can safely say that it would have the same speeding up effect in other cases as well. --------- Co-authored-by: shota.silagadze <shota.silagadze@taal.com>
- Loading branch information
1 parent
6ac7005
commit be2b431
Showing
6 changed files
with
200 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.