Daniel Lenksjö
Daniel Lenksjö
Previously, we had these lines commented out in the credentials test: https://github.com/WebOfTrust/signify-ts/blob/2a95620742a5a28cb1d27468e13a1597b3cc08dd/examples/integration-scripts/credentials.test.ts#L311-L336. We should introduce coverage for this feature again. However, just adding the same check does not work currently...
It would be nice to have the signify-ts package published to npm (or github packages) on push. We can use a "development" or "next" tag for pushes to development branch....
Currently, there are a few hundred eslint warnings reported in this repository. They were initially errors, but degraded to warnings just to get started with eslint. I think it is...
This PR enables you to configure which keystore to access using environment variables. Summary of changes: - Extracted --name, --base and --passcode into a common "Parsery.keystore()" method. Not sure about...
### Version 1.2.5-dev0 (main branch) ### Environment Python 3.13, ubuntu 24.04 ### Expected behavior kli vc registry incept should create a registry. ### Actual behavior ERR: Registry.make() got an unexpected...
### Version 1.2.5 (main branch) ### Environment Ubuntu 24.04, Python 3.13.3 ### Expected behavior `kli local watch` should work ### Actual behavior ``` ERR: module 'keri.help' has no attribute 'decking'...
### Version 1.2.4 ### Environment _No response_ ### Expected behavior The `bt` or `toad` value should remain the same when rotating keys for an identifier. ### Actual behavior The `toad`...
Perhaps this type of test is better suited in GLEIF-IT organization. Opening as Draft for discussion See #992 and #996 for similar scripts. I have used the same utility functions...
~~The `dip` event never ended up in the delegables escrow. See change in eventing.py.~~ Same fix was merged in #997. This PR now only adds a test script for multisig...
This illustrates the issue encountered in #975 and adds the steps needed to resolve it. I have added some utility functions to make it easier to create isolated keystores and...