Skip to content
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 add jsonrpc gateway support #1

Conversation

b00f
Copy link

@b00f b00f commented Mar 29, 2024

Description

This PR fixes the broken tests in config and wallet.
Since the gRPC package has been upgraded in the new PR, some tests have failed.
The main reason is due to accepting nil pointers and marshaling them to an empty structure in the new version of gRPC.
This fix refactors the tests and prevents this issue from occurring again.

@alidevjimmy alidevjimmy merged commit 4d445ba into alidevjimmy:feat-add-jsonrpc-gateway-support Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants