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

* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...

* [x] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile * [...

**Is your feature request related to a problem? Please describe.** When looking to contribute, I decided to run a `cargo clippy -- -W clippy::pedantic`, and see what cropped up. A...

Both binaries and compiled from sources Massa node fails to start with the error below: ``` thread '' panicked at 'assertion failed: `(left != right)` left: `XMM3`, right: `XMM3`', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-compiler-singlepass-2.2.1/src/emitter_x64.rs:1448:40...

bug
bootstrap

## Context - Disk ledger keys are currently handled as byte vectors, example in [get_ledger_part](https://github.com/massalabs/massa/blob/main/massa-ledger/src/ledger_db.rs#L439) return type - It would be better to have a rust representation of disk ledger...

good first issue
refactoring
ledger

## Context https://github.com/massalabs/massa/pull/3301#issuecomment-1339189621

bug
bootstrap

* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...

Study how to integrate multisig support. I think you saw some codebased that support multisig with our signature scheme @Eitu33. Would you mind sharing them here ?

``` 2022-12-01T17:38:55.403601Z INFO massa_node: Node version : TEST.17.0 2022-12-01T17:38:55.435090Z INFO massa_bootstrap::client: Start bootstrapping from 195.134.167.226:31245 2022-12-01T17:38:55.435808Z WARN massa_bootstrap::client: Error while bootstrapping: io error: early eof ``` "early eof" is not...

good first issue
bootstrap

When you send an operation with the CLI you get the operation ID. In the `get_operations` endpoint it would be nice to have the information: if the execution of the...