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

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

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

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

The current state of OpenRPC specification does't match latest input/output. We have to check every method parameters and results. - [ ] get_addresses - [ ] get_block - [ ]...

documentation
api
wip

In order to improve Massa JSONRPC API consummation, we could create and share a public Postman collection. It'll complete [OpenRPC Playground](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/massalabs/massa/main/docs/technical-doc/openrpc.json) which gives us an interactive documentation. Added methods: -...

documentation
api
wip

FIX https://github.com/massalabs/massa/issues/3140 * [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests...

api
breaking

In massa-models/src/operation.rs, unit tests use for instance: `assert_eq!(format!("{}", res_op), format!("{}", op)); ` Seems very weak comparison...

test

Hi, Since yesterday, my node has crashed 4 times. I use the binary on MacOS Monterey 12.6 The node is launched either directly from the terminal, or from Screen GNU...

Currently, when launching the client, it asks for the wallet password whereas there are plenty of use cases where you don't need the wallet (`get_status`) or the password (`wallet_info` to...

client