-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: PRT-1205: Support null ID in jsonrpc (#1445)
* Handle "null" value for jsonrpc ID field * Add a case in cache tests for null id * IdFromRawMessage func to check for nil value * Small fixes for the protocol_test * Add integration test for null ID in jsonrpc and tendermintrpc * Revert "IdFromRawMessage func to check for nil value" This reverts commit 909c95d. * Small lint fix * CR Fix: Add more test case and clean the code
- Loading branch information
Showing
3 changed files
with
183 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters