massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
Follow-up of: https://github.com/massalabs/massa/pull/4619 Please look at the PR comments for additionnal context. Non critical instances that we may want to better handle - [ ] In the AsyncPool, the keys...
When updating the initial ledger, the final_state_hash changes, and so the deployed sc addresses change. This fails the test send_and_receive_async_message.
https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html it stabilizes some things we had forked such as [IpAddr::to_canonical](https://doc.rust-lang.org/stable/core/net/enum.IpAddr.html#method.to_canonical) and brings compile time speedups
In `massa-wallet/src/lib.rs`, Using the [transition crate](https://github.com/massalabs/transition) (similarly to how we handle the version in other components, such as KeyPair, PublicKey and Address) would be best IMO to make future wallet...
**Is your feature request related to a problem? Please describe.** To facilitate application development and especially the handling of errors that can occurs when broadcasting operation to the network. It...
In the revamp of bootstrap tests we added tests universe for client and server that allow to test a bootstrap with determined data at the start of the test. Currently,...
See scenario_ask_peers_only
To compute storage cost of an operation some constants must be known and may be specific to a network. To avoid these constants to be hardcoded and to easily support...
## Context https://github.com/massalabs/massa/pull/4505#discussion_r1381880621