corda/core-deterministic
szymonsztuka 4799df9b80
CORDA-2150 signature constraints non-downgrade rule (#4262)
Contract class version non-downgrade rule is check by LedgerTransaction.verify().
TransactionBuilder.toWireTransaction(services: ServicesForResolution) selects attachments for the transaction which obey non downgrade rule.
New ServiceHub method loadAttachmentConstraint(stateRef: StateRef, forContractClassName: ContractClassName? = null) retrieves the attachment contract related to transaction output states of given contract class name.
2018-12-11 10:23:07 +00:00
..
src/main/kotlin/net/corda/core ENT-2320 state contract identification (#4285) 2018-11-26 16:02:32 +00:00
testing CORDA-2150 signature constraints non-downgrade rule (#4262) 2018-12-11 10:23:07 +00:00
build.gradle ENT-2320 state contract identification (#4285) 2018-11-26 16:02:32 +00:00