themis-contract icon indicating copy to clipboard operation
themis-contract copied to clipboard

A command line-based parameterized contracting tool

Results 44 themis-contract issues
Sort by recently updated
recently updated
newest added

Bumps gopkg.in/yaml.v3 from 3.0.0-20200603094226-e3079894b1e8 to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200603094226-e3079894b1e8&new-version=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...

dependencies
go

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.

good first issue

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...

help wanted

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...

enhancement

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.

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...