massa icon indicating copy to clipboard operation
massa copied to clipboard

The Decentralized and Scaled Blockchain

Results 346 massa issues
Sort by recently updated
recently updated
newest added

The protocol receive more then 1000 message per second in the channel so he has to handle them very quickly (17 message per seconds). But the announcement of operations sometimes...

* make sure it works properly * re-add the speed limit removed here https://github.com/massalabs/massa/pull/3125/commits/d7c6ed4cffbfde0f39106d1d49467ca59aeb8046

blocked

https://github.com/massalabs/massa/actions/runs/3176231388/jobs/5175285696 Failures: ``` ---- block::test::test_invalid_genesis_block_serialization stdout ---- ---- block::test::test_invalid_genesis_block_serialization stderr ---- ```

Peer management in Network takes 13% of CPU time on testnet 14. This should be reduced to values close to zero.

``` test tests::inter_cycle_batch_finalization::test_inter_cycle_batch_finalization ... FAILED failures: ---- tests::inter_cycle_batch_finalization::test_inter_cycle_batch_finalization stdout ---- thread 'tests::inter_cycle_batch_finalization::test_inter_cycle_batch_finalization' panicked at 'could not get block graph status: SendChannelError("send error consensus command get_block_graph_status")', massa-consensus-worker/src/tests/inter_cycle_batch_finalization.rs:81:18 note: run with `RUST_BACKTRACE=1`...

Since we are currently often working with a different target, it might make sense to change the CI settings for a full run in those cases as well.

ci

Locate performance bottlenecks in testnet 14. * [x] evaluate the performance of signature verification: https://github.com/massalabs/massa/issues/3071 * [x] many storage manipulations in Execution https://github.com/massalabs/massa/issues/3069 * [ ] peer exchange performance in...

Running the massa node into a docker container. build.sh script is used to build image and run container. `cd docker && ./build.sh ` Define variable values in docker-compose specification and...

**Is your feature request related to a problem? Please describe.** Decentralized applications are a wonderful gateway for blockchain mass adoption. In order to use decentralized applications, users have to pay...

Write a new doc for the VM block feed process. The old one was not valid anymore and was removed in https://github.com/massalabs/massa/pull/3077

documentation
smart-contracts