mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-13 00:58:50 +00:00
- Added support for verifying signatures from both Ethereum (ETH) and Solana (SOL) blockchains in the verifyHandler. - Introduced a new ChainType field in the request to specify the blockchain type, defaulting to ETH for backward compatibility. - Implemented Ed25519 signature verification for Solana, including base64 decoding of signatures and base58 decoding of public keys. - Enhanced error handling for unsupported chain types and invalid signature formats, improving robustness of the verification process.