corda / token-sdk

Corda Tokens SDK
Other
79 stars 76 forks source link

Agent artifact missing workflows dependency. #223

Closed anixon604 closed 3 years ago

anixon604 commented 3 years ago

Our original deployment consisted of three separate Jars for Agent node. payments-contracts payments-workflows payments-agent

Currently we are not providing payments-workflows, it is NOT included in Agent Jar currently. We can switch the build.gradle from cordaCompile to compile to reduce the number of artifacts and have it included.

Bug raised during test when deployNodes would not resolve required classes after removing payments-cordapp from nodeDefaults; as payments-cordapp should not be deployed on agent, but this jar DID have payments-workflows compiled in.

anixon604 commented 3 years ago

wrong repo.