corda/contracts
Andrius Dagys 9958b5c603 Added 'signers' property to the transaction data models. Signers holds the list of all public keys that need to be signed for (command keys and additional ones such as notary).
Removed Notary & ChangeNotary commands, keys to be signed for are added to the signers list during transaction build phase.
2016-06-17 15:05:35 +01:00
..
isolated Introduce TransactionState, which wraps ContractState and holds the notary pointer. 2016-06-17 15:05:35 +01:00
src Added 'signers' property to the transaction data models. Signers holds the list of all public keys that need to be signed for (command keys and additional ones such as notary). 2016-06-17 15:05:35 +01:00
build.gradle Push unit tests that needed some contract functionality into core by embedding the minimal contract support needed. 2016-05-20 16:43:02 +01:00