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

Required jsonrpc string propriety inside the JSON rpc method request. #4742

Merged
merged 2 commits into from
Aug 30, 2021

Commits on Aug 27, 2021

  1. Required jsonrpc inside the method request.

    As the json rpc specification tell, the "jsonrpc": "2.0" MUST be required.
    
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    087421e View commit details
    Browse the repository at this point in the history
  2. Added deprecated phase to rpc framework rules changes.

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    
    Changelog-Deprecated: RPC framwork now require the "jsonrpc" propriety inside the request.
    Changelog-Fixed: RPC framwork now required the "jsonrpc" propriety to be specified inside each request.
    vincenzopalazzo committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    fe294dc View commit details
    Browse the repository at this point in the history