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
JSON-RPC 2.0
and
Vert.x Service Proxy
They are very similar. Next version( 4.0?) codegen generator support alternative internal format?
The text was updated successfully, but these errors were encountered:
@leotu a while ago I've prototyped JSON-RPC handler for vert.x https://github.com/pmlopes/vertx-ethereum/tree/master/src/main/java/xyz/jetdrone/vertx/jsonrpc as a PoC for Ethereum. Perhaps if you're interested I can publish just the JSON RPC to maven and you can write your service proxy generator delegating to it.
Sorry, something went wrong.
@pmlopes That's great!
This issue we face is Eventbus-Bridge and Vertx-service-proxy own their property formats, suggest support alternative data structure ?
Changing format would be a breaking change and would require a good reason a discussion with the community on the google group channel.
sure thing, @leotu can you launch the $subject on the vertx-dev group ?
No branches or pull requests
JSON-RPC 2.0
and
Vert.x Service Proxy
They are very similar. Next version( 4.0?) codegen generator support alternative internal format?
The text was updated successfully, but these errors were encountered: