massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
Update crates that use the "config" crate to `config = "0.13"`. It requires changing the way configs are merged.
As part of https://github.com/massalabs/massa/pull/2753/, I'll try to document what we exactly do in terms of block and operation propagation, here in this issue with links to the code. This seems...
* [ ] change the prefix of NodeIDs to N + base58check(varint_version + content) * [ ] change the prefix of BlockIDs to B + base58check(varint_version + content) * [...
Use TLS with public key auth to cypher and authenticate the communication with the private API of the node
| Test name | Test prev link | New test folder | New test guidelines/Remarks | Done ? | | --- | --- | --- | --- | --- |...
### Problem When we want to send several `operations` / `transactions` that needs to be executed in a specific order, we need to wait that the previous `operations` ID reached...
See https://github.com/massalabs/massa/pull/2753#issuecomment-1193640159
* generate a new wallet from empty temp file * assert get_wallet_address_list is empty * generate a private key K outside of the wallet * assert add_private_key returns the corresponding...
The number of autonomous SCs that are allowed to run is probably too big. Execution of SCs is lagging behind (see log below). We need to set a proper limit....
> > Also maybe it's worth specifying the max number of open nodes per IP address for each type to give more granularity. > > You mean the max_in_connections_per_ip in...