chapati
chapati
Started in #1839 Need to refactor our CLI options handling 1) now wallet_api doesn't use createOptionsDescription, add api options to this function and use it 2) ReadCfgFromFile was printing to...
Need to add Rates & Assets Verification info to API. Please move broadcaster & providers on level app and make these accessible in API cli -> AppInitData Then pass task...
Add tests that tx_list, get_utxo &c. for apps only allow app-related objects. This can be a huge task - we do not use db/node at the moment in api tests.
Need to add more detailed error messages for json arrays, now typecast fails in json library and doesn't print incorrect parameter name ### POST http://127.0.0.1:10000/api/wallet HTTP/1.1 content-type: application/json-rpc { "jsonrpc":...
Subj is failing with the message that folder is non-empty and already exists. Temporary fix it adding to # Create Build Environment rm -rf ${{runner.workspace}}/boost_prebuild Need to check if this...