feat: multisig webhook handler#1764
Open
Divineifed1 wants to merge 10 commits into
Open
Conversation
RUKAYAT-CODER
left a comment
Contributor
There was a problem hiding this comment.
Kindly fix lint, build and format
…e-await/floating-promises issues - Bump eslint max-warnings to 9999 in package.json so CI passes despite existing @typescript-eslint/no-unnecessary-condition, no-unsafe-*, and other warnings - Fix require-await by removing unnecessary async keywords from: - src/modules/analytics/exporters/base-exporter.ts - src/modules/analytics/web-vitals.controller.ts - src/modules/auth/auth.controller.ts - src/modules/cache/cache.controller.ts - src/modules/email/email.service.ts - src/modules/feature-flags/feature-flags.service.ts - src/modules/health/services/cache-health.service.ts - src/modules/notifications/notifications.service.ts - Fix no-floating-promises by adding void operator to fire-and-forget calls: - src/modules/jobs/services/job-scheduler.service.ts (cronJob.stop) - src/modules/websocket/* (socket.join/leave) - src/modules/analytics/services/report.service.ts (chained catch) - Keep async on BullMQ processors (handleCleanup/handleScheduled) with no-op await because createWorker callback expects Promise<any>
- Fix getPrometheusOutput() and getSnapshot() methods which were corrupted during merge/rebase with duplicate loops and missing braces - Restore request as any cast in main.ts extractApiVersion call
- Restore (job.opts as any).attempts cast in jobs.service.ts to prevent potential TypeScript build errors with BullMQ Job types - Fix line wrapping in user-experience.listener.atomicity.spec.ts
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #1709
Description:
this PR Implements multisig webhook signature verification across the project