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

Empty params sent in the chain_get_state_root_hash request gets are replaced with empty list #3174

Closed
devendran-m opened this issue Jul 5, 2022 · 1 comment
Labels
bug Something isn't working release blocker PR to be merged before releasing

Comments

@devendran-m
Copy link
Contributor

devendran-m commented Jul 5, 2022

Issue - When sanity checking the newly created Release 1.5.0 RPC endpoints and their responses, the following issue was encountered;

  • Empty params sent in the chain_get_state_root_hash request are replaced with an empty list causing the RPC server to interpret [] as the wrong parameter.

The library replaces the missing params argument with [] empty list

Bug identified when doing the sanity check

@devendran-m devendran-m added bug Something isn't working release blocker PR to be merged before releasing labels Jul 5, 2022
@Fraser999
Copy link
Contributor

Resolved in #3155.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release blocker PR to be merged before releasing
Projects
None yet
Development

No branches or pull requests

2 participants