massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
This issue aims to track the remaining tasks related to Network restart capabilities. - [ ] Optimise the downtime interpolation of cycles. If the network is down between cycles 20...
**Is your feature request related to a problem? Please describe.** Implementing complex cryptography in smart contracts is painful and error-prone. Thus, I suggest adding some cryptography features to the ABI....
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] if part of node-launch, checked using the `resync_check` flag * [ ] unit...
* https://github.com/creusot-rs/creusot
The following SC (stripped down from a real world example) cannot be deployed (on buildnet) with an error message like: '{"massa_execution_error":"Runtime error: runtime error when executing operation O12WteH8rKq19krXgdSVjxzzQ4v8JTNCMuhNfCsqP33FgNcRXLzb: VM Error...
When calling `execute_read_only_call` (and probably the same is true for `execute_read_only_bytecode`), the caller_address is optionnal. If we do not provide one, it is generated randomly by the node. This is...
**Is your feature request related to a problem? Please describe.** When sending an operation to the node where the sender does not exists on the ledger (i.e it has not...
**Is your feature request related to a problem? Please describe.** There a one cycle delay (which is about 34min) between the time you sell rolls (and they disappear from your...
Currently, we cannot use two different wallet files in `massa-client/wallets/`, e.g. yaml files created with Massa Station with different passwords: the client will prompt for a password and fail. Improvements:...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to count my rewards : ) **Describe the solution you'd like** That would be...