reown-com / blockchain-api

WalletConnect's Blockchain API
MIT License
68 stars 53 forks source link

feat(irn): using the `peer_id` instead of generating it. #684

Open geekbrother opened 4 months ago

geekbrother commented 4 months ago

We are generating the new peer ID for the IRN client each time the server starts. At the moment the peer_id authorization is disabled and we are mimicking the CLI behavior. We need to store and use the pre-defined peer_id and pass it during the connection in the future when the authorization will turn on. Context: https://github.com/WalletConnect/blockchain-api/pull/681#pullrequestreview-2138056056

linear[bot] commented 4 months ago

CR-69 feat(irn): using the `peer_id` instead of generating it.