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
Draft
FrancoGiachetta
wants to merge
601
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.
Draft
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
…starkware-libs#3062) * chore(papyrus_base_layer): add config validation commit-id:6ae37617 * chore(starknet_sequencer_node): required params impl serialize config commit-id:88f48d49
…bs#3074) * refactor(starknet_http_server): move metrics test to own module commit-id:e6e96007 * chore(starknet_integration_tests): remove deprecated fn commit-id:2b7231e3
…#3075) * refactor(starknet_http_server): move metrics test to own module commit-id:e6e96007 * chore(starknet_integration_tests): remove deprecated fn commit-id:2b7231e3 * refactor(starknet_monitoring_endpoint): rename client commit-id:9550481d
commit-id:6f4f3c9c
…bs#3076) commit-id:24451beb
) * chore(cairo_native): add compiler file path configs * chore(cairo_native): fix code style Co-Authored-By: Noa Oved <[email protected]>
…nch test (starkware-libs#2948)" (starkware-libs#3057) This reverts commit e3dbfa4.
…and required params (starkware-libs#3063) commit-id:886f2b3e
…tarkware-libs#3091) Previously this was called at the beginning of the next height which lead to errors, where the spawned task attempted to work after the batcher had stopped working.
* chore: move functions from integration test commit-id:771a694f * refactor: move IntegrationTestSetup commit-id:541ff2dd * refactor: rename IntegrationTestSetup commit-id:3e09ef21
…tarkware-libs#3111) Signed-off-by: Dori Medini <[email protected]> Co-Authored-By: Dori Medini <[email protected]>
…king (starkware-libs#2911) * feat(starknet_gateway): create transaction generator towards benchmarking * chore(starknet_gateway): move the bench utils into the bench folder
…bs#3108) * chore: move run_integration_test_simulator to function under sequencer_manager commit-id:90278cd9 * chore: move verify_results to function under IntegrationTestSimulatorConfig commit-id:d02bdb51 * chore: move get_sequencer_configs logic to dedicated function commit-id:f0148be4 * chore: move the await for aliveness to the run function commit-id:99813e91
- base layer constant file will hold the identifiers of Starknet Events. - fetch_events will get events from base layer and send to provider Co-authored-by: Gilad Chase <[email protected]>
…are-libs#2839) * chore(cairo_native): update cairo native version to 0.2.5-rc2 and the compiled to 2.10.0-rc.0 * chore: bump os version to ubuntu:24.04 * fix: fix sierra gas differnce in new compiler * chore: support ubuntu 24.04 * fix: fix code style script * fix: fix gas cost in tests Co-Authored-By: alon.dotan <[email protected]>
* chore(starknet_sequencer_node): add annotator task commit-id:24244932 * chore(starknet_sequencer_node): add node runner id commit-id:865b3a9a
…ate (starkware-libs#3143) Signed-off-by: Dori Medini <[email protected]>
Signed-off-by: Dori Medini <[email protected]>
…saction (starkware-libs#3366) * refactor(papyrus_protobuf): align common.proto with p2p-specs * refactor(papyrus_protobuf): replace rpc_transaction with mempool_transaction
* refactor(papyrus_protobuf): replace rpc_transaction with mempool_transaction * refactor(papyrus_protobuf): align class.proto
…-main-v0.13.4-into-main-1737382779 Merge main-v0.13.4 into main
…_starknet_integration_tests_test_a_block_that_finishes_on_block_full feat(starknet_integration_tests): test a block that finishes on block full
…nitialization (starkware-libs#3504) commit-id:92b6df98
JulianGCalderon
force-pushed
the
update-to-main
branch
from
January 20, 2025 19:13
ccf9253
to
916fe91
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.
Updates fork to upstream cbd83eb.
The differences between upstream and our fork can be seen here. They include: