massa
massa copied to clipboard
The Decentralized and Scaled Blockchain
Following our discussion on https://github.com/massalabs/massa/discussions/3372 We choose to try to implement some versioning on some objects to make some tests : - https://github.com/massalabs/massa/pull/3417 - https://github.com/massalabs/massa/pull/3410 - https://github.com/massalabs/massa-sc-runtime/pull/208 After a meeting...
Following a discussion with @sydhds on https://github.com/massalabs/massa/pull/3367 . We thought that we should unify and setup a policy to write our scripts. I checked how other repositories managed it :...
It could be interesting to add `GET` request proxing to RPC methods. This feature could simplify frontend queries and allow URIs sharing. GET /addresses/{address_id} or ?ids=[address_id, address_id] => will be...
FIX https://github.com/massalabs/massa/issues/3433 * [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests...
Hi, - OS: MacOS 13 - Massa 16.0 My log is full of this error : "Send network event failed An error occurred during channel communication: Failed to send event."...
See https://github.com/massalabs/massa/pull/3405#issuecomment-1383210609
**Is your feature request related to a problem? Please describe.** Not a problem per-se, but could help monitor the useful network metrics. **Describe the solution you'd like** To be able...
This method will be a part of the new gRPC API as it's needed to be used primarily in newer Massa architecture. Related to #3406 #2895 #2903
This issue tracks the work in progress on the newer Massa JsonRPC API. Refactor the API: 1 - Specify the business needs with Core, the Innovation team, direct users (eg....
Actually(testnet18), we don't have support for pagination which could cause some performance issues. We could implement pagination for endpoints which returns heavy payloads. See [paginate](https://docs.rs/paginate/latest/paginate) crate