chapati
chapati
At the moment peers for beam-node should be specified manually in cfg file. Need to support default peers in beam node for each environment. So user would be able just...
The following warnings are printed on app launch: qrc:/applications/AppsList.qml:22: TypeError: Cannot read property 'local' of undefined qrc:/applications/YouArePublisher.qml:51:17: Unable to assign [undefined] to QString Please fix
Need to investigate why const json& coins = getMandatoryParam(params, "coins"); causes crash with ref (&) and OK without ref
If no connection to node invoke_contract never returns. Need to handle network errors
Should add parameter to set transaction lifetime (N blocks). N should not exceed current default lifetime limit (120 blocks)
API should be able to tell about its version and network name (Masternet, Testnet &c.)
When custom swarm key is used it is printed into log. Change to key fingerprint.
Need to add IPNS support to our API & enable in IPFS integrated node. Looks like not urgent.
At the moment ManagerStd::PerformRequestSync stops reactor. This will not work for 2+ apps running in parallel. Need to fix.