Skip to content

Conversation

@eckelj
Copy link

@eckelj eckelj commented Mar 3, 2025

No description provided.

albertolerda and others added 30 commits November 19, 2021 15:34
- fixed name typo
- catches more exceptions
removed warnings and automated integration of zenroom
increased version and added changelog
Signed-off-by: Jürgen Eckel <[email protected]>
LaurentMontBlanc and others added 30 commits August 10, 2022 09:38
* black linted

Signed-off-by: Lorenz Herzberger <[email protected]>

* replaced travis with github actions

Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>

Signed-off-by: Lorenz Herzberger <[email protected]>
* initial zenroom calling changes

Signed-off-by: Jürgen Eckel <[email protected]>

* added another failing testcase

Signed-off-by: Jürgen Eckel <[email protected]>

* fixed integraiton test and calling convention of zencode for planetmint

Signed-off-by: Jürgen Eckel <[email protected]>

* aligned to black linting

Signed-off-by: Jürgen Eckel <[email protected]>

* added CHAGNELOG & increased version

Signed-off-by: Jürgen Eckel <[email protected]>

* adjusted docs + increased base58 version to potentially 2.1.1

Signed-off-by: Jürgen Eckel <[email protected]>

* renamed some variables

Signed-off-by: Jürgen Eckel <[email protected]>

* added invalid signing testcase, fixed json parsing bug after invalid signing requests

Signed-off-by: Jürgen Eckel <[email protected]>

* removed obsolete corner case and simplified how zenroom is addressed

Signed-off-by: Jürgen Eckel <[email protected]>

* blackified 2 files

Signed-off-by: Jürgen Eckel <[email protected]>

* changed changelog

Signed-off-by: Jürgen Eckel <[email protected]>

* added tag-release

Signed-off-by: Jürgen Eckel <[email protected]>

Signed-off-by: Jürgen Eckel <[email protected]>
added poetry dependency management
* increased zenroom to 2.3.1

Signed-off-by: Jürgen Eckel <[email protected]>
* renamed the package to planetmint_cryptoconditions
* adjusted the docs and examples
* removed black dependency

Signed-off-by: Jürgen Eckel <[email protected]>
* removed automated "keyring" handling from ZenroomSha256.sign method
* improved sample code
* simplified dependency management
* improved github workflows
* fixed parse_asn1_dict_payload parsing issue with data or key being set to None and being converted to 'null'
* added testcases for the data and key set to None
* added testcase for script encoding/decoding
* blackified

Signed-off-by: Jürgen Eckel <[email protected]>
* Bump certifi from 2022.9.14 to 2022.12.7

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2022.09.14...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* bumped version

Signed-off-by: Jürgen Eckel <[email protected]>

* bumped pytest version to 7.2.0

Signed-off-by: Jürgen Eckel <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jürgen Eckel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Eckel <[email protected]>
* Bump cryptography from 3.4.7 to 39.0.1

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.4.7...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* blackified

Signed-off-by: Jürgen Eckel <[email protected]>

* fixed audit issue with setuptools

Signed-off-by: Jürgen Eckel <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jürgen Eckel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Eckel <[email protected]>
Bumps [ipython](https://github.com/ipython/ipython) from 8.7.0 to 8.10.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.7.0...8.10.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jürgen Eckel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Eckel <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
* [sonar] Make sure that recursively copying directories is safe here

Signed-off-by: Julian Strobl <[email protected]>

* [sonar] The python image runs with root as the default user

Signed-off-by: Julian Strobl <[email protected]>

---------

Signed-off-by: Julian Strobl <[email protected]>
* removed code smell and fixed one bug threshold.py:parse_dict
* added changelog
* bumped version

Signed-off-by: Jürgen Eckel <[email protected]>
Signed-off-by: Julian Strobl <[email protected]>
* Bump requests from 2.28.2 to 2.31.0

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* xfrom --with test to --with dev

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Eckel <[email protected]>
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.1...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
….0.0

Bump cryptography from 39.0.1 to 41.0.0
* updated poetry action
* updated cryptography dependency
* updated audit workflow to use poetry
* fix missing pip audit command
* fixed install
* combined create req and audit step
* specified requirements.txt
* fixed typo
* updated dev dependency
---------
Signed-off-by: Lorenz Herzberger <[email protected]>
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.1...41.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
….0.2

Bump cryptography from 41.0.1 to 41.0.2
Signed-off-by: Jürgen Eckel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants