Vitaly Bogdanov

Results 27 issues of Vitaly Bogdanov

Following up https://github.com/singnet/snet-daemon/issues/518. As metering tests depend on external server (see https://github.com/singnet/snet-daemon/pull/515/files) they should be moved into separate package, lets say `integration_test` and removed from unit test chain. They should...

enhancement

Our experience with authentication using current Ethereum block shown that it is not convenient: - it sticks whole payment system to Ethereum. It is not bad for the escrow payments...

enhancement

At the moment if service provider kills daemon while it processes client request, then channel remains locked after daemon process is finished. The reason is that `Golang` doesn't call deferred...

bug

The following error is printed by daemon periodically: time="2018-10-22T07:17:15Z" level=error msg="error determining current block" error="Post http://127.0.0.1:8545: EOF" time="2018-10-22T07:19:35Z" level=error msg="error determining current block" error="Post http://127.0.0.1:8545: EOF" time="2018-10-22T07:21:00Z" level=error msg="error determining...

bug
beta

See issue https://github.com/singnet/snet-daemon/issues/103 At the moment snet-daemon reads service metadata from IPFS only. This is to add an option to read metdata from local file system for testing purposes.

I profiled ForwardChainer to find out how performance can be improved and found that it spends significant amount of time in the Rule::unify_source method. It depends on rules complexity. The...

enhancement

Shell scripts to run RelEx services contain hardcoded Java classpath with all requried dependencies. The classpath can be different on different machines then it should be edited manually. There are...