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

Actually(testnet18), if you don't remember your password, you don't have any way to recover it. It could be interesting to add a recovery system.

enhancement
client

In testnet 18, we introduced experimental support for WebSockets where `subscribe_new_operations` broadcast only received operations from other nodes. Produced operation from the node are missing.

enhancement
api

``` 2023-01-12T18:36:35.744037Z INFO massa_node: Node version : TEST.18.0 2023-01-12T18:36:35.858795Z INFO massa_bootstrap::client: Start bootstrapping from 198.27.74.5:31245 2023-01-12T18:36:36.027402Z WARN massa_bootstrap::client: Error received from bootstrap server: Bootstrap failed because the bootstrap server currently...

## Context It has been reported that `massa-node` crashes when a [thyra](https://github.com/massalabs/thyra) instance is pointing towards it. This is the investigation issue.

**Describe the bug** As mentioned [here](https://github.com/massalabs/massa/pull/3364#issuecomment-1380268069), it would seem that running `cargo test` or `cargo test --doc` misses checks that are called behind `#[cfg(any(test, feature = "testing"))]` (Same behavior if...

bug
documentation
good first issue
test

Improve errors messages by adding the context of what caused the error. For example, when I try to parse an argument: bad: ```rust /// takes a slice of string and...

enhancement

Actually(testnet18), `StateChanges` aren't returned in the response of `execute_read_only_bytecode` and `execute_read_only_call` As api responses are in `massa-models` and `StageChanges` are in `massa-final-state`module which rely on `massa-models, adding it naively to...

enhancement
api
refactoring

**Is your feature request related to a problem? Please describe.** The current context to a failure when the bounds are broken is "Failed u32 deserialization". Something like "Deserialized u32 out...

enhancement
good first issue
global

**Is your feature request related to a problem? Please describe.** Signature verification is opted into, as the best time to test is context dependant. E.g. a node can receive the...

good first issue
models
test

Massa 18.0 Ubuntu 18.04 Server: Intel(R) Xeon(R) CPU E5-2470 v2 @ 2.40GHz, RAM: 96mb Everything works for a few hours, then gives an error. Massa old version 11..17 work fine....