massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
node crashed at 2k txps. testnet 3. Logs [logs.txt](https://github.com/massalabs/massa/files/9111833/logs.txt)
When deserializing, we need to make sure that everything has limits to avoid a message to break the memory of the node. We still have some variables that don't have...
Connections are sometimes closed without any reasons. We need to investigate what happens. Below is an excerpt of what happened on several private servers that were never shut down. ```...
> I don't like the fact that you just removed the possibility to change T0 and THREAD COUNT in runtime in sandbox. I know it was messy but I think...
It will be fancy to merge the storage of the bytecode and the datastore so that we can deploy multiple byte codes on the same datastore. We still need to...
Actually, enum are serialized with Rust name : ```json { "content": { ... "op": { "Transaction": { "amount": "0.000950028", "recipient_address": "A1Czd9sRp3mt2KU9QBEEZPsYxRq9TisMs1KnV4JYCe7Z4AAVinq" } } }, ... } ``` It should be...
We could add a section in Massa documentation to list all available configuration properties. In a first time, we could add a [link](https://github.com/massalabs/massa/blob/main/massa-node/base_config/config.toml) to defaut configuration. In a second time,...
## Context The server in the bootstrap wait for message from client he is connected to. ## Problem A client can ask to the server multiple data in loop to...
It's possible to create an offical ipv6 node? Because for ipv6 only user node, its impossible to bootstrap without add a community ipv6 node in the custom config.toml