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

Fix JSON-RPC server params #95

Merged
merged 24 commits into from
Feb 12, 2024
Merged

Fix JSON-RPC server params #95

merged 24 commits into from
Feb 12, 2024

Conversation

mycognosist
Copy link
Owner

While working on #94 I realised the shape of the parameters for many of the methods were not spec-compliant. They must either be an array or a map. I've converted the methods which expected a string to instead expect an array of string; this ends up being a simpler implementation that using maps.

@mycognosist mycognosist merged commit 6e4df49 into main Feb 12, 2024
1 check passed
@mycognosist mycognosist deleted the fix_jsonrpc_server_params branch February 12, 2024 11:04
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.

1 participant