Dave Enyeart
Dave Enyeart
peer: error validating proposal: access denied: channel [] creator org unknown, creator is malformed
I've updated the rest of the doc tutorials to remove the double quotes for CORE_PEER_LOCALMSPID, see https://github.com/hyperledger/fabric/pull/4841
Copying the response sent on mailing list here. > Org2 cannot query Org1 private data on their own Org2 peer. The whole point of private data is that it stays...
@satota2 You are more than welcome to improve the message, thank you!
Leveraging an Oracle service makes sense but I don't think it necessarily needs to be part of Fabric core. In fact, to maintain flexibility it probably should not be part...
While I agree with @ale-linux in theory since Go added better error wrapping support in `errors` standard library as of Go 1.13, in practice the Fabric codebase makes widespread use...
The `errors` package in standard library is mature, we just need to make a project decision on whether to transition to it. I've opened issue #4468 with more background so...
Copied from https://jira.hyperledger.org/browse/FAB-18341
Does the problem still occur in main branch? Typically fixes are made to main branch and then backported as desired to the release branches.
@ggold7046 As a first pass, you could manually run a broken link checker against [Fabric ReadTheDocs latest version](https://hyperledger-fabric.readthedocs.io/en/latest/) and fix any broken links. Ideally there would be a Github Action...
@yuriechan Thank you for adding the daily broken link checker. We can now use the results to fix the broken links.