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 JsonRpcRequest to be valid json #130

Merged
merged 1 commit into from
Aug 28, 2023

Commits on Aug 24, 2023

  1. Fix JsonRpcRequest to be valid json

    fix/types: JsonRpcParams should be valid JSON values
    
    `undefined` is not valid JSON.
    
    https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf
    (Section 5):
    
        A JSON value can be an object, array, number, string, true, false, or null.
    legobeat committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4e5c07f View commit details
    Browse the repository at this point in the history