Curtis Stanford
Curtis Stanford
When using a VaultNamedParameterizedQuery in a flow, it always returns a ResultSet with a List where T is a ContractState. This gives you access to the contract state itself, the...
While running the RedeemCash flow, I get the following flow exceptions. Seems to not like calling the ProvideKeyFlow (which is a responder flow) as a subflow. ``` net.corda.node.services.statemachine.SessionRejectException$NotRegistered: com.r3.corda.sdk.issuer.common.workflows.flows.AbstractRedeemCash is...
I have some -Dkey=value properties I'd like to pass when using the run command. Putting them in the bleep.yaml file works but there are some properties that are too sensitive...
For a field of type Map[String, List[String]] (or List of anything for that matter), the OpenAPI generator fails Run this program to reproduce: ``` import zio.http.endpoint.openapi.JsonSchema import zio.http.endpoint.openapi.JsonSchema.SchemaStyle import zio.schema.*...