Sergey Rodionov
Sergey Rodionov
This issue might be connected to #2284 which has been fixed recently. The following code throw and exception (but "5" and "6" are expected) ```lisp (use-modules (opencog) (opencog exec)) (use-modules...
My initial intention was to precisely define possible user stories for Registry in order to check, do we really need listServicesForTag functionality, removing which would completely solve #66 . But...
We already have some unit tests for MultiPartyEscrow, but we should have more, for different aspects of normal behavior and attacks.
1. Which aspects we want to unify? Only name of function and public variables, or more?
Time to time circleCI fails in random place with this error: (Not always at this step!!!) ``` + snet service publish testo tests -y -q Error: list indices must be...
In the current stage snet-cli adds ~1-0.7 sec overhead to each operation. for example: ```bash time snet version ``` Should we consider it as a problem?
We should choose between two ideology: we keep local version of service_metadata and we rely on it or we rely exclusively on the metadata in registry. The current version of...
We had the following discussion on slack (https://snet.slack.com/messages/CCDKDJNUU/) sergey: (proposition 3: defining algorithm for sending transaction on "real" blockchain) When we send transaction on real Ethereum network, even setting reasonable...
In the current version we use MPE.channelClaim to claim funds. But we should use MPE.multiChannelClaim, which will allow claim many payments in one call. It will safe time and, maybe,...
In the current version user should specify one specific endpoint in all ```snet treasurer *``` commands and in 'snet client call' command. We should read list of endpoints from metadata...