massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
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
Massa node crashes While trying to bootstrap from a unofficial node. Log output is below. **Remote node is active and allows all incoming bootstrap requests.** ``` 2023-01-13T16:01:17.746558Z INFO massa_bootstrap::client: Start...
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...