mirror of
https://github.com/corda/corda.git
synced 2025-02-07 11:30:22 +00:00
* Introduce new NotaryChangeWireTransaction (similar to WireTransaction and NotaryChangeTransaction (similar to LedgerTransaction) types. Remove 'mustSign' and 'signers' fields from transactions Deprecate the TransactionType concept. When receiving a SignedTransaction, the verification and signature checking branches out for regular and notary change transactions. Add custom handling logic for notary change transactions to the vault