massa icon indicating copy to clipboard operation
massa copied to clipboard

Implement `get_transactions_throughput` method/subscription in JsonRPC API(V2)

Open aoudiamoncef opened this issue 2 years ago • 0 comments

Actually(testnet18), transactions throughput is calculated in client side: See https://github.com/massalabs/massa-explorer/blob/main/massa_demo_files/explorer.js#L717

We could implement this in backend side as JsonRPC method and a WebSocket:

  • [ ] get_transactions_throughput
  • [ ] subscribe_transactions_throughput/unsubscribe_transactions_throughput

aoudiamoncef avatar Jan 16 '23 10:01 aoudiamoncef