-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix endorser Nats connection going stale (#1122)
* add max attempts env * 🎨 * must be int * reset to 15 * add temp debug log * more temp debug logs * dont reset nats * revert reset nats * remove temp debug logging * add heartbeat to fetch * import fetch time out error * on fetch timeout continue * on generic timeout re-subscribe * update imports * fix test * add tests for health endpoints * update health endpoints * add check jetstream func for health checks * fix test * 🎨 * update endorser health endpoint * ✨ Implement DID Exchange and DID Rotate methods and 🗑️ deprecate connections 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]> * 💩 add sleep to avoid mysterious 500 error --------- Co-authored-by: Mourits de Beer <[email protected]> Co-authored-by: Robbie Blaine <[email protected]> Co-authored-by: ff137 <[email protected]>
- Loading branch information
1 parent
c78bd72
commit c6b887e
Showing
7 changed files
with
156 additions
and
10 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
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
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
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