Aditya Joshi
Aditya Joshi
After you shut down the network using the `network.sh down`, make sure the container volumes are also removed. You can try running `docker volume rm $(docker volume ls -q) -f`...
Please assign to me, I will take this.
check the chaincode name that you are passing 
Even after revoking from CA, you need to add it crl in channel to stop accepting txns signed from that identity.
Yes, it was a bug in develop branch
Please share logs
@denyeart can you please take a look into this PR.
Hi @denyeart , can you review this PR?
> I'm sure there was a discussion somewhere else but I don't find it linked to this PR. > > The `osnadmin` package that this PR exposes in the public...
> I see a `channel.CreateChannel` function, which does the same thing as `osnadmin.Join`. There is also a `channel.ListChannel` function, which does the same thing as `osnadmin.ListAllChannels`. The functions in the...