-
There is a need to clarify some details in the process of transaction authorization agreement phase described here:
https://github.com/mojaloop/pisp/blob/master/docs/out/transfer/api_calls_detailed/P…
-
Commit 2cbaeba061c0
`đź’Ą maturin failed [...] Caused by: Cargo metadata failed. Do you have cargo in your PATH?`
Poetry and Maturin are trying to build the canonicaljson-rs wheel instead of downlo…
-
User identities and devices are internally using a `serde_json::Value`, this means that, if the `Value` isn't empty, `rmp_serde` will fail to with a cryptic error message.
The interesting part is, …
-
The part of the docs stating that canonicaljson used simplejson is still in the PyPI docs.
![Screenshot from 2023-11-02 18-15-33](https://github.com/matrix-org/python-canonicaljson/assets/84005549…
-
Today, every time we perform any DB operation, we create a new connection. Instead we should cache them.
Today, we do the following to get a database connection:
``` go
conn := s.DB.GetDatabaseC…
-
### Before reporting an issue
- [X] I have searched existing issues
- [X] I have reproduced the issue with the latest release
### Environment information
ehrbase_version: 0.22.0
openehr_sdk_versio…
-
**Is your feature request related to a problem? Please describe.**
We currently implement a non-extensible canonical data format which creates a bitstring from a protobuf message. The reason for that…
-
-
For use in sub-regional planning. Current thought is to send an open-ended JSON objects as parameter for other potential uses. Caching will have to be updated to include the parameter in the key.
-
@jawi reports:
> From my experience implementing TUF in a different language (Java), it always caused me several headaches when trying to get the signing right. Mostly this is due to the canonicalisa…