snet-daemon
snet-daemon copied to clipboard
Service Daemon exposes an AI application as an API that is accessible through the SingularityNET Network. It handles all interaction with the blockchain for authorization and payment using AGI tokens...
Daemon reports config to logging, and I think it correctly hides the private key, but it shows this instead: > time="2019-07-11T03:04:21.249017873Z" level=info msg="private_key: " This is unable to be differentiated...
#308 Details to follow
Operator UI
The SingularityNET daemon should host an admin dashboard for use by service operators. Should support * Remote access * Authentication via password or metamask * Revenue/Billing overview * Revenue in...
it would be more convenient to move tests to using github.com/stretchr/testify/suite framework like in payment_channel_storage_test.go for example. Then we could do this work automatically before each test in SetupTest() method...
Refer to comment https://github.com/singnet/snet-daemon/pull/261#issuecomment-490088017 Goal is to be able to **completely disable any block chain calls** across all components when the the blockchain configuration is set to false . Even...
In Order to even connect to a Daemon through this stateless dapp, the Daemon needs to be up and bound to an end point and also have an address to...
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...
In the current version we get state of blockchain (channel.value and channel.expiration) at each call. It is free but it takes few seconds on kovan and presumably on mainnet, and...