Replaced mock signal signatures with real SEP-53 Ed25519 proof-of-wallet-ownership: clients sign the payload via the wallet, the server verifies each signature with Keypair.verify and rejects invalid or forged ones, and the UI shows a verified badge based on a persisted signature_verified flag. Includes DB migration, unit tests, and doc updates. - #193
Merged