Matt Roberts
Matt Roberts
> hey i would like to work on this issue, can u tell more about it? Of course! The Ergo REPL (also called `ergotop`) is a command line utility that...
Cicero uses https://semver.org, we should align with that too if we can.
Could a default state instance be an optional part of the template definition? For example, something like `state_default.json` in the root directory. If it exists, it is used during initialisation?
Perhaps something like : ``` enforce count(request.shipment.sensorReadings) > 0.0 otherwise localize("no-readings", "fr-FR") ; ``` Could the locale even be an implicit property of the contract instance? This would allow something...
A document for discussion about the design goals for Ergo. Comments welcome. https://docs.google.com/document/d/1TqMxIuTbe21FIQiwUSpBUjfUyWXv1x-BE120QzkaoHQ/edit?usp=sharing
See Obligation model here: https://models.accordproject.org/cicero/runtime.html
@j4m3sb0mb My apologies that it has taken us so long to get to this. Thank you for your contribution. I would love to get this merged, can you please remove...
@jeromesimeon @radhikakotangoor I'm happy with this, do either of you have input on the type definitions?
We should follow the precedent set in `ui-concerto` that uses `Jest` and `react-testing-library` for unit tests.
@sanketshevkar Let's be pragmatic, the second option works for you, and we have a sample here: https://github.com/accordproject/web-components/blob/master/packages/storybook/cypress/storybook/storybook.spec.js Let's go with 2. One downside is that it requires a contributor to...