- 12月 05, 2020
-
-
由 Chris Gabriel 创作于
Signed-off-by:
Chris Gabriel <chris@hyperchainlabs.com>
-
由 nikhil550 创作于
Signed-off-by:
Nikhil Gupta <ngupta@symbridge.com>
-
- 12月 04, 2020
-
-
由 Andrew Coleman 创作于
Signed-off-by:
andrew-coleman <andrew_coleman@uk.ibm.com>
-
- 12月 03, 2020
-
-
由 Julian Castrence 创作于
Signed-off-by:
Julian Castrence <juliancastrence@ibm.com>
-
- 12月 01, 2020
-
-
由 Arnaud J Le Hors 创作于
The chaincode packaging function wrongly implies that the packaging operation is performed on a peer when it is in fact done locally. This change fixes that. Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
由 Julian Castrence 创作于
FAB-18275 Signed-off-by:
Julian Castrence <juliancastrence@ibm.com>
-
- 11月 27, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
NIKHIL E GUPTA <ngupta@symbridge.com>
-
- 11月 26, 2020
-
-
由 Nikhil Gupta 创作于
Signed-off-by:
Nikhil Gupta <ngupta@symbridge.com>
-
由 Sijo Cherian 创作于
Signed-off-by:
Sijo Cherian <sijo@ibm.com>
-
由 Sijo Cherian 创作于
go chaincode now sets the Asset owner as client identity certificate string (instead of base64 str) Reason for the update: "GetClientIdentity().GetID()" api in go chaincode returns base64 string, while same api in java chaincode returns the same data as string go & java chaincode sets same owner string updated js app verify method Signed-off-by:
Sijo Cherian <sijo@ibm.com>
-
由 Sijo Cherian 创作于
Java chaincode that can be deployed via test-network, with shortname 'private' Unit test for core transactions Bugfix for QueryAsset txn function signature Incorporated PR feedback Signed-off-by:
Sijo Cherian <sijo@ibm.com>
-
- 11月 24, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
Nikhil Gupta <ngupta@symbridge.com>
-
- 11月 23, 2020
-
-
由 Arnaud J Le Hors 创作于
This is a pet peeve of mine: 'here' is a very poor choice for a link anchor. See https://lehors.wordpress.com/2009/01/29/linking-the-proper-way/ Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
由 Paul O'M 创作于
* commercial paper enhancements Signed-off-by:
Paul O'M <mahoney@uk.ibm.com> * commercial paper enhancements Signed-off-by:
Paul O'M <mahoney@uk.ibm.com> * commercial paper enhancements Signed-off-by:
Paul O'M <mahoney@uk.ibm.com> * Add further README changes from #335 Signed-off-by:
Paul O'M <mahoney@uk.ibm.com> * Add further README changes from #335 Signed-off-by:
Paul O'M <mahoney@uk.ibm.com> * Add further README changes from #335 Signed-off-by:
Paul O'M <mahoney@uk.ibm.com>
-
- 11月 22, 2020
-
-
由 denyeart 创作于
Update ERC-20 readme to indicate the new contract name and add TransferFrom tutorial for Go chaincode. Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
由 Julian Castrence 创作于
FAB-18275 Signed-off-by:
Julian Castrence <juliancastrence@ibm.com>
-
- 11月 13, 2020
-
-
由 Julian Castrence 创作于
FAB-18275 Signed-off-by:
Julian Castrence <juliancastrence@ibm.com> Co-authored-by:
Julian Castrence <juliancastrence@ibm.com>
-
- 11月 11, 2020
-
-
由 Julian Castrence 创作于
FAB-18275 Signed-off-by:
Julian Castrence <juliancastrence@ibm.com>
-
- 11月 10, 2020
-
-
由 JGONGSQ 创作于
the `let` def wont get the object of asset, and generate an error when init the ledger Signed-off-by:
James <james.gong927@gmail.com>
-
- 11月 07, 2020
-
-
由 Arnaud J Le Hors 创作于
This PR changes the auction sample to a simple blind auction with just a single item to be sold to the highest bidder. Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
- 11月 06, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
NIKHIL E GUPTA <negupta@us.ibm.com> Co-authored-by:
NIKHIL E GUPTA <negupta@us.ibm.com>
-
- 11月 05, 2020
-
-
由 Bram Dufour 创作于
Added check to avoid double spent in token-utxo chaincode In the transfer function it was possible to pass the same utxo more than once in the array of input utxos without any error. Making it possible to spend the same utxo more than once in the same transaction and like this create more tokens than minted. To fix this I changed the array that was used to store the input utxo states to a map and so utxos were stored in the map by there key, which made it possible to know if a key and so a utxo had already been used. I tested this by setting up the test-network, deploying the token-utxo chaincode with my fix, minting a utxo and trying to spent this utxo more than once in the same transaction, which was not possible anymore. It can only be spent one time anymore with this fix.
-
- 11月 04, 2020
-
-
由 Sijo Cherian 创作于
Adding assertions in js app, for CI pipeline testing Improved readability Signed-off-by:
Sijo Cherian <sijo@ibm.com> Co-authored-by:
Sijo Cherian <sijo@ibm.com>
-
由 Rijul Aggarwal 创作于
Signed-off-by:
Rijul Aggarwal <rijul.aggarwal@ibm.com> Co-authored-by:
Rijul Aggarwal <rijul.aggarwal@ibm.com>
-
由 harrisob 创作于
Add new chaincode and javascript application to demostrate the use of chaincode events and block events with private data. Signed-off-by:
Bret Harrison <beharrison@nc.rr.com>
-
- 10月 29, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
Nikhil Gupta <ngupta@symbridge.com> high throughput app
-
- 10月 28, 2020
-
-
由 Yuki Kondo 创作于
This PR adds ERC20 capabilities to the token-account-based sample. It includes javascript Chaincode and the updated README to explain how to use tokens in the Fabric test-network. Signed-off-by:
Yuki Kondo <yuki.kondo.ob@hitachi.com>
-
由 Arnaud J Le Hors 创作于
The current scripts given to setup the user environment do not work on Mac: $ . ./magnetocorp.sh -bash: cd: /Users/lehors/Projects/Go/src/github.com/hyperledger/fabric-samples/commercial-paper/organization/magnetocorp Saving session... ...copying shared history... ...saving history...truncating history files... ...completed./../../../test-network: No such file or directory -bash: ./scripts/envVar.sh: No such file or directory [...truncated...] export FABRIC_CFG_PATH="/Users/lehors/Projects/Go/src/github.com/hyperledger/fabric-samples/commercial-paper/organization/magnetocorp" export PATH="/Users/lehors/Projects/Go/src/github.com/hyperledger/fabric-samples/commercial-paper/organization/magnetocorp" export PEER_PARMS="" Saving session... Saving session... The session history related output is actually captured when setting the environment variables: $ echo $FABRIC_CFG_PATH /Users/lehors/Projects/Go/src/github.com/hyperledger/fabric-samples/commercial-paper/organization/magnetocorp Saving session... ...copying shared history... ...saving history...truncating history files... ...completed./../../../config With this simple change the scripts work: $ echo $FABRIC_CFG_PATH /Users/lehors/Projects/Go/src/github.com/hyperledger/fabric-samples/commercial-paper/organization/magnetocorp/../../../config Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
- 10月 23, 2020
-
-
由 David Enyeart 创作于
Update CouchDB in CI and test-network to 3.1.1. Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
由 Jonas Kreusch 创作于
Fixed a typo. It should be "buy" instead of "issue" Signed-off-by:
Jonas Kreusch <krejon@googlemail.com>
-
由 Julian Castrence 创作于
FAB-18275 Signed-off-by:
Julian Castrence <juliancastrence@ibm.com>
-
由 Bret Harrison 创作于
The results of the submit must be returned by the chaincode. Signed-off-by:
Bret Harrison <beharrison@nc.rr.com>
-
- 10月 20, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
Nikhil Gupta <ngupta@symbridge.com>
-
- 10月 19, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
Nikhil Gupta <ngupta@symbridge.com>
-
- 10月 16, 2020
-
-
由 nikhil550 创作于
Signed-off-by:
NIKHIL E GUPTA <ngupta@symbridge.com>
-
- 10月 14, 2020
-
-
由 Arnaud J Le Hors 创作于
Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
由 Arnaud J Le Hors 创作于
The user's PATH must be set on the first use of Terminal 2 for the call to the fabric-ca-client command to succeed. The current README only sets it later. This fix changes that. Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
由 Arnaud J Le Hors 创作于
The user's PATH must be set on the first use of Terminal 2 for the call to the fabric-ca-client command to succeed. The current README only sets it later. This fix changes that. Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
由 denyeart 创作于
Add a UTXO token sample go chaincode, as well as an associated readme tutorial. Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-