Daniel Lenksjö

Results 49 issues of Daniel Lenksjö

### Version main ### Environment Ubuntu 24.04 WSL 2, Python 3.12.3 ### Expected behavior pip install -r requirements.txt should install without errors ### Actual behavior pip install -r requirements.txt fails...

bug
triage

### Version 1.2.5-dev0 (main branch) ### Environment _No response_ ### Expected behavior Delegation should resolve even when delegator and delegate use different sets of witnesses. ### Actual behavior Delegation does...

bug
triage

# Feature request description/rationale I would like to be able to call kli commands that require keystore parameters such as `--name`, `--base` and possibly `--passcode` without having to supply them...

feature request

See result of `esbuild --analyze`: ``` $ npx esbuild src/index.ts --bundle --analyze --outdir=tmp tmp/index.js 2.1mb 100.0% ├ node_modules/libsodium-sumo/dist/modules-sumo/libsodium-sumo.js 1.3mb 61.3% ├ node_modules/libsodium-wrappers-sumo/dist/modules-sumo/libsodium-wrappers.js 127.7kb 5.8% ├ node_modules/decimal.js/decimal.mjs 65.4kb 3.0% ├ node_modules/buffer/index.js...

Steps to reproduce: 1. Agent 1: Boot agent 2. Agent 1: Create aid 3. Agent 1: Authorize agent end role 4. Agent 2: Boot agent and immediately after try to...

# Steps to reproduce 1. Create wallet with identifier X and authorize the agent end role 2. Create wallet with identifier Y and authorize the agent end role 3. Resolve...

### Feature request description/rationale We need to outline the steps needed to upgrade from version 0.1.x to 0.2.x. This could be added to the readme, as a discussion, or a...

### Version v0.1.3 and v0.1.4-dev0 ### Environment Python 3.10, Ubuntu 24.04 ### Expected behavior pytest tests/ should succeed ### Actual behavior pytest tests/ fails This is the output on v0.1.3:...

bug

Affected versions - 0.2.0-dev3 - 0.1.3 # Reproduction script See a reproduction script here: https://github.com/nordlei/vlei-sandbox/blob/main/src/issues/multisig-issuance-problem.test.ts ❯ src/issues/multisig-issuance-problem.test.ts (6) 49803ms ✓ Resolve OOBIs 5089ms ✓ All members create multisig group 7305ms...

There has been some discussion on github and discord regarding how multisig OOBI urls work. This issue on signify-ts contains some further references: https://github.com/WebOfTrust/signify-ts/issues/193 Consider a group AID `multisig` with...