corda/core-deterministic/testing
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
..
data CORDA-2089 - network parameters tags - part (#4228) 2018-11-27 15:48:32 +00:00
src/test ENT-2506 restore the attachment party signers (#4255) 2018-11-22 18:35:30 +00:00
verifier CORDA-2150 signature constraints non-downgrade rule (#4262) 2018-12-11 10:23:07 +00:00
build.gradle ENT-1906: Publish corda-deterministic-verifier artifact for testing cordapps. (#3910) 2018-09-07 15:07:06 +01:00