CityOfZion / dora

https://dora.coz.io/
11 stars 10 forks source link

Monitor Tab: add endpoints for RPC nodes hosted by NeoSPCC #655

Closed AnnaShaleva closed 10 months ago

AnnaShaleva commented 11 months ago
Suggestion

There's a set of public, compatible and up-to-date RPC nodes in N3 and Legacy that are hosted and continuously maintained by NeoSPCC team. It would be nice to integrate them with Dora web-site so that they they can be displayed in the Monitor tab along with NGD, COZ and other official public nodes: image

Endpoints list

The endpoints list can be found at https://github.com/CityOfZion/neon-wallet/pull/2558.

Thank you for considering my suggestion!

ixje commented 11 months ago

Missed this. The linked PR only adds these 2 mainnet - https://rpc10.n3.nspcc.ru:10331 (v0.103.1) t5 - https://rpc.t5.n3.nspcc.ru:20331 (v0.103.1)

but the following MainNet urls also work

Should I add all or just the 2 from the other PR?

ixje commented 11 months ago

Also do you care about what the location says? e.g. https://rpc10.n3.nspcc.ru:10331/ seems to resolve to germany, but I can set the country to anything you like

AnnaShaleva commented 10 months ago

@ixje, sorry for the late answer, I just saw the notification.

Should I add all or just the 2 from the other PR?

The https://rpc[1-9].n3.nspcc.ru:10331/ RPC nodes that you've provided are not for public usage of N3 mainnet/testnet, these are NeoFS utilities, so you don't need to add them. Only 2 from https://github.com/CityOfZion/neon-wallet/pull/2558 are expected to be exposed.

Also do you care about what the location says?

Let it be as is, it's just a place where we host our node, and it's OK for the resolved location to be displayed.

ixje commented 10 months ago

I've added them to the backend. They will show up on the next deployment.