Wallet generation using sleevage-tools (3 mnemonics: quantum, sleeve, polkadotjs)
Quality Assurance & Deployment (0%)
End-to-end testing suite
Edge case validation
Performance optimization
Final PR preparation
Technical Implementation
Core chaindata integration complete. Now working on robust RPC infrastructure with production-ready resilience patterns and Talisman-specific wallet operations.
RPC Resilience Strategy
Implemented based on comprehensive testing:
Fast failure detection: 5s timeout (validated in production)
Exponential backoff with jitter for reconnection
Circuit breaker: 5 failed attempts → 60s cooldown
Error classification: retryable (ECONNREFUSED, ETIMEDOUT) vs non-retryable (invalid genesis hash)
Continuous health monitoring
Performance Targets
Initial connection: < 1000ms
Reconnection: < 2000ms
Health check: < 500ms
Connection timeout: 5000ms (critical for fast failover)
Wallet Generation
Using official sleevage-tools (validator-standard):
3 separate mnemonics for different use cases
Encrypted JSON backup with secure password
Battle-tested in production (validator deployment standard)
Feedback Needed
RPC Endpoints:
wss://rpc.xx.network
wss://xxnetwork-rpc.n.dwellir.com
Additional public RPCs available?
Block Explorers:
https://explorer.xx.network
https://xx.subscan.io
Correct configuration?
Logo:
223KB SVG. OK?
Next Phase
Integration testing and validation across all wallet operations. PR submission after QA completion.