You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: reject commas in wallet addrs, dedupe addr codec
- Validate() rejects a comma in the primary or any fallback wallet address,
since they're persisted comma-separated (a comma would corrupt the column).
- Move the comma-separated encode/decode into domain (EncodeFallbackAddrs /
DecodeFallbackAddrs) so postgres and sqlite share one implementation.
- Document the wallet-target trust boundary in walletService and log the
effective primary wallet address at startup so operators can audit it.
0 commit comments