Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperledger/fabric-chaincode-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d865af
Choose a base ref
...
head repository: hyperledger/fabric-chaincode-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 57fd694
Choose a head ref
  • 6 commits
  • 33 files changed
  • 3 contributors

Commits on Mar 31, 2023

  1. Update COMPATIBILITY.md for Node 18. (#396)

    Update COMPATIBILITY.md to indicate v2.5 uses Node.js 18.
    Other cleanup is also included.
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    denyeart authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6f66124 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update SetEvent documentation (#399)

    Update SetEvent documentation to indicate that only a single
    chaincode event can be included in a transaction.
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    denyeart authored May 16, 2023
    Configuration menu
    Copy the full SHA
    cf179e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Using the CLI provided gRPC configurations when starting the chaincode (

    #401)
    
    When utilizing the chaincode as a service, it is possible to pass some
    gRPC options as an argument, such as grpc.max_send_message_length.
    However, these server options were not utilized when declaring the
    server.
    
    Signed-off-by: André João Pedro de Oliveira <andre@ibm.com>
    delaooliveira authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    690c91a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Avoid calling non-existent grpc-js duplex stream cancel() function (#403

    )
    
    Also update grpc-js version to stay current.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9eae59e View commit details
    Browse the repository at this point in the history
  2. Fix Stub getTxTimestamp() and getDateTimestamp() functions (#404)

    These were not interpreted correctly from the protocol buffer transaction timestamp.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    753bf8a View commit details
    Browse the repository at this point in the history
  3. Release v2.5.4 (#402)

    Modify `updateversions.sh` script so that it runs on default MacOS bash version.
    
    Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
    bestbeforetoday authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    57fd694 View commit details
    Browse the repository at this point in the history
Loading