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

Gather recording booleans in a data structure #134

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

LucasSte
Copy link

@LucasSte LucasSte commented Mar 7, 2024

Problem

The transaction processing functions utilize three booleans to enable recordings that are passed down as arguments to many functions in a chain. This clutters the code and hinders the easy usage of the SVM.

Summary of Changes

I crated a data structure to contain the three booleans.

@LucasSte LucasSte force-pushed the gather-args branch 2 times, most recently from f53f26e to ab94be9 Compare March 7, 2024 19:48
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 94.73684% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.8%. Comparing base (b6f6fdb) to head (ab94be9).
Report is 14 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #134   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         838      838           
  Lines      225947   225955    +8     
=======================================
+ Hits       184923   184933   +10     
+ Misses      41024    41022    -2     

@LucasSte LucasSte changed the title Gather recording boolean in a data structure Gather recording booleans in a data structure Mar 7, 2024
@LucasSte LucasSte requested review from pgarg66 and dmakarov March 7, 2024 23:40
@LucasSte LucasSte marked this pull request as ready for review March 7, 2024 23:40
@LucasSte LucasSte merged commit e027a8b into anza-xyz:master Mar 8, 2024
35 checks passed
@LucasSte LucasSte deleted the gather-args branch March 8, 2024 12:28
codebender828 pushed a commit to codebender828/agave that referenced this pull request Oct 3, 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