eosportal-api icon indicating copy to clipboard operation
eosportal-api copied to clipboard

Add route to remove nodes for a chain on demand.

Open nsjames opened this issue 7 years ago • 0 comments

It will be common for nodes and chains to go down and they should be remove from the reference.

Right now the front-end has to traverse the array of nodes to find an available network each time. The front end can notify the backend of fallen nodes but it might get notified multiple times by many users at once.

https://github.com/EOSPortal/eosportal-front/blob/master/src/views/Chain.vue#L88

nsjames avatar Jun 02 '18 06:06 nsjames