-
Notifications
You must be signed in to change notification settings - Fork 27
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
R3SOL-535 Extract verification logic to the ledger library #6376
R3SOL-535 Extract verification logic to the ledger library #6376
Conversation
Jenkins build for PR 6376 build 8 Build Successful: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally fine to me, a couple of small points.
...main/kotlin/net/corda/ledger/libs/verification/impl/UtxoLedgerUtxoTransactionVerifierImpl.kt
Outdated
Show resolved
Hide resolved
*/ | ||
abstract class UtxoTransactionVerifier { | ||
protected open val subjectClass: String = "transaction" | ||
object VerificationUtils { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the advantage of putting these functions into an object?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean have them as top level functions instead?
…da-runtime-os into nandor/R3SOL-535/extract-verification
...b-verification/src/main/kotlin/net/corda/ledger/libs/verification/UtxoTransactionVerifier.kt
Show resolved
Hide resolved
...src/main/kotlin/net/corda/ledger/libs/verification/impl/UtxoLedgerTransactionVerifierImpl.kt
Outdated
Show resolved
Hide resolved
|
No description provided.