Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation notice at agent start #854

Closed
rngadam opened this issue Jul 26, 2024 · 2 comments
Closed

Deprecation notice at agent start #854

rngadam opened this issue Jul 26, 2024 · 2 comments

Comments

@rngadam
Copy link

rngadam commented Jul 26, 2024

At the agent start, I get:

NGROK_AUTHTOKEN=$NGROK_AUTHTOKEN LEDGER_URL_CONFIG=http://test.bcovrin.vonx.io TAILS_SERVER_URL_CONFIG=https://tails.vonx.io ./manage run -d acapy-main -b mobile -n -t @MobileTest

shows a deprecation notice in the logs:

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::                             ⚠ DEPRECATION NOTICE: ⚠                              ::
:: -------------------------------------------------------------------------------- ::
:: Receiving a core DIDComm protocol with the `did:sov:BzCbsNYhMrjHiqZDTUASHg;spec` ::
:: prefix is deprecated. All parties sending this prefix should be notified that    ::
:: support for receiving such messages will be removed in a future release. Use     ::
:: https://didcomm.org/ instead.                                                    ::
:: -------------------------------------------------------------------------------- ::
:: Aries RFC 0160: Connection Protocol is deprecated and support will be removed in ::
:: a future release; use RFC 0023: DID Exchange instead.                            ::
:: -------------------------------------------------------------------------------- ::
:: Aries RFC 0036: Issue Credential 1.0 is deprecated and support will be removed   ::
:: in a future release; use RFC 0453: Issue Credential 2.0 instead.                 ::
:: -------------------------------------------------------------------------------- ::
:: Aries RFC 0037: Present Proof 1.0 is deprecated and support will be removed in a ::
:: future release; use RFC 0454: Present Proof 2.0 instead.                         ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

version

$ git rev-parse HEAD
c37c2cf95f5271098ccc6ebbaf92de618bba7053
@nodlesh
Copy link
Contributor

nodlesh commented Jul 26, 2024

This is the deprecation notice that comes from ACA-Py itself when it is started. This has nothing to do with the test harness really. Though, we are going to have to remove from AATH the usage of did:sov and those AIP 1.0 protocols in the future.

@rngadam
Copy link
Author

rngadam commented Aug 28, 2024

ok, following up in : openwallet-foundation/acapy#3202

@rngadam rngadam closed this as completed Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants