massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
## Description In the following cases, the testnet is not flexible enough, the labnet is too small, and the docker simulations are not powerful enough: * git bisect to find...
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.
## Context Address human-readable format is now handled through ToString and FromStr traits implementations. There is no purpose (debug excepted) for bs58_check functions anymore. ## TODO - [ ] Set...
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...
## Context Smart Contracts bytecode are currently stored in a different way than the datastore entries, It would make sense to handle them the same way. ## TODO - [...
Currently we are locking tracing using this feature : https://github.com/massalabs/massa/blob/main/massa-ledger/Cargo.toml#L17 . We are blocking it because if we compile with it even if we don't have the level enable it...
It would be nice to add the various scripts that we use to log cpu/RAM/network/... activities and to document the usage so that we can share same with the community...
To make external contributions easier (the Russian client looks pretty)
https://github.com/BurntSushi/quickcheck could be a modern way to test some part of our code :)
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...