corda / corda-solutions

Corda Solutions
28 stars 40 forks source link

Operational improvements to cds #58

Closed ischasny closed 5 years ago

ischasny commented 5 years ago
  1. Made consistent packages names across bn-apps
  2. Added a flow to fetch configuration of CDS via RPC
  3. Added a flow to fetch information about synced cordapps from CDS via RPC
  4. Added lastUpdated field to ArtifactsMetadataCache to be able to check when the sync has been done last time
  5. Changed the way how configuration is resolved. Now if cordapp syncer configuration file path is not explicitly provided via the CorDapp config - then cordapp syncer will be configured from the same file as the CorDapp itself
  6. Cleaned up the code, removed gradle warnings, fixed cross-cordapp dependency issues