fabric-protos icon indicating copy to clipboard operation
fabric-protos copied to clipboard

Results 25 fabric-protos issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Go vulnerabilities: - CVE-2023-45288 Additional changes: - Update build tools. - Add vulnerability scan Makefile target. - Add scheduled vulnerability scan for go-apiv1.

Go vulnerabilities: - CVE-2023-45288 - CVE-2022-41723 Additional changes: - Update build tools. - Add vulnerability scan Makefile target.

Bumps [activesupport](https://github.com/rails/rails) from 6.0.4.7 to 6.0.6.1. Release notes Sourced from activesupport's releases. v6.0.6.1 Active Support No changes. Active Model No changes. Active Record Make sanitize_as_sql_comment more strict Though this method...

dependencies
ruby

Hi team, We use proto from the protobuf lib in our Golang chain codes to unmarshal the "stub.GetCreator()" result. First, we create an instance of the Serailizedidentity from "github.com/hyperledger/fabric-protos-go/msp" to...

``` // TransactionAction binds a proposal to its action. The type field in the header dictates the type of action to be applied to the ledger. type TransactionAction struct {...

Comment regarding ChannelHeader structure inside common/common.proto implies that the Epoch system is already implemented This comment is later used as part of the package's documentation: https://hyperledger.github.io/fabric-protos/protos.html#common-ChannelHeader and https://pkg.go.dev/github.com/hyperledger/fabric-protos-go/common#ChannelHeader. However, go...

The new GHA build currently only works with the main branch and v0.3.x It also needs to run on the release-2.4 and release-2.5 branches, with the correct version for each...

>The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

The current breaking change detection runs against the main branch, which is probably too strict. Everything should be fine as long as there are no breaking changes between tagged releases....