Moncef AOUDIA
Moncef AOUDIA
close #3090 * [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests...
* [x] 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 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 *...
Actually(testnet18), frontend devs have to calculate the next cycle timestamp based on current cycle: ```json "version": "TEST.18.0", "current_time": 1674125023084, "current_cycle": 651, ``` Expected: ```json "version": "TEST.18.0", "current_time": 1674125023084, "current_cycle": 651,...
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...
See https://github.com/massalabs/massa/pull/3405#issuecomment-1383210609
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