snet-cli
snet-cli copied to clipboard
Use get_all_filtered_channels across cli and sdk
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 and _get_all_filtered_channels
Originally posted by @astroseger in https://github.com/singnet/snet-cli/pull/254