-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[done] upgrade deploy with incremental sequence.
- Loading branch information
1 parent
adf3e15
commit 8d36062
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
32 files
+4 −5 | golang/committer.go | |
+55 −13 | golang/delphi_test.go | |
+8 −6 | golang/endorser.go | |
+12 −2 | golang/event/block.go | |
+47 −19 | golang/event/eventer.go | |
+5 −2 | golang/event/seek.go | |
+20 −24 | golang/event/tx.go | |
+7 −14 | golang/glue.go | |
+5 −5 | golang/go.mod | |
+8 −8 | golang/go.sum | |
+56 −0 | golang/proto/block.go | |
+20 −0 | golang/proto/const.go | |
+194 −0 | golang/proto/tx.go | |
+14 −76 | nodejs/admin/ca.js | |
+52 −23 | nodejs/admin/lifecycleProposal.js | |
+1 −1 | nodejs/admin/package.json | |
+9 −3 | nodejs/admin/proposal.js | |
+0 −53 | nodejs/ca.js | |
+1 −1 | nodejs/ca/affiliationService.js | |
+48 −24 | nodejs/ca/ca-crypto-gen.js | |
+41 −0 | nodejs/ca/ca.js | |
+88 −0 | nodejs/ca/certificateService.js | |
+51 −10 | nodejs/ca/identityService.js | |
+15 −7 | nodejs/chaincodeOperation.js | |
+0 −17 | nodejs/formatter/blockEncoder.js | |
+0 −15 | nodejs/formatter/ca.js | |
+25 −26 | nodejs/formatter/discovery.js | |
+10 −0 | nodejs/formatter/helper.js | |
+1 −1 | nodejs/formatter/policy.js | |
+2 −2 | nodejs/formatter/proposalResponse.js | |
+3 −1 | nodejs/package.json | |
+2 −2 | nodejs/peer.js |