Tags: denyeart/fabric
Tags
Publish images to GitHub Container Registry (release-2.5) In addition to publishing Docker images to Docker Hub, also publish to GitHub Container Registry. Backport of hyperledger#5032 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Backport dependency updates to release-2.5 (hyperledger#4990) * bump go.etcd.io/etcd/pkg 3.5.14 Signed-off-by: David Enyeart <enyeart@us.ibm.com> * bump golang.org/x/crypto v0.24.0 Note that golang.org/x/tools update broke gendoc with error: panic: can't determine type sizes for compiler "" on GOARCH "" It turns out that gendoc didn't need the problematic packages.NeedTypesInfo and therefore this option is now removed. Signed-off-by: David Enyeart <enyeart@us.ibm.com> * bump google.golang.org/grpc v1.65.0 bump google.golang.org/grpc v1.65.0 Signed-off-by: David Enyeart <enyeart@us.ibm.com> --------- Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Revert github.com/prometheus/client_golang to v1.11.1 (release-2.5) The bump to v1.14.0 causes Fabric compilation issues on ubuntu docker images. See issue hyperledger#4052 for details about the problematic build tag. For now, it is acceptable to revert to v1.11.1 where there is no such build tag. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Disable fail-fast for integration test suite matrix Allowing all suites to run to completion minimises the impact of test flakes. Only failing suites need to be re-run rather then re-running the entire integration test suite. Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com> (cherry picked from commit 91c7f50)
Disable fail-fast for integration test suite matrix Allowing all suites to run to completion minimises the impact of test flakes. Only failing suites need to be re-run rather then re-running the entire integration test suite. Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com> (cherry picked from commit 91c7f50) (cherry picked from commit 31fd602)
Gateway should apply OrdererEndpointOverrides The peer local config allows the endpoint addresses and TLS root certs or ordering nodes to be overridden. The gateway should apply these overrides when connecting to orderer nodes for transaction submit. Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com> (cherry picked from commit aea8ea8)
PreviousNext