-
Notifications
You must be signed in to change notification settings - Fork 4
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
ISSUE-151 and 149: Support Subxt wss connections #153
Conversation
parity-scale-codec = "3.4.0" | ||
rosetta-config-astar = { version = "0.4.0", path = "../config" } | ||
rosetta-config-ethereum = { version = "0.4.0", path = "../../ethereum/config" } | ||
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server" } | ||
rosetta-server-ethereum = { version = "0.4.0", path = "../../ethereum/server" } | ||
serde_json = "1.0.94" | ||
serde_json = "1.0" |
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.
I removed the minor tag from a few crates because it allows cargo to solve and get the latest minor version, so we don't have to update it manually every time.
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.
looks good, thanks!
Description
Supports WSS connections in subxt
Fixes #151 and #149
Type of change
Code review prechecks: