- Mar 21, 2022
-
-
* create patched.idty_tools
-
-
* create revocation.py * create idty_tools.py for relevant functions
-
-
Moul authored
Introduce function to parse the file and compute the values Comments (#) are ignored ABSOLUTE/RELATIVE header required to specify the reference of the specified amounts Set recipients argument to no longer required, add a check instead Set file mutuality exclusive with amounts(UD), allsources, and recipients Update tx cli tests Add tests
-
- Mar 13, 2022
- Mar 07, 2022
-
-
Moul authored
-
Moul authored
Specially for insert-license which fixes a bug: https://github.com/Lucas-C/pre-commit-hooks/issues/25 Black is finally released as stable and changes small part of the code
-
- Feb 20, 2022
-
-
Moul authored
-
Moul authored
:Modified: doesn't exist https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html
-
Moul authored
Add missing English paragraph, by translating
-
- Feb 15, 2022
- Dec 20, 2021
-
-
Moul authored
-
Moul authored
For DeathReaper to report the date in Paris timezone and not GMT
-
Moul authored
Introduce Dockerfiles based on latest Python available Install silkaj and make it available to the CLI Two steps: build, copy. Otherwise, you don’t get Silkaj sources built-in the image Poetry and pip environment of images builds: - Pip for direct consumers like DeathReaper - Poetry for developers, with git in Manual triggered job to generate the image Extensible job definition for future usages Rename stage from `publish` to `package` Tag images with the commit hash, the branch, and latest Define python version variable and pass it as an ARG to the builds Release and `dev` channels and jobs Tag the image with the git tag when present Set "allow_failure: true" on non-release images, to allow automatic MR merge
-
- Dec 08, 2021
-
-
Moul authored
-
- Nov 16, 2021
-
-
- Nov 15, 2021
-
-
Moul authored
Git ignore poetry.lock In particular to free pytest version which adds support for Py3.10
-
- Nov 12, 2021
-
-
Moul authored
-
- Oct 03, 2021
-
-
Moul authored
got raised Exiting the programm is not an issue for all the send document cmds Even for the intermediaries tx case, since this is change operations operated over the issuer pubkey
- Sep 26, 2021
- Sep 13, 2021
-
-
matograine authored
-
- Aug 12, 2021
-
-
Moul authored
-
- Aug 08, 2021
-
-
Moul authored
Implement determine_endpoint() to replace Endpoint() It handles custom, default g1 and gtest endpoints Read custom endpoints from a regex Handle host/ipv4 mixup fix with ipaddress ipv6 support with brakets Rename peer to endpoint: option --peer/-p −> --endpoint/-ep import sys and silkaj.constants directly write tests Kept the ability of not having click installed - #354 The tests are difficult to write Actually, I am not sure if this feature is easy use. Using Silkaj as lib is kind of difficult since click is imported in almost every modules
-