* replaced nip04 with nip44
* Refactor key decoding logic to use common function
* Refactor key decoding logic to use common function
* fix nostr connection read test
Introduce a new `ParseDestinationDomain` function to handle .nostr domains. Integrate base32 decoding for subdomains and constructing full domain strings using relays. Added corresponding tests to verify domain parsing logic.