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-private-chaincode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc2
Choose a base ref
...
head repository: hyperledger/fabric-private-chaincode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc3
Choose a head ref
  • 17 commits
  • 117 files changed
  • 5 contributors

Commits on Sep 9, 2021

  1. Post-Release: Set version to main

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b2e72ab View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Fixed the version of fabric-ccenv to 2.3.0.

    Signed-off-by: ikegawa-koshi <koshi.ikegawa.mf@hitachi.com>
    ikegawa-koshi authored and mbrandenburger committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    29041c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Updated helloworld readme

    Fixed an old path reference in the helloworld tutorial.
    
    Signed-off-by: Riccardo Zappoli <42180293+ricc-zappoli@users.noreply.github.com>
    Signed-off-by: Riccardo Zappoli <riccardo.zappoli@unifr.ch>
    ricc-zappoli authored and mbrandenburger committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    22f32d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Upgrade to go 1.16.7

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    079f357 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Fabric 2.3.3

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    eadb34c View commit details
    Browse the repository at this point in the history
  3. fixup! Upgrade to Fabric 2.3.3

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    d07bc32 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Demo FSC integration using the IRB demo (#635)

    * adding more irb demo files
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * Complete IBR flow
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * Integrate into FPC build flow
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    0aea62d View commit details
    Browse the repository at this point in the history
  2. fix sgx device location for dcap machines (#639)

    Signed-off-by: Bruno Vavala <bruno.vavala@intel.com>
    bvavala authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5713269 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Extend FPC Shim support (#637)

    * Extend FPC Shim support
    
    - add get_signed_proposal
    - add get_tx_id
    - add get_channel_id
    - add get_transient_data
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    
    * fixup! Extend FPC Shim support
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a949ca9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Upgrade parson

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    58e58a5 View commit details
    Browse the repository at this point in the history
  2. Add stress test for many invocations

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2234bb4 View commit details
    Browse the repository at this point in the history
  3. Add missing pb_release calls

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3bfeeb5 View commit details
    Browse the repository at this point in the history
  4. Fix memory leak in cert decoding

    - Adding missing free actions
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    5febb77 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Add del_state support (#640)

    * Add del_state support
    * Add test cases
    
    
    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    36a60d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Link existing FSC examples

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    d472bca View commit details
    Browse the repository at this point in the history
  2. Update IRB readme

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    0dbf76f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Release v1.0-rc3

    Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
    mbrandenburger committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2b384e7 View commit details
    Browse the repository at this point in the history
Loading