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

test(blockifier): storage changes after inner revert (#2918) #3009

Closed
wants to merge 17 commits into from

Conversation

ArniStarkware
Copy link
Contributor

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, 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)

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Contributor Author

ArniStarkware commented Dec 29, 2024

- 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]>
@ArniStarkware
Copy link
Contributor Author

Out of scope.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.