AurelienFT

Results 61 issues of AurelienFT

## Problem Currently to launch sandbox we have to edit files of configuration it's not easy at all for newcomer and block adoption. ## Solution Two possible solutions to make...

good first issue
tests
global

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.

good first issue
smart-contracts

node crashed at 2k txps. testnet 3. Logs [logs.txt](https://github.com/massalabs/massa/files/9111833/logs.txt)

bug
p1

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...

global

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...

enhancement

## 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...

enhancement
bootstrap

When there is quotes in the command line of the CLI it don't parse the arguments correctly. The following isn't parsed correctly : ``` call_smart_contract 2R4zRvGc5GcX4eCWrM5zsboFKodCUuWa7X8biiDBQMoLohwH4N setResolver '{"name": "", "address":...

bug
client

| Test name | Test prev link | New test folder | New test guidelines/Remarks | Done ? | | --- | --- | --- | --- | --- |...

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...

bug
global