-
Notifications
You must be signed in to change notification settings - Fork 29
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
test(blockifier): storage changes after inner revert (#2918) #3009
Closed
Conversation
This file contains 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
…2920) Signed-off-by: Dori Medini <[email protected]>
…ly if native flag is on (#2926)
* chore(blockifier): impl deserialize for versioned_constants * chore(blockifier): remove fee_transfer_gas_cost (#2858)
This stack of pull requests is managed by Graphite. Learn more about stacking. |
- No reason to run cargo on release in the ci, and this busts cache - Cargo doc doesn't pick up the usual place we pass -Dwarnings, which is RUSTFLAGS, it needs a special flag RUSTDOCFLAGS (it cannot reference the usual RUSTFLAGS so we have to duplicate) Co-Authored-By: Gilad Chase <[email protected]>
Out of scope. |
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.
test(blockifier): storage changes after inner revert (#2918)
chore(cairo_native): add the compilation of native to the flow (#2770)
test(blockifier): inner revert in cairo 1 contract (#2889)
feat(ci): update papyrus docker build workflow for release branches (#2920)
Signed-off-by: Dori Medini [email protected]
refactor(papyrus_state_reader): code cleanup + caching with sierra only if native flag is on (#2926)
feat: reinstate rustfmt script, detach from CI
fix(blockifier): move max sierra_gas constants under os_constants (#2908)
test(blockifier): revert storgae changes (#2913)
refactor(blockifier): revert contract test (#2941)
chore(cairo_native): add native to stack trace test (#2633)
chore(blockifier): remove todos (#2947)
chore(blockifier): impl deserialize for versioned_constants (#2838)
chore(blockifier): impl deserialize for versioned_constants
chore(blockifier): remove fee_transfer_gas_cost (chore(blockifier): remove fee_transfer_gas_cost #2858)
chore(blockifier, native_blockifier, starknet_batcher): remove visited PCS (#2974)
fix(cairo_native): fix libcairo_native env variable path in config.toml (#2996)
chore(blockifier): add feild channel_size to contract_class_manager_config (#2902)
fix(blockifier): get alias from last state diff (#2946)