-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(middleware): add response extractor. #816
Merged
Merged
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
andysim3d
requested review from
dancoombs,
dphilipson,
0xfourzerofour and
alex-miao
as code owners
September 26, 2024 19:48
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
3 times, most recently
from
September 26, 2024 20:00
ba6d2d0
to
ba1f0c6
Compare
dancoombs
reviewed
Sep 27, 2024
dancoombs
reviewed
Sep 27, 2024
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
6 times, most recently
from
October 2, 2024 19:39
2d289da
to
8306857
Compare
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
dancoombs
reviewed
Oct 3, 2024
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
from
October 4, 2024 21:16
8306857
to
969bfbc
Compare
dancoombs
reviewed
Oct 7, 2024
dancoombs
reviewed
Oct 7, 2024
dancoombs
reviewed
Oct 7, 2024
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
2 times, most recently
from
October 7, 2024 19:45
ae9b9d7
to
8cb8bd5
Compare
…And only log http status for jsonrpc.
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
from
October 7, 2024 20:55
8cb8bd5
to
b762d96
Compare
dancoombs
reviewed
Oct 7, 2024
dancoombs
reviewed
Oct 7, 2024
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
from
October 8, 2024 13:55
b762d96
to
3598104
Compare
dancoombs
reviewed
Oct 8, 2024
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
from
October 8, 2024 17:35
30cd840
to
1aaa9ee
Compare
dancoombs
reviewed
Oct 8, 2024
crates/types/Cargo.toml
Outdated
|
||
mockall = {workspace = true, optional = true } | ||
|
||
[dev-dependencies] | ||
rundler-types = { workspace = true, features = ["test-utils"] } | ||
alloy-primitives = { workspace = true, features = ["rand"] } | ||
cargo-husky = { version = "1", default-features = false, features = ["user-hooks"] } |
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.
Can't this be cargo-husky.workspace = true
andysim3d
force-pushed
the
andy/repsonse-extractor
branch
from
October 8, 2024 18:47
1aaa9ee
to
4e8cc01
Compare
dancoombs
approved these changes
Oct 8, 2024
dancoombs
pushed a commit
that referenced
this pull request
Oct 18, 2024
dancoombs
pushed a commit
that referenced
this pull request
Oct 23, 2024
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.
[Closes/Fixes] #812
Proposed Changes