This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Consume from AccountsDataMeter#21994
Merged
brooksprumo merged 2 commits intosolana-labs:masterfrom Jan 4, 2022
Merged
Conversation
Contributor
Author
|
I still want to figure out how to add tests. Also, might be able to remove the |
856628f to
f5d94e3
Compare
Codecov Report
@@ Coverage Diff @@
## master #21994 +/- ##
========================================
Coverage 81.0% 81.1%
========================================
Files 523 523
Lines 146497 146614 +117
========================================
+ Hits 118760 118918 +158
+ Misses 27737 27696 -41 |
cbf4a23 to
003480d
Compare
003480d to
5baa165
Compare
2bd6d3d to
c3bfb45
Compare
629a9e0 to
be1b881
Compare
941e314 to
088a092
Compare
088a092 to
9c6407a
Compare
9c6407a to
310c836
Compare
310c836 to
4f2817b
Compare
Contributor
Author
|
Now based on top of #22226. Blocked on that PR merging. |
4f2817b to
aec527d
Compare
aec527d to
f61bb06
Compare
Lichtso
reviewed
Jan 4, 2022
Lichtso
approved these changes
Jan 4, 2022
29 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jan 6, 2022
(cherry picked from commit 1460f00) # Conflicts: # program-runtime/src/invoke_context.rs
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.
Problem
Instructions that change account data sizes are not tracked against the AccountsDataMeter.
Summary of Changes
Processing instructions that change account data sizes consumes from AccountsDataMeter.