From c80cf633d02db0fa6e03acd4aacc565cc2f076c3 Mon Sep 17 00:00:00 2001 From: Philipp Etschel Date: Mon, 14 Mar 2022 12:59:50 +0100 Subject: [PATCH 1/2] clean script for all exchanges and proof templates. needed for the next release as the serialisation format of the proof template was changed. Signed-off-by: Philipp Etschel --- .../databasemigrations/V1.32__clean-proof-templates.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backend/business-partner-agent/src/main/resources/databasemigrations/V1.32__clean-proof-templates.sql diff --git a/backend/business-partner-agent/src/main/resources/databasemigrations/V1.32__clean-proof-templates.sql b/backend/business-partner-agent/src/main/resources/databasemigrations/V1.32__clean-proof-templates.sql new file mode 100644 index 000000000..b5ea478c5 --- /dev/null +++ b/backend/business-partner-agent/src/main/resources/databasemigrations/V1.32__clean-proof-templates.sql @@ -0,0 +1,2 @@ +DELETE FROM partner_proof WHERE proof_template_id IN (SELECT id FROM bpa_proof_template); +DELETE FROM bpa_proof_template; \ No newline at end of file From a0a1b6060f458d8a8f9fe502be5c99dde9bd698a Mon Sep 17 00:00:00 2001 From: Philipp Etschel Date: Mon, 14 Mar 2022 13:07:40 +0100 Subject: [PATCH 2/2] updated readme, discord invite url and oob feature. Signed-off-by: Philipp Etschel --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0443057..288de30aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Business Partner Agent [![join the chat][discord-image]][discord-url] -[discord-url]: https://discord.com/channels/905194001349627914/948240184124788736 +[discord-url]: https://discord.gg/hyperledger [discord-image]: https://img.shields.io/badge/DISCORD-JOIN%20CHAT-green [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) @@ -37,6 +37,7 @@ The Business Partner Agent is built on top of the Hyperledger Self-Sovereign Ide | | manual: send credential offer to holder | indy: v1, v2
w3c: v2 | | | manual: receive credential proposal from holder | indy: v1, v2
w3c: v2 | | | manual: decline credential proposal from holder and provide reason | indy: v1, v2
w3c: v2 | +| | send credential offer as invitation attachment | indy: v2 | | | revoke issued credential (requires tails server) | indy: v1, v2
w3c: n/a | | | send revocation notification | indy: v1, v2
w3c: n/a | | Holder | | |