-
- [x] cicero-engine
- [x] cicero-cli
- [x] cicero-server
- [x] generator-cicero-template
-
## Context
Currently, clause logic can only specify a single return type.
e.g.
https://github.com/accordproject/cicero-template-library/blob/master/fragile-goods/lib/logic.js#L25
```js
* @param…
-
At the beginning of the execute statement in the cicero-engine, the serializer is called to convert from JSON with validate set to false:
```
async execute(clause, request, forcejs) {
/…
-
When using `cicero execute` with the latest 0.2.48 release of @accordproject/cicero-cli the following error occurs.
Rather than fixing the dependency to Jura, the cicero-engine library should use t…
-
It'd be great if RTD supported HTTPS when using a custom domain. Once upon a time this would have been difficult and expensive, however nowadays with SNI and Lets Encrypt I think this is possible -- p…
-
- [x] Annotation in package.json to distinguish contract vs clause template
- [x] Add unit tests
-
I'd like to know what Googlers (and Mozillians) think of this.
There are currently two Firefox projects here: `qcms` and `spidermonkey`. Both build stand-alone and are also useful separate from Fir…
-
I wonder if something odd is happening with this issue: https://oss-fuzz.com/v2/testcase-detail/4707548910321664?noredirect=1. With the supplied input I am unable to reproduce the crash and I don't un…
-
Ref: https://github.com/php/php-src/blob/dab8e584da27e1820b46a3e95f633960a578c712/ext/standard/random.c#L85-L186
See https://github.com/nodejs/node/issues/5798 for context.
-
Goal of this issue thread is to agree on v3 of the API and iron out some known issues (listed below).
Current headaches with v2:
1. When upgrading [remarkjs](https://github.com/gnab/remark/release…