Skip to content

Commit

Permalink
Merge branch 'main' into fix-deprecation-warnings
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 17, 2024
2 parents f77019c + 27bce43 commit 8822abb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 44 deletions.
6 changes: 6 additions & 0 deletions docs/features/Multiledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ More background information including problem statement, design (algorithm) and
- [Write Requests](#write-requests)
- [A Special Warning for TAA Acceptance](#a-special-warning-for-taa-acceptance)
- [Impact on other ACA-Py function](#impact-on-other-aca-py-function)
- [Known Issues](#known-issues)

## Usage

Expand Down Expand Up @@ -207,3 +208,8 @@ These changes are made here:
- `./aries_cloudagent/protocols/trustping/v1_0/routes.py`
- `./aries_cloudagent/resolver/routes.py`
- `./aries_cloudagent/revocation/routes.py`


## Known Issues

* 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.
87 changes: 44 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ portalocker="~2.7.0"
prompt_toolkit=">=2.0.9,<2.1.0"
pydid="^0.4.3"
pyjwt="~2.8.0"
pyld="~2.0.3"
pyld="^2.0.4"
pynacl="~1.5.0"
python-dateutil="~2.8.1"
python-json-logger="~2.0.7"
Expand Down

0 comments on commit 8822abb

Please sign in to comment.