Skip to content

Tags: hyperledger/fabric-chaincode-node

Tags

v2.5.8

Toggle v2.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use Node 22 for chaincode Docker image (#436)

Signed-off-by: Mark S. Lewis <[email protected]>

v2.5.7

Toggle v2.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Relax grpc-js version constraint in fabric-shim (#437)

When different versions of @grpc/grpc-js are resolved in the dependency
tree, the following error in the chaincode can prevent the chaincode
container from starting:

    TypeError: Channel credentials must be a ChannelCredentials object

This is typically caused by a mismatch between the versions of
@grpc/grpc-js specified by fabric-shim and @hyperledger/fabric-protos.
Provided the version constraints are loose enough to allow a single
version to satisfy both dependencies, the mismatch can be avoided by
deduping dependencies in a consuming chaincode.

This change relaxes the @grpc/grpc-js version constraint in fabric-shim
to allow compatibility with any newer minor release version specified by
@hyperledger/fabric-protos.

Signed-off-by: Mark S. Lewis <[email protected]>

v2.5.6

Toggle v2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update gRPC dependency to address CVE-2024-37168 (#428)

Bump grpc-js to 1.10.9.
Bump fabric-protos to 0.2.1.
Remove unused proto-loader.

Used `rush update` command.

Signed-off-by: David Enyeart <[email protected]>

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions for v2.5.5 release (#424)

Signed-off-by: Mark S. Lewis <[email protected]>

v2.5.4

Toggle v2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.5.4 (#402)

Modify `updateversions.sh` script so that it runs on default MacOS bash version.

Signed-off-by: Mark S. Lewis <[email protected]>

v2.5.3

Toggle v2.5.3's commit message
Update to new version

Update to the .github workflows to handle the branch rename.

Signed-off-by: Matthew B White <[email protected]>

v2.5.2

Toggle v2.5.2's commit message
Prepare release 2.5.2

Signed-off-by: Matthew B White <[email protected]>

v2.5.1

Toggle v2.5.1's commit message
Prepare the 2.5.1 release

Signed-off-by: Matthew B White <[email protected]>

v2.5.0

Toggle v2.5.0's commit message
GHA workflow

Signed-off-by: Matthew B White <[email protected]>

v2.4.2

Toggle v2.4.2's commit message
Prepare 2.4.2 release

Signed-off-by: James Taylor <[email protected]>

# Conflicts:
#	libraries/fabric-shim-crypto/package.json
#	test/chaincodes/encryption/package.json
#	test/fv/package.json