Commit graph

  • ac7aabad89 Add asset transfer series documentation to Fabric samples README NIKHIL E GUPTA 2020-07-17 13:52:01 -0400
  • 34ffe51f8b Update private data chaincode to use test network script NIKHIL E GUPTA 2020-07-17 11:22:20 -0400
  • f4c439ce8a
    Add endorsement policy to chaincode deployment script (#247) nikhil550 2020-07-17 08:58:19 -0400
  • 20e1c10e49 Add endorsement policy to chaincode deployment script NIKHIL E GUPTA 2020-07-16 18:05:17 -0400
  • b4ed9e5afd
    Simplify asset-transfer-basic javascript application (#241) Sijo Cherian 2020-07-15 15:21:38 -0400
  • 14e9ccf85b Remove QueryResult Type Brett Logan 2020-07-15 12:50:02 -0400
  • c621ca9eb4 Fix constructQueryResponseFromIterator Brett Logan 2020-07-15 12:44:56 -0400
  • 49010eb54b Fix constructQueryResponseFromIterator Brett Logan 2020-07-15 12:44:56 -0400
  • 2fc3364ab2 Remove QueryResult Type Brett Logan 2020-07-15 12:50:02 -0400
  • 1f27c327f3 Allow install of a chaincode Bret Harrison 2020-06-24 10:18:31 -0400
  • 5f80da096c Refactor Asset Query Chaincode Into Idiomatic Go Brett Logan 2020-07-07 16:38:01 -0400
  • 1b4ea4a013 Fix deployment of chaincode with higher version than 9 issue Titas 2020-07-15 11:35:03 +0300
  • 33ea261b66 Refactor Asset Query Chaincode Into Idiomatic Go Brett Logan 2020-07-07 16:38:01 -0400
  • b3de90891f Allow install of a chaincode Bret Harrison 2020-06-24 10:18:31 -0400
  • 6b082d13b4 Merged from upstream/master Sijo Cherian 2020-07-13 17:04:24 -0400
  • 16a5feffec Standardized createAsset parameters, removed getAllAssets function, and changed transferAssetsBasedOnColor to match go-chaincode r2roC 2020-07-13 09:32:04 -0400
  • 0ccec02bc2 Tested with latest chaincode, Improved comments Sijo Cherian 2020-07-12 18:01:43 -0400
  • 621a2c263e Fix param sequence for typescript invoke function. Chris Gabriel 2020-07-06 09:17:16 -0500
  • e83aecfe0c Fix param sequence for javascript invoke function. Chris Gabriel 2020-07-06 09:23:27 -0500
  • 311d391586 Merge remote-tracking branch 'upstream/master' into asset-basic.improve-js-app-code Sijo Cherian 2020-07-12 16:30:47 -0400
  • aa3ae32afb Fix param sequence in smartcontract smartcontract_test. Chris Gabriel 2020-07-12 10:35:18 -0500
  • de3ac5f410 Fix param sequence in smartcontract smartcontract_test. Chris Gabriel 2020-07-12 10:35:18 -0500
  • 59e1e47bd0 Update asset_transfer_ledger_chaincode.go r2roC 2020-07-08 10:11:52 -0400
  • 09ebf1c1ce Initialize new private data asset transfer CC NIKHIL E GUPTA 2020-06-10 12:35:47 -0400
  • a401bc92bc Refactor Asset Secured Chaincode Into Idiomatic Go Brett Logan 2020-07-07 17:43:19 -0400
  • 6ed4125c3c Initialize new private data asset transfer CC NIKHIL E GUPTA 2020-06-10 12:35:47 -0400
  • 89dac46318 create/updateAsset signature in sync with chaincode func change as in #227 Sijo Cherian 2020-07-10 16:33:00 -0400
  • 6385eb7f86 Improve asset-transfer-basic javascript app code by combining invoke & query.js Sijo Cherian 2020-07-05 22:35:04 -0400
  • 59acacbef1
    run fabcar go (#232) Acmefocus 2020-07-10 23:18:05 +0800
  • 98270b4a5e Modfied .gitignore so that node_modules is the only addition to the root .gitignore r2roC 2020-07-10 09:46:21 -0400
  • 01c902f28b Added new lines at the bottom of index.js and asset_transfer_ledger_chaincode.js. Modified node version in package.json. Modified error messages in the chaincode to all begin uppercase. r2roC 2020-07-10 09:34:17 -0400
  • 1249207afd Update asset_transfer_ledger_chaincode.go r2roC 2020-07-08 10:11:52 -0400
  • 426cdf1f98 Add Tests and Mocks To Asset Transfer Chaincode Brett Logan 2020-07-06 16:57:19 -0400
  • a04db374aa Refactor Chaincode Into Idiomatic Go Brett Logan 2020-07-06 15:47:59 -0400
  • 5b30577af3 add environment variable DISCOVERY_AS_LOCALHOST Acmefocus 2020-07-10 10:32:49 +0800
  • e5af6305ba merged after squash Sijo Cherian 2020-07-09 18:23:46 -0400
  • d5abf2b3a0 Improved gateway.disconnect usage in js/ts app, Improved comments Sijo Cherian 2020-07-07 09:51:07 -0400
  • 34f8e3adc9 fixed a couple unused variable issues r2roC 2020-07-09 16:13:46 -0400
  • b829940873 Javascript version of asset-transfer-ledger-chaincode.go Tested using the test network Adapted from marbles02 r2roC 2020-07-09 15:43:13 -0400
  • 5fe1387a89
    Fix java fabcar queryAllCars (#239) James Taylor 2020-07-09 17:32:08 +0100
  • 4c9be2c2b1 Fix java fabcar queryAllCars James Taylor 2020-07-09 17:03:17 +0100
  • 2933d88be4 Update startFabric.sh Acmefocus 2020-07-08 14:51:52 +0800
  • 110b7024ea Update fabcar/startFabric.sh Acmefocus 2020-07-08 14:48:47 +0800
  • 1551be6884 add set hosts and env in go Lifu 2020-07-07 12:06:27 +0800
  • e2c47af2bd add go/runfabcar.sh Lifu 2020-07-07 11:56:05 +0800
  • b9a229797e Update asset_transfer_ledger_chaincode.go r2roC 2020-07-08 10:11:52 -0400
  • c581b7c077 Refactor Asset Secured Chaincode Into Idiomatic Go Brett Logan 2020-07-07 17:43:19 -0400
  • 9b14d5bfe5 Improved gateway.disconnect usage, Improved comments Sijo Cherian 2020-07-07 09:51:07 -0400
  • d3b9459f05 Fixed gitignore Sijo Cherian 2020-07-06 22:49:36 -0400
  • 16669be80f Add Tests and Mocks To Asset Transfer Chaincode Brett Logan 2020-07-06 16:57:19 -0400
  • e82492b1a9 Refactor Chaincode Into Idiomatic Go Brett Logan 2020-07-06 15:47:59 -0400
  • 23dc4e698a Add Tests to FabCar Go Chaincode Brett Logan 2020-07-06 14:54:17 -0400
  • 683ee8b347 Format Fabcar Chaincode in Idiomatic Go Brett Logan 2020-07-06 12:51:51 -0400
  • c1d0ffa6cd Fix param sequence for javascript invoke function. Chris Gabriel 2020-07-06 09:23:27 -0500
  • 118738659b Fix param sequence for typescript invoke function. Chris Gabriel 2020-07-06 09:17:16 -0500
  • 01ff2e8133 Fixed typo Sijo Cherian 2020-07-05 22:47:35 -0400
  • e388a213dd Improve asset-transfer-basic javascript application workflow + bugfix in createAsset chaincode arg sequence Sijo Cherian 2020-07-05 22:35:04 -0400
  • df727853c8 Update tests for commercial paper NIKHIL E GUPTA 2020-07-02 15:50:57 -0400
  • a1b7da9b5c remove link to BYFN in README NIKHIL E GUPTA 2020-07-02 16:46:03 -0400
  • df99b1d668 remove link to BYFN in README NIKHIL E GUPTA 2020-07-02 16:46:03 -0400
  • dca8716e23 Update tests for commercial paper NIKHIL E GUPTA 2020-07-02 15:50:57 -0400
  • 9291154f78
    Remove gossip leader election config from samples (#223) denyeart 2020-07-02 15:37:15 -0400
  • fb45a29ef5 Remove gossip leader election config from samples David Enyeart 2020-07-02 14:32:07 -0400
  • 1eafa98a6f
    Add application-typescript to asset-transfer-basci (#221) Dereck 2020-07-02 13:43:48 -0400
  • fd98ec650a
    Add filepath check for invoke (#222) Dereck 2020-07-02 13:36:47 -0400
  • a9c6bce08f Add filepath check for invoke Chongxin Luo 2020-07-02 13:13:39 -0400
  • 984307a3b0 Add application-typescript to asset-transfer-basci Chongxin Luo 2020-07-02 13:06:44 -0400
  • 8b54e14ee4 Use Official CouchDB 3.1 Image Brett Logan 2020-07-01 16:16:54 -0400
  • 1cf1da0aa4 Use Official CouchDB 3.1 Image Brett Logan 2020-07-01 16:16:54 -0400
  • 7154ed8629
    Update fabcar java sample build (#219) v2.1.1 James Taylor 2020-07-01 17:12:11 +0100
  • fd6719f3fa Update fabcar java sample build James Taylor 2020-07-01 16:29:54 +0100
  • c0570df2f8
    Fix fabcar Java chaincode test & coverage failures (#218) James Taylor 2020-07-01 11:25:08 +0100
  • 6655a5aa0f Fix fabcar Java chaincode test & coverage failures James Taylor 2020-06-30 17:53:15 +0100
  • 2f58fb29c4
    Adding NodeJS app for asset-transfer-basic sample. (#206) Dereck 2020-06-30 15:36:47 -0400
  • 16ce15b687 Adding NodeJS app for asset-transfer-basic sample. Chongxin Luo 2020-06-10 22:02:42 -0400
  • 34a4fe08d3 fix up for test network replace duplicate peer version by which peer remove un used config folder check SamYuan1990 2020-06-30 21:05:03 +0800
  • 4b886cf289 Added js asset-transfer-ledger query sample r2roC 2020-06-26 14:08:05 -0400
  • adfef198df
    FAB-18015 (#214) nikhil550 2020-06-26 12:36:29 -0400
  • 7215e2e949 FAB-18015 NIKHIL E GUPTA 2020-06-26 11:27:16 -0400
  • a42bbba2c5 Adding chaincode-typescript to asset-transfer-basic sample. Chongxin Luo 2020-06-16 15:42:13 -0400
  • bee5f6e07f Adding chaincode-js to asset-transfer-basic Chongxin Luo 2020-06-15 16:43:27 -0400
  • 22bcf8cfa4 Fix go mod for chaincode-go Chongxin Luo 2020-06-25 11:25:56 -0400
  • 6ec583ef3b Fix go mod for chaincode-go Chongxin Luo 2020-06-25 11:25:56 -0400
  • 96fcc20499 Adding chaincode-typescript to asset-transfer-basic sample. Chongxin Luo 2020-06-16 15:42:13 -0400
  • c657b2e6ef Adding chaincode-js to asset-transfer-basic Chongxin Luo 2020-06-15 16:43:27 -0400
  • 2bd1599d83 Add asset transfer ledger queries go chaincode sample Tiffany Harris 2020-06-16 19:02:22 -0400
  • fc0c2f81d9 [FAB-18020] Add config.yaml to msp folder for User1 in test-network Tatsuya Sato 2020-06-23 01:52:25 +0000
  • c2c0481970 [FAB-18020] Add config.yaml to msp folder for User1 in test-network Tatsuya Sato 2020-06-23 01:52:25 +0000
  • 8a4dcd9e35 Add asset transfer ledger queries go chaincode sample Tiffany Harris 2020-06-16 19:02:22 -0400
  • 6c29fa0118 modify query number in fabcar for golang zhuzeyu 2020-06-08 21:19:08 +0800
  • 90c0496d23 Add init function to avoid init function not found error SamYuan1990 2020-06-12 20:00:51 +0800
  • 7b2dcbf2ed Rename GetAsset to ReadAsset Tiffany Harris 2020-06-10 08:40:34 -0400
  • 99c1888287 Rename GetAsset to ReadAsset Tiffany Harris 2020-06-10 08:40:34 -0400
  • f1775d7fdc Rename IssueAsset to CreateAsset Tiffany Harris 2020-06-10 08:13:46 -0400
  • 7c3c9a16e4 Rename IssueAsset to CreateAsset Tiffany Harris 2020-06-10 08:13:46 -0400
  • 955c054d75 modify query number in fabcar for golang zhuzeyu 2020-06-08 21:19:08 +0800
  • 82eaaad954 Rename marbles_transfer to asset-transfer-secured-agreement Tiffany Harris 2020-06-09 13:59:08 -0400
  • 8af7c576e5 Rename marbles_transfer to asset-transfer-secured-agreement Tiffany Harris 2020-06-09 13:59:08 -0400
  • a228b16364 Initialize asset transfer basic sample. Chongxin Luo 2020-06-03 19:47:56 -0400
  • 0b57a2822a Initialize asset transfer basic sample. Chongxin Luo 2020-06-03 19:47:56 -0400