-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few issues with passing non-serializable JSON (#1974)
`AbstractExecutionService` will now properly guard against passing invalid JSON-RPC requests and `BaseSnapExecutor` will try to respond with an error if it receives an invalid JSON-RPC request that is deemed valid enough to respond.
- Loading branch information
1 parent
08ae0ba
commit ddbc1b6
Showing
6 changed files
with
108 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"branches": 90.26, | ||
"branches": 90.47, | ||
"functions": 96.32, | ||
"lines": 97.22, | ||
"statements": 96.9 | ||
"lines": 97.28, | ||
"statements": 96.96 | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"branches": 79.57, | ||
"branches": 80.82, | ||
"functions": 89.72, | ||
"lines": 90.6, | ||
"statements": 90.2 | ||
"lines": 90.79, | ||
"statements": 90.39 | ||
} |
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