mirror of
https://github.com/corda/corda.git
synced 2025-02-22 18:12:53 +00:00
* Create a new custom migration for populating the state_party table and the relevancy_status column within the vault_states table when migrating from V3 to V4. * Add a corresponding unit test suite. * Small refactorings to expose data required by the migration: the isRelevant function in the NodeVaultService, and the node's legal name from the configuration.