Skip to content

Commit

Permalink
CORE-18879: Ensure verifying notary implementation (#5425)
Browse files Browse the repository at this point in the history
 I added more unit test cases for verifying notary, and checking any missing checks, and refactored the test.
  • Loading branch information
jennyang-r3 authored Jan 16, 2024
1 parent caf3f19 commit 96354b0
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ class ContractVerifyingNotaryServerFlowImpl() : ResponderFlow {
filteredTransactionsAndSignatures: List<FilteredTransactionAndSignatures>
) {
try {

val dependentStateAndRefs = filteredTransactionsAndSignatures.flatMap { (filteredTransaction, _) ->
(filteredTransaction.outputStateAndRefs as UtxoFilteredData.Audit<StateAndRef<*>>).values.values
}.associateBy { it.ref }
Expand Down
Loading

0 comments on commit 96354b0

Please sign in to comment.