Commit graph

  • 323a5e0baa Update chaincode readme table Nikhil Gupta 2020-09-15 02:15:31 -0400
  • de0d176fa1 Update chaincode readme table Nikhil Gupta 2020-09-15 01:50:08 -0400
  • 5b7f2fcae8
    Remove chaincode dev sample (#314) nikhil550 2020-09-15 09:48:16 -0400
  • aaaf1ba59b
    Replace waiting period (#331) nikhil550 2020-09-15 09:35:38 -0400
  • c2e6c9f46e
    Fix help messages (#332) IKEGAWA. Koshi 2020-09-15 21:55:36 +0900
  • 1b231fa325 Replace waiting period NIKHIL E GUPTA 2020-09-14 21:52:47 -0400
  • c8703df425
    Update main readme for new applications (#329) nikhil550 2020-09-11 09:32:47 -0400
  • a3cc3dd496 Update main readme for new applications Nikhil Gupta 2020-09-10 20:26:49 -0400
  • fdea4f0f89 Add secured agreement javascript application Bret Harrison 2020-08-27 16:22:55 -0400
  • 6cfd81bb2d
    Bump yargs-parser from 13.1.1 to 13.1.2 in /fabcar/javascript dependabot[bot] 2020-09-10 15:27:16 +0000
  • 0bc6f89cf2 Add SBE javascript application Bret Harrison 2020-08-19 12:54:57 -0400
  • f39f150c67 Fixed script bugs "SendTransaction failed: orderers is nil". Signed-off-by: jiangyunbin <yunbin.jiang@anchain.ai> jiangyunbin 2020-09-08 00:03:10 -0700
  • abc28b1295 Add secured agreement javascript application Bret Harrison 2020-08-27 16:22:55 -0400
  • 827b95c121 Add SBE javascript application Bret Harrison 2020-08-19 12:54:57 -0400
  • 380e58cd3a clean up files chhaileng 2020-09-03 11:40:24 +0000
  • 544408a7e2 update gitignore chhaileng 2020-09-03 11:35:03 +0000
  • c9a28ca1a7 remove exposed PRIVATE KEY chhaileng 2020-09-03 11:32:44 +0000
  • dbabd42c9e customize off chain data: use custom listener as docker container chhaileng 2020-09-03 11:17:32 +0000
  • d43b7b5e64
    Readme updates (#323) nikhil550 2020-09-03 04:43:18 -0400
  • f3c23f4280 Readme updates NIKHIL E GUPTA 2020-09-02 18:21:07 -0400
  • e83f87312a Fix links to documentation NIKHIL E GUPTA 2020-09-02 18:10:00 -0400
  • f9679ed9c9
    Demonstrate NoutOf policies may be set for SBE (#316) Gaurav Giri 2020-09-02 23:38:07 +0530
  • 8df641f10d
    correct the link to the correct URL (#320) Sangwon Hong 2020-09-02 06:02:15 +0900
  • b8e6a4b805 correct the link to the correct URL Sangwon Hong 2020-09-02 03:43:33 +0900
  • 663f2c0785 Demonstrate NoutOf policies may be set for SBE Gaurav Giri 2020-08-30 17:19:13 +0530
  • 521d4b5873
    Update script artifacts removal to reference basic.tar.gz and remove fabcar (#317) Chris Gabriel 2020-08-31 13:51:43 -0500
  • 4701d30622 Update script artifacts removal to reference basic.tar.gz and remove fabcar Chris Gabriel 2020-08-31 06:48:31 -0500
  • 85320a8131
    Readme links fix - point to latest (#315) Rijul Aggarwal 2020-08-29 12:03:25 -0400
  • 9c114107f3 Readme links fix - point to latest Rijul Aggarwal 2020-08-28 13:26:16 -0400
  • e00a88b830 Remove chaincode dev sample NIKHIL E GUPTA 2020-08-28 10:33:01 -0400
  • b1471ef850
    Fix duplicate code: asset-transfer-basic/application-go (#313) Kyohei Shimozato 2020-08-28 22:40:36 +0900
  • 342f1db27f Fix duplicate code: asset-transfer-basic/application-go zatton 2020-08-28 10:39:12 +0900
  • eb88315107
    add utils.sh and colorize messages (#310) Naser Mirzaei 2020-08-28 01:13:19 +0430
  • 1dbf999992 fix ccp template and generator to include orderer and channel Naser Mirzaei 2020-08-17 20:29:46 +0430
  • 7a0f5b7b71 Fixed script bugs "SendTransaction failed: orderers is nil". Signed-off-by: 暾暾 <631078133@qq.com> 暾暾 2020-08-28 03:21:10 +0800
  • 9e10294912 rename utils to scriptUtils Naser Mirzaei 2020-08-27 01:38:06 +0430
  • 2eca551fa3 add utils.sh and colorize messages Naser Mirzaei 2020-08-27 01:20:08 +0430
  • c1424748b0
    Asset transfer private-data go-chaincode - Add unit tests (#290) Sijo Cherian 2020-08-25 10:04:03 -0400
  • 67811efc92
    Smart Contract using SBE implemented in Java (#302) Gaurav Giri 2020-08-25 19:33:28 +0530
  • d5415f3fd1 Fixed json.Marsal usage per review comments, Improved DeleteAsset validation Sijo Cherian 2020-08-23 00:27:47 -0400
  • 7b6b2aba91 Merge branch 'master' of github.com:girigaurav/fabric-samples into asset-transfer-sbe-java Gaurav Giri 2020-08-23 17:37:39 +0530
  • 11dd4dd9ef add sbe chaincode to ci Gaurav Giri 2020-08-23 17:04:33 +0530
  • b8eff36d05 asset smart contract using sbe implemented in java Gaurav Giri 2020-08-17 13:51:10 +0530
  • 62f0dd391f Add unit test in idiomatic go, original changes from PR Sijo Cherian 2020-08-22 23:29:39 -0400
  • 9ee10c28bc Added unit tests for query-asset chaincode functions Sijo Cherian 2020-08-10 22:51:54 -0400
  • ac86011683 DeleteAsset chaincode does not check for ownership of asset. Will fix chaincode in different PR Sijo Cherian 2020-08-22 19:03:30 -0400
  • 45c20a8aae Added two client operation where chaincode is expected to return error Sijo Cherian 2020-08-22 13:16:22 -0400
  • 94faa34930 Fixed code review items Paul 2020-08-13 22:16:07 -0500
  • 69b96f85e0 Added javascript chaincode unit tests for asset-transfer-basic Paul 2020-08-12 21:50:13 -0500
  • be3ce853dc hide set +x from output Naser Mirzaei 2020-08-21 18:20:21 +0430
  • 86e162f107 hide set +x from output Naser Mirzaei 2020-08-21 18:20:21 +0430
  • b3bc39ae5f Re-enable CI tests for asset-transfer-private-data JS app David Enyeart 2020-08-17 17:42:42 -0400
  • 8bb870f930
    Fix minor issues related to asset-transfer-basic application-go (#291) Dereck 2020-08-20 15:40:18 -0400
  • f8f32022b7 Re-enable CI tests for asset-transfer-private-data JS app David Enyeart 2020-08-17 17:42:42 -0400
  • 5173e73e7b Improve basic asset transfer external chaincode detect script Arnaud J Le Hors 2020-08-19 22:03:12 +0200
  • 56ffa5c03a Improve basic asset transfer external chaincode detect script Arnaud J Le Hors 2020-08-19 22:03:12 +0200
  • fdebe1f2e6
    Update sbe transfer sample readme (#304) nikhil550 2020-08-19 12:50:33 -0400
  • 9857e0611b Fix minor issues related to asset-transfer-basic application-go Chongxin Luo 2020-08-10 22:35:35 -0400
  • d8679ab32b Update sbe transfer sample readme NIKHIL E GUPTA 2020-08-12 09:30:47 -0400
  • 9963449387 Update README table to reflect addition of Go application Chris Gabriel 2020-08-15 07:22:20 -0600
  • 11c05fa612 Add missing apps and chaincodes to CI Brett Logan 2020-08-10 23:43:38 -0400
  • c18913454a Update README table to reflect addition of Go application Chris Gabriel 2020-08-15 07:22:20 -0600
  • 8f180cd5a3
    Update asset-transfer-basic external chaincode readme (#300) denyeart 2020-08-15 03:49:06 -0400
  • 98988d55e8 Add missing apps and chaincodes to CI Brett Logan 2020-08-10 23:43:38 -0400
  • 0e7d300101 Update asset-transfer-basic external chaincode readme David Enyeart 2020-08-14 16:59:13 -0400
  • 0bfdecd736 Add chaincode-external for asset-transfer-basic sample. Arnaud J Le Hors 2020-08-05 17:12:36 -0700
  • 5eea27d295 Commercial Paper enhancements and new README mahoney@uk.ibm.com 2020-08-14 15:51:41 +0100
  • 115fbb0f00 Commercial Paper enhancements and new README mahoney@uk.ibm.com 2020-08-14 15:51:41 +0100
  • 93467caa52 Fixed code review items Paul 2020-08-13 22:16:07 -0500
  • b2ea6cea20 Add chaincode-external for asset-transfer-basic sample. Arnaud J Le Hors 2020-08-05 17:12:36 -0700
  • 3b1944da4a Update README.rst Justin Chen 2020-08-13 20:22:27 +0800
  • 000bbe9315 Update installChaincode.sh Justin Chen 2020-08-13 20:20:32 +0800
  • 044e5b78ef new README and new chaincode Lifecycle jchen8tw 2020-08-13 20:17:57 +0800
  • 36a2d3a7d0
    Switched private data JS app to commons util (#294) Sijo Cherian 2020-08-13 08:22:05 -0400
  • b92d61d5cf FIx ledger queries package.json Bret Harrison 2020-08-12 09:42:01 -0400
  • 207d3bf2ea fixed assettransfer-ledgerqueries & private usage of commons util refactor Sijo Cherian 2020-08-12 23:21:44 -0400
  • ed2225b8d4 Added javascript chaincode unit tests for asset-transfer-basic Paul 2020-08-12 21:50:13 -0500
  • 7740ad6490 Switched private data JS app to commons util Sijo Cherian 2020-08-11 18:07:12 -0400
  • 9104acf15f FIx ledger queries package.json Bret Harrison 2020-08-12 09:42:01 -0400
  • f361386231 Add the javascript application for ledger queries Bret Harrison 2020-08-07 16:58:53 -0400
  • d4eeb8bb6f Add the javascript application for ledger queries Bret Harrison 2020-08-07 16:58:53 -0400
  • 8e2535ee65
    Fix ledger queries chaincode-go InitLedger (#293) denyeart 2020-08-11 17:51:05 -0400
  • 0106b57b4f Fix ledger queries chaincode-go InitLedger David Enyeart 2020-08-11 17:43:17 -0400
  • fe04cdcb65 Improved README Sijo Cherian 2020-08-11 16:06:00 -0400
  • a16d6c8ea8 Added unit tests for query-asset chaincode functions Sijo Cherian 2020-08-10 22:51:54 -0400
  • eadeaab813 Improved private data Go Chaincode in idiomatic go. Sijo Cherian 2020-08-10 17:07:57 -0400
  • eadb98493f Adding golang application for asset-transfer-basic sample. (#211) Dereck 2020-08-10 10:49:04 -0400
  • 155a3e7e26
    Adding golang application for asset-transfer-basic sample. (#211) Dereck 2020-08-10 10:49:04 -0400
  • 026217db9a Add sbe to help text NIKHIL E GUPTA 2020-08-10 08:24:29 -0400
  • 136865055b Add sbe to help text NIKHIL E GUPTA 2020-08-10 08:24:29 -0400
  • 1d6d557570
    Fix ledger queries sample - history and pagination (#288) denyeart 2020-08-10 08:15:34 -0400
  • 17dbe839f1
    Updates to samples README (#287) denyeart 2020-08-10 08:12:59 -0400
  • 998d72fabc Fix ledger queries sample - history and pagination David Enyeart 2020-08-10 01:16:38 -0400
  • 2e8ceb7028 Updates to samples README David Enyeart 2020-08-09 17:37:42 -0400
  • 02368e99b0 SBE Improvements and Referencing SBE in fabric-samples readme and test-network Gaurav Giri 2020-08-09 19:42:15 +0530
  • 8719a11cc8 SBE Improvements and Referencing SBE in fabric-samples readme and test-network Gaurav Giri 2020-08-09 19:42:15 +0530
  • 6e965ec55f fabric samples for state-based endorsement for chaincode typescript Signed-off-by: Gaurav Giri <girigaurav@gmail.com> Gaurav Giri 2020-08-04 10:26:14 +0530
  • 55c0b47952
    [BUG] res=$? missing (#260) tyanj 2020-08-08 02:22:24 +0800
  • 5530bb549c [BUG] res=$? missing Ry Jones 2020-08-07 11:11:33 -0700
  • b9661a7ecc
    Update samples readme for fabcar deprecation, new langagues (#284) nikhil550 2020-08-07 13:25:32 -0400