Matt Roberts

Results 117 comments of Matt Roberts

Thanks @roysjosh, great work! Some thoughts on your comments above... > Linux platforms are assumed with the CA list I grabbed from Go Can you explain the platform limitation a...

I would advocate for a keyword of `signature-block` rather than `signature-clause`, the latter feels semantically wrong to me. Also, can we put the FQN in another attribute, something like `data-concerto-type`...

How does the host environment know how to callback the clause / contract? For example, what is the payload of the scheduled request? Which clause in a contract should the...

Here is a schema proposal for automatic scheduled requests by templates. These models should live in `org.accordproject.cicero.runtime namespace` at https://models.accordproject.org/cicero/runtime.html ``` import org.accordproject.time.Period from https://models.accordproject.org/[email protected] import org.accordproject.time.Day from https://models.accordproject.org/[email protected] abstract...

We could also consider discriminated unions, https://jsontypedef.com/docs/jtd-in-5-minutes/#discriminator-schemas

Welcome @Rishabhraghwendra18 ! This issue doesn't have strong support right now, and should probably be closed. However, there are several issues tagged with "Good First Issue" across the organization. In...

@kailash360 I've extended the issue description above with a high-level description. This is quite a big piece of work that touches many parts of the stack. I recommend decomposing it...

> Also, when compiling the model with concerto-cli, the following error is received. which I think is not a syntax error, but rather a "validation(?)" error. You're right @apoorvsxna. The...

Please try Asset HelloWorld extends Contract