themis-contract
themis-contract copied to clipboard
A command line-based parameterized contracting tool
Bumps gopkg.in/yaml.v3 from 3.0.0-20200603094226-e3079894b1e8 to 3.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
As per https://github.com/informalsystems/themis-contract/pull/89#pullrequestreview-541175326 This will help ensure the documentation stays up to date, and provide end-to-end tests of the program and its fit with the various dependencies.
IMO this shouldn't be the default behaviour. It's neat that `themis-contract sign` brings in a copy of the signature into the pwd but it seems both redundant and detrimental. Does...
this is what I primarily used `claw` for. some sort of beancount integration would be cool too. Update the ledger of each party in the contract or smth
Most of our templates end up setting ``` geometry: margin=2.5cm ``` in the metadata. We should just include in the `pandoc-defaults.yml` so that's done automatically, as it looks more natural...
We use a particular set of pandoc configurations and tex resources to generate PDFs. It would be useful to provide a command that will compile a pdf using those settings...
we currently have a `{{date.signed}}` that has to be manually updated in the params file + this assumes every signature occurs on the same date.
speed up debugging
in this particular case i was iterating over a list, and accidentally used a backslash instead of a forward slash e.g., ``` {{#tasks}} - {{.}} {{\tasks}} ``` The correct snippet...
- also possibly write a default config file for our purposes