[multi-feature] Release Checklist, Incident & Rollback Runbook, Network Mismatch Detector, Account Statement Export (#1146, #1149, #979, #983) - #1296
Merged
Conversation
|
@kingksjo Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Summary
This pull request implements four key operational and frontend deliverables for YieldVault RWA:
General: Create a release checklist for testnet and mainnet deployment #1146 General: Create a release checklist for testnet and mainnet deployment
docs/RELEASE_CHECKLIST.mdcovering preflight checks, environment-specific guidance (Testnet vs. Mainnet), deployment execution sequences, 10-minute and 30-minute post-deployment validation steps, rollback triggers, and cross-functional sign-off tables (Release Owner, Contracts, Backend, Frontend, DevOps, Security, QA).docs/DEPLOYMENT_CHECKLIST.mdwith the new release checklist.General: Add runbook for incident response and rollback operations #1149 General: Add runbook for incident response and rollback operations
docs/runbooks/rollback-and-hotfix.mdwith full incident triage protocols, severity matrix (Sev0 to Sev3), operational owner assignments, common failure scenarios (contract discrepancies, RPC outages, transaction delivery failures, database drift), rollback activation conditions, component-specific rollback instructions (Contracts, Backend, Frontend, Database PITR), and status update cadences/templates.docs/runbooks/README.mddirectory index.Frontend: Implement network mismatch detector and guided fix flow #979 Frontend: Implement network mismatch detector and guided fix flow
useWalletNetwork,NetworkWarningBanner, andNetworkMismatchGuideModal.frontend/src/components/NetworkWarningBanner.test.tsxverifying alert banner rendering, network labeling, modal invocation, and instant check triggers.docs/FRONTEND_STATE_MANAGEMENT.md.Frontend: Add downloadable account statement export flow #983 Frontend: Add downloadable account statement export flow
AccountStatementExport,lib/accountStatement.ts, andlib/exportDownload.ts.frontend/src/components/AccountStatementExport.test.tsxcovering date range filtering, empty state, CSV/JSON serialization, and modal dismissal.docs/FRONTEND_STATE_MANAGEMENT.md.Changelog
CHANGELOG.mdunder## [Unreleased]for all four issues.Acceptance Criteria Met
Closes Issues
Closes #1146
Closes #1149
Closes #979
Closes #983