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

v1.17: Remove unnecessary unwrap from simulate_transaction_unchecked() (backport of #35375) #65

Conversation

pgarg66
Copy link

@pgarg66 pgarg66 commented Mar 4, 2024

Remove unnecessary unwrap from simulate_transaction_unchecked() (solana-labs#35375)

Remove unnecessary unwrap from simulate_transaction_unchecked()

(cherry picked from commit cb260f1)

Recreating solana-labs#35396 in anza repo.

Fixes #

@pgarg66 pgarg66 requested a review from willhickey March 4, 2024 19:30
Copy link

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

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

:shipit:

@pgarg66 pgarg66 force-pushed the v1.17-backport-356c6a38cfc8aedfe70d414a8d2a03210834aba0 branch from 88de346 to 0c77757 Compare March 5, 2024 19:36
…()` (backport of solana-labs#35375)

Remove unnecessary unwrap from `simulate_transaction_unchecked()` (solana-labs#35375)

Remove unnecessary unwrap from simulate_transaction_unchecked()

(cherry picked from commit cb260f1)

Co-authored-by: Pankaj Garg <pankaj@solana.com>
@pgarg66 pgarg66 force-pushed the v1.17-backport-356c6a38cfc8aedfe70d414a8d2a03210834aba0 branch from 0c77757 to b4ab25c Compare March 6, 2024 22:06
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.6%. Comparing base (bc3ab0f) to head (b4ab25c).

Additional details and impacted files
@@           Coverage Diff           @@
##            v1.17      #65   +/-   ##
=======================================
  Coverage    81.6%    81.6%           
=======================================
  Files         806      806           
  Lines      219092   219096    +4     
=======================================
+ Hits       178852   178895   +43     
+ Misses      40240    40201   -39     

@pgarg66
Copy link
Author

pgarg66 commented Mar 7, 2024

@willhickey can this PR be audited before we merge it?

@pgarg66 pgarg66 merged commit 9b22f28 into anza-xyz:v1.17 Mar 9, 2024
33 checks passed
@pgarg66 pgarg66 deleted the v1.17-backport-356c6a38cfc8aedfe70d414a8d2a03210834aba0 branch March 9, 2024 00:23
@HaoranYi HaoranYi mentioned this pull request Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants