massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...
Address::AddressV1 and Address::AddressV2 variants, each made with a different Hash algorithm. /!\ The code compiles, but there should be some errors in the way we handle both versions! * [...
**Is your feature request related to a problem? Please describe.** There are some parts of the code that do seperate read operations on the ledger DB where they could possibly...
Actually(testnet18), frontend devs have to calculate the next cycle timestamp based on current cycle: ```json "version": "TEST.18.0", "current_time": 1674125023084, "current_cycle": 651, ``` Expected: ```json "version": "TEST.18.0", "current_time": 1674125023084, "current_cycle": 651,...
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...
Opening the PR to start taking notes... Part of https://github.com/massalabs/massa/discussions/3149
As part of https://github.com/massalabs/massa/pull/3272, I noticed that turning the protocol worker into a separate thread would make certain tests fail, because they were previously only passing because the test would...
[`test_protocol_sends_blocks_with_operations_to_consensus`](https://github.com/massalabs/massa/blob/5abd4683be2b7ff236bd5735ff4a4655487f1688/massa-protocol-worker/src/tests/in_block_operations_scenarios.rs#L126) fails intermittently.