Jerome Simeon
Jerome Simeon
# Description This is a draft PR to replace #709 which addresses some of the main issues with the original PR: > There are three major blocking issues with this...
# Feature Request ๐๏ธ Currently templates can be stored in an archive (`./cta`) and distributed but contract instances cannot. It would be very useful to give the ability to support...
Signed-off-by: jeromesimeon ### Changes - Reduce dependency of (contract) instances to templates so they can be created more independently - Add `fromTemplate` method to create an instance from a template...
# Discussion ๐ฃ I'm unclear that `cicero archive` used to create `.cta` files actually compresses them in the corresponding zip. Should the archive use compression? Example with `cicero archive`: ```...
# Discussion ๐ฃ An informal poll for "most wanted" extensions to the current markdown and document object model was conducted a few weeks ago. For reference here are the results...
[Inspired by @pkel] Should we have a document format for accord project smart legal contracts? The idea would be to have a file e.g., `myAgreement.sdf` file which encapsulate everything of...
**Is your feature request related to a problem? Please describe.** Currently: - templates without logic or formulas support `parse` and `draft` but no other command (e.g., `initialize` or `trigger`) -...
**Describe the bug** Each Accord Project template has a version number that is assumed to be a valid semver (https://semver.org). Currently the check for valid semver uses a coercion on...
**Is your feature request related to a problem? Please describe.** Many Cicero Templates come with cucumber tests to validate/test the template. When packaging that template, it might be useful to...
**Is your feature request related to a problem? Please describe.** Concerto 1.0 has removed the ability to maintain timezone offset in input data. In addition, it would be nice to...