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 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| @@ -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.43Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3725 +/- ##
=======================================
Coverage 79.76% 79.76%
=======================================
Files 1186 1186
Lines 31867 31870 +3
Branches 7848 7849 +1
=======================================
+ Hits 25418 25421 +3
- Misses 5688 5694 +6
+ Partials 761 755 -6
🚀 New features to boost your workflow:
|
chalabi2
force-pushed
the
aep-86/console-verification-stats
branch
from
August 27, 2026 16:52
8440511 to
491e2bd
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>
chalabi2
force-pushed
the
aep-86/console-verification-stats
branch
from
August 27, 2026 17:04
491e2bd to
7fa5b29
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.
AEP-86 transactions and typed events should be readable in Stats without asking
reviewers or operators to decode raw protobuf JSON.
What
Dependencies
The registry was checked against the current verification and provider proto
surfaces; response messages and unrelated provider CRUD are intentionally absent.