Dave Enyeart
Dave Enyeart
Some diagrams in Key Concepts topics and Transaction Flow topic have not been updated for the new embedded Gateway in peer.
Provide documentation for each language-specific SDK on how to update from existing SDKs to the new gateway SDKs. Perhaps provide a conceptual overview in ReadTheDocs, and then link to specific...
Interop tests in release-2.2 and release-2.3 are failing since the node update in https://github.com/hyperledger/fabric-chaincode-node/pull/295. See details at: https://dev.azure.com/Hyperledger/Fabric-Test/_build?definitionId=114&_a=summary
When the orderer section of the deployment guide is merged, one of the purposes of this doc: https://hyperledger-fabric.readthedocs.io/en/release-2.2/raft_configuration.html Will be superseded by it. This Raft configuration doc does a few...
Bump golang.org/x/tools to v0.17.0. Note that gendoc broke with v0.15.0 with error: panic: can't determine type sizes for compiler "" on GOARCH "" It turns out that gendoc didn't need...
### Current Status ``` # python -m sphinx -T -E -b html -d _build/doctrees -D language=en . ~/html Running Sphinx v7.2.6 myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https',...
Proposed changes for Fabric v3 in Jira: https://jira.hyperledger.org/browse/FAB-15574 Screenshot in case Jira gets archived:  Need to assess and create issues in Github.
### Current Status The Fabric project intentionally adopted use of `github.com/pkg/errors` package for error handling and publicized the guidance at: https://hyperledger-fabric.readthedocs.io/en/latest/error-handling.html The rationale at the time was that `github.com/pkg/errors` injected...
See history at https://jira.hyperledger.org/browse/FAB-18102
Improve message "private data matching public hash version is not available. Public hash version = %s, Private data version = %s" to indicate the actual issue, that is, private data...