-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add divulgence warning and test in script service. (#10179)
* Add divulgence warning and test in script service. Part of #9947, building on the key visibility checks from #10136 This PR adds a divulgence warning inside the traceLog. I wasn't sure whether: 1. these warnings should be kept in a separate structure from the traceLog, and therefore transmitted separately, or 2. these warnings should be kept together with traces, but the severity should be tracked and also transmitted over grpc, and warnings should be logged as warnings instead of as debug messages, or 3. these warnings should be kept together with traces, but logged as warnings instead of debug messages, 4. these warnings should be treated exactly like traces I'm leaning toward #2, but this PR implements #3. This PR tests the warning via the script service tests. changelog_begin changelog_end * scalafmt * Address Moritz's review * Rename traceLog.add to traceLog.addDebug * fix test * Add test using exercise * add single transaction test
- Loading branch information
1 parent
8578e56
commit 98b5ffe
Showing
5 changed files
with
146 additions
and
11 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
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