AurelienFT
AurelienFT
Format of the operations datastore is `BtreeMap` but key as non-string type can't be serialized by `serde_json` and so can't be returned by the API. ## TODO: - [ ]...
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 :...
``` 2023-01-12T18:36:35.744037Z INFO massa_node: Node version : TEST.18.0 2023-01-12T18:36:35.858795Z INFO massa_bootstrap::client: Start bootstrapping from 198.27.74.5:31245 2023-01-12T18:36:36.027402Z WARN massa_bootstrap::client: Error received from bootstrap server: Bootstrap failed because the bootstrap server currently...
``` command > get_filtered_sc_output_event operation_id=O12MeJnFrsXDZQ99xRhDXySptMRhAkJipEFDVJktCh5mvWzQxw WARNING: 'operation_id' parameter was ignored because of wrong corresponding value ``` This kind of behavior shouldn't raise a warning but fail instead.
## Context Last testnet we introduced a new feature to have a precise gas-calibration. We want know to ensure that we always have all abis in associated to the gas...
It will be more easily to have colors in the CLI outputs. For example this output : ``` get_operations 21z3jS2zzuv8dZpf7YrHhJugoe3s9NDn7dWmJzdCHQQHmdoaix Operation 21z3jS2zzuv8dZpf7YrHhJugoe3s9NDn7dWmJzdCHQQHmdoaix[ (in pool)] In blocks: - 2VKNvrkorxr2Qj3LJiYsZ2Jt9H8uL61eTSvkvBRgtoFiaVWCSX Signature: EJQQXzdoshJihGbq8px2dG4N3MBzaFstwWkiLAYLY9q5gyppeSZhbCoRMnBh1kUXhEsmSH3oR39ik8ronYERoR9Axpnqi...
* [x] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile * [...
When you send an operation with the CLI you get the operation ID. In the `get_operations` endpoint it would be nice to have the information: if the execution of the...