This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Assume signature verification filters bad packets#116
Closed
garious wants to merge 1 commit intosolana-labs:masterfrom
Closed
Assume signature verification filters bad packets#116garious wants to merge 1 commit intosolana-labs:masterfrom
garious wants to merge 1 commit intosolana-labs:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
========================================
+ Coverage 95.68% 96% +0.31%
========================================
Files 17 17
Lines 1508 1502 -6
========================================
- Hits 1443 1442 -1
+ Misses 65 60 -5
Continue to review full report at Codecov.
|
aeyakovenko
reviewed
Apr 11, 2018
| batch.into_iter().zip(r).collect() | ||
| let _r = ecdsa::ed25519_verify(&batch); | ||
| //batch.into_iter().zip(r).collect(); | ||
| batch |
Member
There was a problem hiding this comment.
how is this going to work without a bunch of memcopy or reallocation?
vkomenda
referenced
this pull request
in vkomenda/solana
Aug 29, 2021
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md) - [Commits](webpack/webpack-cli@v3.3.11...v3.3.12) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
steviez
added a commit
to steviez/solana
that referenced
this pull request
Mar 6, 2024
willhickey
pushed a commit
that referenced
this pull request
Mar 9, 2024
stevenbooke
pushed a commit
to stevenbooke/solana
that referenced
this pull request
Mar 18, 2024
palinko91
pushed a commit
to palinko91/solana
that referenced
this pull request
May 7, 2024
palinko91
pushed a commit
to palinko91/solana
that referenced
this pull request
May 7, 2024
segfaultdoc
added a commit
to jito-labs/solana
that referenced
this pull request
Aug 7, 2024
Co-authored-by: Jed <4679729+jedleggett@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commented out signature verification and no tests failed. :(