HathorNetwork / hathor-rpc-lib

1 stars 0 forks source link

Return the `genesisHash` in the `htr_getConnectedNetwork` RPC method response #8

Open andreabadesso opened 1 month ago

andreabadesso commented 1 month ago

We want this information so that the dApp and the Wallet can be sure that they are in the same network, this is specially important for testnet networks.

The fullnode doesn't yet have an API to return this information, we need to create it, I've created an issue to do it in the hathor-core: https://github.com/HathorNetwork/hathor-core/issues/1103

andreabadesso commented 1 month ago

Update: The genesisHash was already implemented in the /version API, but still pending a deploy of the hathor-core