We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vertx has deprecated HttpClient.webSocket() methods it's now a separate class - https://vertx.io/docs/guides/vertx-5-migration-guide/
Refactor EthStatsService and EthStatsServiceTest to use the new class
> Task :ethereum:ethstats:compileJava Note: /workspace/b2/ethereum/ethstats/src/main/java/org/hyperledger/besu/ethstats/EthStatsService.java uses or overrides a deprecated API.
Acceptance criteria:
The text was updated successfully, but these errors were encountered:
Hi, I would like to work on this issue. Could you please assign it to me?
Sorry, something went wrong.
go for it @vitamin43 - any questions you can ask on this issue or in our discord https://discord.com/channels/905194001349627914/938504958909747250
Hi @macfarla - I apologize for the overlap, but I had already started working on this issue before the assignment to @vitamin43. Here's my PR: #8327
Thanks @KYash03 looks promising, someone will review.
@vitamin43 don't want to waste your time - have a look at other good first issues
KYash03
Successfully merging a pull request may close this issue.
Vertx has deprecated HttpClient.webSocket() methods
it's now a separate class - https://vertx.io/docs/guides/vertx-5-migration-guide/
Refactor EthStatsService and EthStatsServiceTest to use the new class
Acceptance criteria:
The text was updated successfully, but these errors were encountered: