codaptor icon indicating copy to clipboard operation
codaptor copied to clipboard

Instantly add Corda to any tech stack and improve resiliency of your architecture

Results 5 codaptor issues
Sort by recently updated
recently updated
newest added

While testing flow triggering with `multipart/form-data` Content Type with Swagger UI, an `options` parameter is added by default. This caused the serialisation to break as `options` parameter is a nested...

bug

Upgrade Codaptor to Corda 5 and test out serialisation framework

enhancement

Steps to reproduce: 1. Open codaptor with snakesandladders-cordapp on the corda github Advanced examples 2. After startup an error is displayed with the following message - `{​​​​​"cause":{​​​​​"class":"tech.b180.cordaptor.rest.SerializationException","message":"Error finding serializer for...

1. Currently only the equals operator is supported for cordaptor expression vault queries 2. We need to support other operators as well

Add support for flow initiation and progress tracking via WebSockets. In some cases API clients may require tighter feedback about execution of a flow instance. Add an ability to use...