-
Notifications
You must be signed in to change notification settings - Fork 52
refactor(starknet_client): share code in tests mocks #5074
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
Conversation
6bd25c0
to
b83eafd
Compare
3eb0f83
to
93abb2f
Compare
b83eafd
to
6a7bd9e
Compare
93abb2f
to
7c300b2
Compare
Merge activity
|
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 r1, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @alonh5)
crates/starknet_client/src/reader/starknet_feeder_gateway_client_test.rs
line 75 at r1 (raw file):
} // TODO(Ayelet): Remove support for the old feeder gateway after upgrading to version 0.14.0.
Move the TODO to be before the use_deprecated_feeder_gateway
arg
Code quote:
// TODO(Ayelet): Remove support for the old feeder gateway after upgrading to version 0.14.0.
crates/starknet_client/src/reader/starknet_feeder_gateway_client_test.rs
line 76 at r1 (raw file):
// TODO(Ayelet): Remove support for the old feeder gateway after upgrading to version 0.14.0. // Consider making this function generic for all successful mock responses in this file.
This is a separate TODO, right?
Code quote:
// Consider making this function generic for all successful mock responses in this file.
crates/starknet_client/src/reader/starknet_feeder_gateway_client_test.rs
line 88 at r1 (raw file):
} // TODO(Ayelet): Remove support for the old feeder gateway after upgrading to version 0.14.0.
Same
Code quote:
// TODO(Ayelet): Remove support for the old feeder gateway after upgrading to version 0.14.0.
7c300b2
to
256e4e9
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.
Reviewable status: 0 of 1 files reviewed, 3 unresolved discussions (waiting on @alonh5 and @yair-starkware)
crates/starknet_client/src/reader/starknet_feeder_gateway_client_test.rs
line 75 at r1 (raw file):
Previously, yair-starkware (Yair) wrote…
Move the TODO to be before the
use_deprecated_feeder_gateway
arg
Already there. removed from here.
crates/starknet_client/src/reader/starknet_feeder_gateway_client_test.rs
line 76 at r1 (raw file):
Previously, yair-starkware (Yair) wrote…
This is a separate TODO, right?
yes
crates/starknet_client/src/reader/starknet_feeder_gateway_client_test.rs
line 88 at r1 (raw file):
Previously, yair-starkware (Yair) wrote…
Same
Done.
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 @alonh5)
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 @alonh5)
No description provided.