ENT-11355: Backwards compatibility with older nodes via new attachments component group

This commit is contained in:
Shams Asari
2024-02-19 14:58:52 +00:00
parent c2742ba6a5
commit 200333b198
43 changed files with 995 additions and 574 deletions

View File

@ -14,6 +14,11 @@ interface CordappLoader : AutoCloseable {
*/
val cordapps: List<CordappImpl>
/**
* Returns all legacy (4.11 or older) contract CorDapps. These are used to form backward compatible transactions.
*/
val legacyContractCordapps: List<CordappImpl>
/**
* Returns a [ClassLoader] containing all types from all [Cordapp]s.
*/