Raam Baranidharan

Results 20 issues of Raam Baranidharan

We have integrated with Cardano web wallet in our DApp built using ReactJS. While attempting to transfer tokens we get the error "UTXO Balance Insufficient". We are passing in all...

Attempt to optimize registry gas costs

Can we consider the scenario of making a call after a claim? This is to test service invocation when the nonce has changed _Originally posted by @raamb in https://github.com/singnet/snet-cli/pull/371_

While attempting to get past open channels from blockchain we may run into scenarios where we don't get back a channel (in particular when a channel is created for the...

As we look to refactor the DApp we would like to capture more metadata about a service so that we can provider richer information to the end users on our...

We need to have a consistent timeout in the client and all the SDK versions _Originally posted by @astroseger in https://github.com/singnet/snet-cli/pull/264_

@vforvalerio87 Please remove ```snet_sdk/snet_sdk/state_service_pb2.py``` and ```snet_sdk/snet_sdk/state_service_pb2_grpc.py``` from repo (you can compile them in setup.py as we do in snet-cli) will you add tests for SDK in this PR (again feel...

Why it is required to read logs in batches (while loop)??? Please take a look at ```MPEChannelCommand._get_all_filtered_channels``` in ```mpe_channel_command.py```. It works perfectly without while loop. We should simply combine ```_get_all_channels_filter_sender_recipient_group```...

As we enable support for streaming services we need to decide how we will enable interaction with such services. Since the client generates stubs dynamically it needs to identify which...

Vitaly's comment I agree with @vforvalerio87 point that package hierarchy: ``` snet-client-common ^ ^ | | snet-cli snet-client-sdk ``` or ``` snet-client-common ^ | snet-client-sdk ^ | snet-cli ``` is...