Skip to content

Commit 55793db

Browse files
authored
Merge pull request #262 from knarayan/main
changes to support various hash mechanisms
2 parents ae96e46 + 476e0d9 commit 55793db

33 files changed

+508
-171
lines changed

.github/workflows/test_go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
working-directory: core/network/fabric-interop-cc/contracts/interop
5656

5757
test_assetmgmt:
58+
if: ${{ false }} # disable for now
5859
runs-on: ubuntu-latest
5960
steps:
6061
- uses: actions/checkout@v2

common/protos-go/common/access_control.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/ack.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/asset_locks.pb.go

Lines changed: 182 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/asset_transfer.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/interop_payload.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/membership.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/proofs.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/query.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos-go/common/state.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)