kratos icon indicating copy to clipboard operation
kratos copied to clipboard

refactor: change primary key of verifiable and recovery addresses

Open alnr opened this issue 1 year ago • 1 comments

This changes improves lookup performance for verifiable and recovery addresses.

Please be aware that this primary key change may require exclusive locks in your database. Test your upgrade before applying it in production.

alnr avatar Oct 02 '24 14:10 alnr

Codecov Report

:x: Patch coverage is 91.17647% with 3 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 78.58%. Comparing base (629d867) to head (792cee3). :warning: Report is 509 commits behind head on master.

Files with missing lines Patch % Lines
driver/registry.go 0.00% 3 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4138      +/-   ##
==========================================
- Coverage   78.61%   78.58%   -0.04%     
==========================================
  Files         378      380       +2     
  Lines       26936    27013      +77     
==========================================
+ Hits        21177    21228      +51     
- Misses       4147     4172      +25     
- Partials     1612     1613       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Oct 02 '24 15:10 codecov[bot]