Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 8c1c8a3

Browse files
committed
Refactor idemix implementation
This PR removes the internal implementation of the idemix protocol and uses an external dependency that contains the same implementation. Signed-off-by: Alessandro Sorniotti <aso@zurich.ibm.com>
1 parent 3a93662 commit 8c1c8a3

File tree

536 files changed

+50094
-11520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

536 files changed

+50094
-11520
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
# - docs - builds the documentation in html format
2626
# - gotools - installs go tools like golint
2727
# - help-docs - generate the command reference docs
28-
# - idemixgen - builds a native idemixgen binary
2928
# - integration-test-prereqs - setup prerequisites for integration tests
3029
# - integration-test - runs the integration tests
3130
# - ledgerutil - builds a native ledgerutil binary
@@ -85,14 +84,13 @@ GO_TAGS ?=
8584
RELEASE_EXES = orderer $(TOOLS_EXES)
8685
RELEASE_IMAGES = baseos ccenv orderer peer tools
8786
RELEASE_PLATFORMS = darwin-amd64 linux-amd64 windows-amd64
88-
TOOLS_EXES = configtxgen configtxlator cryptogen discover idemixgen ledgerutil osnadmin peer
87+
TOOLS_EXES = configtxgen configtxlator cryptogen discover ledgerutil osnadmin peer
8988

9089
pkgmap.configtxgen := $(PKGNAME)/cmd/configtxgen
9190
pkgmap.configtxlator := $(PKGNAME)/cmd/configtxlator
9291
pkgmap.cryptogen := $(PKGNAME)/cmd/cryptogen
9392
pkgmap.discover := $(PKGNAME)/cmd/discover
94-
pkgmap.idemixgen := $(PKGNAME)/cmd/idemixgen
95-
pkgmap.ledgerutil := $(PKGNAME)/cmd/ledgerutil
93+
pkgmap.ledgerutil := $(PKGNAME)/cmd/ledgerutil
9694
pkgmap.orderer := $(PKGNAME)/cmd/orderer
9795
pkgmap.osnadmin := $(PKGNAME)/cmd/osnadmin
9896
pkgmap.peer := $(PKGNAME)/cmd/peer

bccsp/idemix/bccsp_test.go

Lines changed: 0 additions & 295 deletions
This file was deleted.

bccsp/idemix/bridge/bridge_suite_test.go

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)