Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Change for cuda verify integration#109

Merged
garious merged 1 commit intosolana-labs:masterfrom
sakridge:wip_gpu
Apr 6, 2018
Merged

Change for cuda verify integration#109
garious merged 1 commit intosolana-labs:masterfrom
sakridge:wip_gpu

Conversation

@sakridge
Copy link
Copy Markdown
Contributor

@sakridge sakridge commented Apr 5, 2018

No description provided.

@sakridge sakridge requested review from aeyakovenko and garious April 5, 2018 23:14
Comment thread src/event.rs Outdated
pub fn verify(&self) -> bool {
match *self {
Event::Transaction(ref tr) => tr.verify(),
Event::Transaction(ref tr) => tr.verify_plan(),
Copy link
Copy Markdown
Contributor

@garious garious Apr 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change shouldn't be necessary. Can you revert that and report back any consequences?

Copy link
Copy Markdown
Contributor Author

@sakridge sakridge Apr 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to verify_sig(), but did you mean it should be verify_sig() && verify_plan()? Anatoly removed the one that does both, but I can add it back.

Comment thread src/transaction.rs Outdated

#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
pub struct Transaction {
pub struct Signed {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to rename this to TransactionData

Comment thread src/transaction.rs Outdated
#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
pub struct Transaction {
pub struct Signed {
pub from: PublicKey,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to leave from in the top-level struct

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #109 into master will decrease coverage by 0.8%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   96.09%   95.29%   -0.81%     
==========================================
  Files          16       17       +1     
  Lines        1358     1467     +109     
==========================================
+ Hits         1305     1398      +93     
- Misses         53       69      +16
Impacted Files Coverage Δ
src/plan.rs 99% <ø> (ø) ⬆️
src/lib.rs 100% <ø> (ø) ⬆️
src/packet.rs 93.16% <100%> (-1.29%) ⬇️
src/event.rs 100% <100%> (ø) ⬆️
src/accountant.rs 95.14% <100%> (ø) ⬆️
src/streamer.rs 97.7% <100%> (ø) ⬆️
src/accountant_skel.rs 88.88% <88.88%> (-3.57%) ⬇️
src/ecdsa.rs 96.55% <96.55%> (ø)
src/transaction.rs 98.73% <96.66%> (-1.27%) ⬇️
src/historian.rs 98.36% <0%> (-1.64%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc6d6b2...f4466c8. Read the comment docs.

@sakridge
Copy link
Copy Markdown
Contributor Author

sakridge commented Apr 6, 2018

I didn't include the GPU lib, do we want to just check it in for now?

@garious
Copy link
Copy Markdown
Contributor

garious commented Apr 6, 2018

The functionality tucked under feature flags don't need to be buildable by CI. This PR is good to go. Merging.

@garious garious merged commit a7f59ef into solana-labs:master Apr 6, 2018
vkomenda referenced this pull request in vkomenda/solana Aug 29, 2021
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.4.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v6.8.0...v7.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
KirillLykov pushed a commit to KirillLykov/solana that referenced this pull request Mar 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants