forked from starkware-libs/sequencer
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to most recent main #43
Open
FrancoGiachetta
wants to merge
521
commits into
replay
Choose a base branch
from
update-to-main
base: replay
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…fn (starkware-libs#2966) commit-id:0ce5f26a
…are-libs#2404) * refactor(starknet_gateway): gateway business logic towards bench test * chore(starknet_gateway): create bench file for benchmark test
commit-id:817cbd25
commit-id:839045c7
… config gen fn (starkware-libs#2967) commit-id:e3100dbe
…e-libs#2845) - Currently only implementing the simplest event to parse, the rest are coming up. - removed two unused error variants: `FeltParseError`, `Serde` Co-authored-by: Gilad Chase <[email protected]>
…bs#2824) - 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]>
…vious implementation (starkware-libs#2801)
…ibs#2846) Co-authored-by: Gilad Chase <[email protected]>
Signed-off-by: Dori Medini <[email protected]>
* chore(starknet_integration_tests): delete deprecated fns commit-id:d9a2ae58 * chore(starknet_infra_utils): move fn from integration test commit-id:8c7534bd * chore(starknet_infra_utils): move fn from integration test commit-id:81ec4ffa * chore(starknet_infra_utils): unify test util mods commit-id:3470ac8e
…3208) Previous implementation inside transaction manager didn't account for validate, the current implementation is more general, and can in the future perhaps be reused elsewhere after some changes are made. Co-authored-by: Gilad Chase <[email protected]>
Also add Anvil to the CI: moonrepo cannot cache binaries installed from git, so this is _uncached_ and currently takes ~3 minutes to install. Therefore, added a path filter to only run this installation when there are changes in L1 crates. Co-authored-by: Gilad Chase <[email protected]>
Fixture also needs to run only on CI, which makes it less useful, removing. Co-authored-by: Gilad Chase <[email protected]>
FrancoGiachetta
force-pushed
the
update-to-main
branch
from
January 17, 2025 21:39
e17d697
to
dd4e2fc
Compare
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.
No description provided.