mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Introduced a Cordapp class which contains all relevant information about a Cordapp. The Cordapp loader now produces Cordapps instead of lists of classes and services without any relation to the original Cordapp. Added new static constructor to CordappLoader to be able to take arbitrary paths to load cordapps from in dev mode. Moved the CordappLoader into the cordapp package.