feat(notifications): alert on verification changes - #3723
Draft
chalabi2 wants to merge 4 commits into
Draft
Conversation
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
| @@ -42,7 +42,7 @@ | |||
| "license": "Apache-2.0", | |||
Contributor
There was a problem hiding this comment.
🔄 Carefully review the package-lock.json diff
Resolve the comment if everything is ok
* node_modules/@akashnetwork/chain-sdk 1.0.0-alpha.41 -> 1.0.0-alpha.43|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3723 +/- ##
==========================================
+ Coverage 79.76% 79.84% +0.07%
==========================================
Files 1186 1194 +8
Lines 31867 32060 +193
Branches 7848 7882 +34
==========================================
+ Hits 25418 25597 +179
- Misses 5688 5705 +17
+ Partials 761 758 -3
🚀 New features to boost your workflow:
|
Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
chalabi2
force-pushed
the
aep-86/console-verification-notifications
branch
from
August 27, 2026 16:51
92a6496 to
7304b9d
Compare
Keep the optional placement verification field optional at the JSON boundary and avoid expanding the generated type union while building the notifications registry. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
chalabi2
force-pushed
the
aep-86/console-verification-notifications
branch
from
August 27, 2026 17:04
7304b9d to
ea56537
Compare
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.
Why
Part of CON-800.
Tenants need advance notice of provider maintenance and a clear warning when an
active lease no longer meets its AEP-86 verification tier. Leases remain open;
these alerts expose the changed provider facts without changing lease lifecycle.
What
Dependencies
The generated Drizzle migration is isolated in its own commit.