Moncef AOUDIA

Results 68 issues of 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.

enhancement
api
need spec
wip
sdk

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 * [ ]...

enhancement
good first issue
api
client
sdk

This method will take an array of slots and returns associated blocks.

enhancement
api
client
need spec
sdk

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

enhancement
api
need spec
sdk

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

enhancement
api
need spec
sdk

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

enhancement
api
need spec
sdk

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

enhancement
api
need spec
sdk

See RPC #3406 Related to #2895 #2903

enhancement
api
sdk

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.

enhancement
client

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.

enhancement
api