chapati

Results 57 issues of 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...

cli

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

bug

If no connection to node invoke_contract never returns. Need to handle network errors

task

Should add parameter to set transaction lifetime (N blocks). N should not exceed current default lifetime limit (120 blocks)

api

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 upgrade integrated IPFS node to the latest version

ipfs

Need to add IPNS support to our API & enable in IPFS integrated node. Looks like not urgent.

ipfs

At the moment ManagerStd::PerformRequestSync stops reactor. This will not work for 2+ apps running in parallel. Need to fix.