pfi79

Results 14 issues of pfi79

… yet. after reconnect seek "from" switches to "newest" Signed-off-by: Fred Partanskiy

stale

### Go version go version go1.22.3 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/runner/.cache/go-build' GOENV='/home/runner/.config/go/env' GOEXE='' GOEXPERIMENT='nocoverageredesign' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/opt/go/pkg/mod' GONOPROXY='' GONOSUMDB=''...

NeedsInvestigation
GoCommand

The new fabric-protos-go-apiv2 has copy protection in the structures. This code is adapted for the transition to the new protos-go-apiv2.

preparing to install the new protobuf package

### Current Status Currently there is a vendor folder I have a question: why is it needed? It is written in the documentation for [vendoring](https://go.dev/ref/mod#vendoring): ``` Vendoring may be used...

workitem

go 1.24.0 ``` Failed to run code analysis (govulncheck) on '/github/workspace/go.mod' because govulncheck: loading packages: err: exit status 1: stderr: go: errors parsing go.mod: go.mod:5: unknown block type: tool (the...

Previously we added a test private key `sampleconfig/msp/keystore/key.pem` to Docker images. In this fix, I suggest not adding the `sampleconfig/msp` folder to Docker images at all. Please take a close...