Skip to content

Commit 8822abb

Browse files
committed
Merge branch 'main' into fix-deprecation-warnings
Signed-off-by: ff137 <[email protected]>
2 parents f77019c + 27bce43 commit 8822abb

File tree

3 files changed

+51
-44
lines changed

3 files changed

+51
-44
lines changed

docs/features/Multiledger.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ More background information including problem statement, design (algorithm) and
1616
- [Write Requests](#write-requests)
1717
- [A Special Warning for TAA Acceptance](#a-special-warning-for-taa-acceptance)
1818
- [Impact on other ACA-Py function](#impact-on-other-aca-py-function)
19+
- [Known Issues](#known-issues)
1920

2021
## Usage
2122

@@ -207,3 +208,8 @@ These changes are made here:
207208
- `./aries_cloudagent/protocols/trustping/v1_0/routes.py`
208209
- `./aries_cloudagent/resolver/routes.py`
209210
- `./aries_cloudagent/revocation/routes.py`
211+
212+
213+
## Known Issues
214+
215+
* When in multi-ledger mode and switching ledgers (e.g.: the agent is registered on Ledger A and has published its DID there, and now wants to "move" to Ledger B) there is an [issue](https://github.com/hyperledger/aries-cloudagent-python/issues/2473) that will cause the registration to the new ledger to fail.

poetry.lock

+44-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ portalocker="~2.7.0"
3535
prompt_toolkit=">=2.0.9,<2.1.0"
3636
pydid="^0.4.3"
3737
pyjwt="~2.8.0"
38-
pyld="~2.0.3"
38+
pyld="^2.0.4"
3939
pynacl="~1.5.0"
4040
python-dateutil="~2.8.1"
4141
python-json-logger="~2.0.7"

0 commit comments

Comments
 (0)