Sébastien Forestier

Results 6 issues of Sébastien Forestier

The doc should mention something about the timer script to be put in v-rep as a child script of a Dummy object called vrep_time.

documentation

Currently, when launching the client, it asks for the wallet password whereas there are plenty of use cases where you don't need the wallet (`get_status`) or the password (`wallet_info` to...

client

Let's see this example : ``` block size = 1000 max gas per block = 1000 priority = (max_gas * gas_price + fee) / size Operation 1: max_gas = 1000...

design
models

This seems to happen often based on analysis of performance regression in 11.1 with 50% time spent in remove_known_ops. We should investigate this together with the number of op re-asks.

This first one is done when there are 0 txps, with 10 peers (estimated 12% cpu usage while ~7% in previous episodes): [perf.txt](https://github.com/massalabs/massa/files/8870804/perf.txt) The second one when there are 1000...

Currently, we cannot use two different wallet files in `massa-client/wallets/`, e.g. yaml files created with Massa Station with different passwords: the client will prompt for a password and fail. Improvements:...

enhancement
production