feat(avm): mutate global gas fees and timestamp#19500
Merged
Merged
Conversation
This was referenced Jan 12, 2026
Contributor
Author
de767ba to
9c68c49
Compare
e517ae5 to
2b391cc
Compare
9c68c49 to
fe0022e
Compare
2b391cc to
71f03ad
Compare
fe0022e to
ed25916
Compare
71f03ad to
34a2239
Compare
Collaborator
Flakey Tests🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
ed25916 to
23929ad
Compare
34a2239 to
09fab16
Compare
sirasistant
approved these changes
Jan 15, 2026
| // This is just mutating the gas values and timestamp | ||
| mutate_uint64_t(tx_data.global_variables.timestamp, rng, BASIC_UINT64_T_MUTATION_CONFIGURATION); | ||
| mutate_gas_fees(tx_data.global_variables.gas_fees, rng); | ||
| // This must be less than or equal to the tx max fees per gas |
Contributor
There was a problem hiding this comment.
Modulo instead of min?
Contributor
Author
There was a problem hiding this comment.
i think i want min so that gas_fees <= max_fees_per_gas
09fab16 to
f02fa60
Compare
23929ad to
ed98aa8
Compare
This was referenced Jan 15, 2026
Base automatically changed from
ir/01-09-feat_avm_contract_instance_mutation
to
merge-train/avm
January 15, 2026 12:18
5864a4d to
4221ba3
Compare
4221ba3 to
a21f4d8
Compare
Merged
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jan 17, 2026
BEGIN_COMMIT_OVERRIDE feat(avm): contract instance mutation (#19499) fix(avm): Fix note hash exists fuzzing (#19616) fix(avm): Build trace on coverage prover runs (#19627) chore(avm): Use PC alias type consistently (#19625) feat(avm): mutate global gas fees and timestamp (#19500) docs: avm docs (#19603) fix(avm): Increase chances of fuzzer finding limits (#19656) fix(avm)!: de-risk memory injection attacks (#19620) fix(avm): Fix TS ECC add infinity handling (#19657) fix(avm): Fix jumpif in fuzzer (#19655) feat(avm): protocol contractg mutations (#19586) chore(avm): analyze fuzzer corpus distribution (#19614) feat(avm): fuzzer treats enqueued call size as coverage (#19615) refactor(avm): Refactor calldata copy and return data copy fuzzing (#19666) feat(avm): boundary values for mutations (#19617) END_COMMIT_OVERRIDE
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Very very simple mutations for globals