massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
Write critical tests of final-state and make them pass.
Config constants are still in use in Network => replace them by an explicit config parameter. Examples: handshake_worker.rs, network worker /messages.rs, node_worker.rs etc...
Format the display of `AddressInfo`. (align 2 by 2 elements for big vectors) I just realized how much it would be great to add an option `-n` when we dump...
Write critical tests of Consensus and make them pass. Focus on Graph because Consensus will disappear in the future
Write critical tests of PoS and make them pass.
All pool tests were commented in https://github.com/massalabs/massa/pull/2888 TODO: reinstate them
The shared Storage has few concurrent writes by a couple of threads, heavy concurrent reads by many threads. We are currently planning on using `Arc
Currently, all operations and endorsements that properly deserialize will propagate to the whole network. This presents a high risk of flooding and some checks need to be performed before propagating...
See https://github.com/massalabs/massa/discussions/2895
Currently the logs of error in SC are shown in all nodes. Now that we have event when a SC fail we should use only events and remove this print.