-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Implement DID Exchange and DID Rotate methods and 🗑️ deprecate conn…
…ections protocol (#1119) * 🗑️ mark deprecated routes * 🚧 initial implementation of new did-exchange routes * 🎨 modify default extra settings example * 🔧 Update default pylint config * 🎨 update docstrings and available optional params * 🚧 e2e test under construction * ✅ fix up create request tests * 🐛 fix protocol: /1.1 doesn't work ... * 🐛 use_public_did must be false in accept-request * ✅ working tests for accept-request * 🎨 remove unused endpoint and update route names * 🎨 update route names * 🎨 accept reject reason sa body instead of param * ⬆️ Use latest cloudcontroller * ⬆️ Update lock files * ✨ implement did-rotate endpoints * 🔧 add max-positional-arguments to pylintrc * ⬆️ use latest cloudcontroller * ⬆️ Update lock files * ✨ Use did-rotate/hangup in deletion of connection record (if using didexchange protocol) * ✅ Fix deleting records when using oob connections * ✅ assert connections are complete for both parties * ✅ e2e tests for did-rotate * ⬆️ Helmfile `0.169`, Helm `3.16.2`, Tailscale `1.76.0` (#1123) * 📌 Pin `xk6` and plugin versions (#1124) * `xk6-sse` isn't compatible with `k6>=0.53` * Pin `xk6` and all plugins to the latest compatible versions * Also bump Golang to `1.23` * 📌 Explicitly pin k6 to `v0.52.0` (#1125) * ⬆️ Update lock files * 🎨 * ✅ 100% unit test coverage for new did-exchange and did-rotate methods * ✅ fixed up delete connection test * 🐛 Reconfigure ACAPY_AUTO_ACCEPT_REQUESTS for Faber after test completes * ✅ add cleaning up of connection records, for regression fixtures not to get bloated --------- Co-authored-by: Robbie Blaine <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,452 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.