Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sdks 4.1.1-beta.1, pnpcommon 3.0.0-beta.1 * fix sdk release script and formatting * remove unneccessary combiner dependency * get rid of trx * update signer version used in combiner integration tests * add metering * get rid of trx * highlighting other relevant code for reviewers * highlighting other relevant code for reviewers again * Soloseng/fix-release (#10466) * update packages * change format to number * add back trx * rename tableWithLockForTrx to queryWithOptionalTrx * drive-by remove attestations from config * remove comment * add back trx * add back trx comment * add back rollack * bump version numbers to beta.3 * mock combiner authentication * Odis signer refactor (#10464) Refactors Signer to be more performant * Combiner tracing - staging (#10496) Adds tracing to the combiner * removed blocknumber (#10507) * Signer mock interfaces (#10510) add mock signer interfaces * add moving avg to load test (#10509) * Big Refactor of the combiner (#10513) * first pass into transforming into handlers * Extract methods out of IO class (story: IO class destruction) * io: getSignerEndpoint lifted up to base class * Remove inputChecks and authenticate from IO * wip: kill Combiner and Signer actions * use handler function (remove IO and Action) * kill ThresholdService and ResponseLogger classes * Removes Session and CryptoSession * Fix typing errors * fix tests * Uses httpAgent for http/s connections * use shouldCheckKeyVerion boolean argument * fix some tests * cosmetic cleanup from PR review * Fixes some tests * fix error reporting * fix pnp integration test * bump combiner version * fix integrations test --------- Co-authored-by: alecps <alec@cLabs.co> * fix lint errors * fix unit tests * fix issue on domainQuota signer endpoint * publish common package for combiner deploy * implement AbortSignal any * add back log based metrics * add back trx, fix signer tests * prevent loadtest from crashing on error response (#10517) * Set user agent to the kit (#10518) * Add Remove database error (#10519) * fix log based metric * store signature in requests table (#10520) * store signature in requests table * remove it.only * fix keyVersion parsing * fix fallback url bug * lint fix + bump combiner version * make signature optional * Signer Database requests prunning (#10521) * Signer Database requests prunning * Fix tests * Refactor code * Update packages/phone-number-privacy/signer/src/pnp/services/request-service.ts Co-authored-by: soloseng <102702451+soloseng@users.noreply.github.com> * Adding tests * Update tests * Remove unnecessary transaction wrapper --------- Co-authored-by: soloseng <102702451+soloseng@users.noreply.github.com> * Fixed linter * decrease coverage threshold 76% -> 68% * Add index in timestamp (#10525) * Update packages/phone-number-privacy/signer/src/pnp/services/request-service.ts * fix signer e2e tests * add TODO * fix response metrics * misc cosmetic changes from review * remove unused code from common pkg * misc edits, remove unused test * remove blockNumber from response type schemas * publish common package and bump odis versions * use 4.1.1-dev everywhere except for ODIS packages * revert change to identity sdk * add back change to identity sdk * remove duplicate countAndThrowDBError in domains request table wrapper * misc fixes from reviewing metrics * add TODO statements and remove unused QService * misc cleanup * cleanup combiner comments * remove combiner comment --------- Co-authored-by: soloseng <102702451+soloseng@users.noreply.github.com> Co-authored-by: Mariano Cortesi <mariano@clabs.co> Co-authored-by: Álvaro Fernández <35505302+alvarof2@users.noreply.github.com> Co-authored-by: Gaston Ponti <ponti@clabs.co>
- Loading branch information