Lance

Results 10 issues of Lance

Include similar fixes for other ice2e and ppe2e tests like @TimoGlastra started in https://github.com/hyperledger/aries-framework-javascript/pull/893

Modify https://github.com/hyperledger/aries-framework-javascript/blob/main/CONTRIBUTING.md to include some of the lessons learned from the 0.2.0 release. That conversation started here https://wiki.hyperledger.org/display/ARIES/2022-06-30+Aries+Framework+JS+Meeting+notes And we should also update the Aries JS docs https://github.com/hyperledger/aries-javascript-docs for how...

We want to document how wallet parts are securely stored on a mobile app, using AFJ. This includes storing cryptographic material (mnemonic, passphrase, private keys, etc) and SSI related items...

Type: Docs

Typo in the first sentence of pg 101: "However a any validator could choose their own prior confirming threshold"

Hello World documentation for the DIDComm v2 book is outlined [in the README](https://github.com/decentralized-identity/didcomm.org/blob/main/site/content/book/v2/README.md) @dhh1128 gave us additional directions in the unsync as follows: 1. look at the [IIW slides](https://cloud.dsr-corporation.com/index.php/s/kZEMQeMR5c2sxG5) that...

KERIpy 1.1.0 has a bug in the cloneCreds function where it calls cloneTvtAt. https://github.com/WebOfTrust/keripy/blob/development/src/keri/vdr/viring.py#L405 It should pass the creder.said like grant does: https://github.com/WebOfTrust/keripy/blob/development/src/keri/app/cli/commands/ipex/grant.py#L109 I will submit a PR that include...

singlesig-vlei-issuance test has many useful schemas/data/functions that tests in singify-ts and tests that use signify-ts can benefit from. Refactor reusable parts into a test helper within src.

### Feature request description/rationale [It has been reported that witnesses for an identifier can become unresponsive to OOBI requests](https://github.com/WebOfTrust/keria/issues/235) if the witness is missing the delegator KEL information. [KERIpy has...

feature request

Depends on https://github.com/WebOfTrust/signify-ts/pull/267 Adds support in signify-ts to call [the 'submit' feature in KERIA](https://github.com/WebOfTrust/keria/pull/271) to resubmit a KEL to an identifiers witnesses

Should correspond with upcoming KERIA (and KERIpy) release candidates. See corresponding issue https://github.com/WebOfTrust/keria/issues/293