massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
Yes we could do a cfg_attr for all `Serialize` introduced in https://github.com/massalabs/massa/pull/4695 I open an issue _Originally posted by @AurelienFT in https://github.com/massalabs/massa/pull/4697#discussion_r1619115070_
In order to improve our codebase, we could add this clippy deny attribute to some of our module?
Related to https://github.com/massalabs/massa-sc-runtime/pull/336 (see checklist there) /!\ toolchain updated to 1.75.0, see if it has an impact * [ ] document all added functions * [ ] try in sandbox...
In order to choose the best max_gas parameter for a given operation, the best way to estimate the gas consumtion is to simulate it with a read_only call / read_only...
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] if part of node-launch, checked using the `resync_check` flag * [ ] unit...
* [ ] if the API has changed, update the API specification
**Describe the bug** Using current jsonRPC api, when making a SC write call, there is no way to get the data returned by a SC function. **Expected behavior** The returned...