-
Notifications
You must be signed in to change notification settings - Fork 205
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
Merge rc into feat refactor resolvers 2022.12.12 #4792
Merge rc into feat refactor resolvers 2022.12.12 #4792
Conversation
- do not pass multisigner as parameter since it is not needed anymore - no need to verify agg sig when created only with valid sigs
…n-on-consensus Optimistic signature aggregation by leader
…se-consensus-sigcheck fixes after review: fix indentation + use timer in blacklist
…-consensus Merge 1.5.0 feat optimize consensus
…ix-integration-tests Fix integration tests
…igcheck Feat/optimise consensus sigcheck
…-paths added separate cli flag for db and logs path
use dfs instead of bfs in trie iterator
Trie load benchmarks
…at_refactor_resolvers_2022.12.12 # Conflicts: # testscommon/components/default.go
Codecov ReportBase: 70.79% // Head: 70.82% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## feat/refactor_resolvers #4792 +/- ##
===========================================================
+ Coverage 70.79% 70.82% +0.03%
===========================================================
Files 655 657 +2
Lines 84976 85321 +345
===========================================================
+ Hits 60159 60430 +271
- Misses 20286 20344 +58
- Partials 4531 4547 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?