massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
Initially posted by @sydhds in https://github.com/massalabs/massa/pull/3221#discussion_r1029079285
**Describe the bug** Massa does not show correct version tag (see following commands). At the moment, version `TEST.16.0`. ``` $ massa-client --version massa-client 0.1.0 $ massa-node --version massa-node 0.1.0 ```...
Because switching to a new network protocol comes with risk, especially given that the rust libraries(for example https://github.com/i2p/i2p-rs/) are still immature, we should manage this risk in some way. I...
In Massa, we have autonomous smart contracts. They should be able to estimate gas prices by themselves. TODO: implement a gas cost estimation ABI that computes the gas costs based...
If the running node doesn't have enough resources(CPU-RAM), we should rise an alerte and display a warning. At startup, we could display a warning when the hardware specs doesn't feet...
Right now an event is emitted if a SC execution failed. However there's no direct way to know if an execution succeeded or not. For instance if you perform a...
Add creation timestamp to Operation. **Describe the solution you'd like** Add a field `created_at` to `Operation` type **Additional context** Seen with innovation team
* [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 *...
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...