Moncef AOUDIA
Moncef AOUDIA
This method will return a top (by default 50 ?) Massa accounts. May be we could fetch available addresses in the ledger and make some pagination.
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 * [ ]...
This method will take an array of slots and returns associated blocks.
This method will be a part of the new gRPC API as it's needed to be used primarily in newer Massa architecture. Related to #3406 #2895 #2903
This method will be a part of the new gRPC API as it's needed to be used primarily in newer Massa architecture. Related to #3406 #2895 #2903
This method will be a part of the new gRPC API as it's needed to be used primarily in newer Massa architecture. Related to #3406 #2895 #2903
This method will be a part of the new gRPC API as it's needed to be used primarily in newer Massa architecture. Related to #3406 #2895 #2903
Actually(testnet18), if you don't remember your password, you don't have any way to recover it. It could be interesting to add a recovery system.
In testnet 18, we introduced experimental support for WebSockets where `subscribe_new_operations` broadcast only received operations from other nodes. Produced operation from the node are missing.