-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore(starknet_integration_tests): remove const for json rpc version #2611
Conversation
8f8a083
to
38088cf
Compare
Artifacts upload workflows: |
38088cf
to
f81d39c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## spr/main/81012ae2 #2611 +/- ##
======================================================
- Coverage 49.76% 35.10% -14.67%
======================================================
Files 175 276 +101
Lines 20454 32166 +11712
Branches 20454 32166 +11712
======================================================
+ Hits 10179 11291 +1112
- Misses 9788 19871 +10083
- Partials 487 1004 +517 ☔ View full report in Codecov by Sentry. |
f81d39c
to
bf1166c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, all commit messages.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware)
crates/starknet_integration_tests/src/config_utils.rs
line 52 at r1 (raw file):
/// Creates a config file for the sequencer node for the end to end integration test. pub(crate) fn dump_config_file_changes( config: &SequencerNodeConfig,
Should the sub-member of this struct still have the field json_rpc_version
as a member of this struct?
Code quote:
SequencerNodeConfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
bf1166c
to
6440271
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
crates/starknet_integration_tests/src/config_utils.rs
line 52 at r1 (raw file):
Previously, ArniStarkware (Arnon Hod) wrote…
Should the sub-member of this struct still have the field
json_rpc_version
as a member of this struct?
Yes, it is used to generate the rpc messages, please see https://github.com/starkware-libs/sequencer/blob/main/crates/starknet_gateway/src/rpc_state_reader.rs#L49-L59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
6440271
to
05c3def
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
427c543
to
b12444e
Compare
05c3def
to
adb68c8
Compare
commit-id:640fe6f5
commit-id:69ba79bd
commit-id:81012ae2
commit-id:bfb3bef3
b12444e
to
f29ebe5
Compare
adb68c8
to
2d7e21e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
commit-id:bfb3bef3
Stack: