mirror of
https://github.com/corda/corda.git
synced 2025-03-10 22:44:20 +00:00
* Performance fix: prevent self joins on VaultStates table (was occurring when Sort specified). * Enrichment and overriding of Common attributes (eg. Vault.StateStatus and Contract State Types) using composite query criteria. Remove unnecessary QueryEditor implementation from NodeVaultService. * Updated documentation and changelog. * Misc fixes to broken documentation code snippets. * Incorporating changes from PR review feedback.