James Taylor
0aa853e0c3
Update go chaincode samples
...
Update to the latest github.com/hyperledger/fabric-contract-api-go
Signed-off-by: James Taylor <jamest@uk.ibm.com>
2022-10-18 15:28:20 -04:00
denyeart
ee959a2eb0
Update to Go 1.16.7 ( #491 )
...
Update Go to 1.16.7 and run "go mod tidy"
to clean up go modules in samples.
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2021-10-01 09:16:56 +01:00
heatherlp
6f853b56a4
FABCAG-27 Update fabric-samples to use latest contract-api-go@v1.1.0
...
Signed-off-by: heatherlp <heatherpollard0@gmail.com>
2020-05-01 09:47:36 -04:00
Pritam Singh
381fb465be
upgraded abstore golang chaincode to use contract-api package ( #154 )
...
* upgraded abstore golang chaincode to use contract-api package
Signed-off-by: Pritam Singh <pkspritam10@gmail.com>
* resolved the issue
Signed-off-by: Pritam Singh <pkspritam10@gmail.com>
2020-04-08 15:36:13 +02:00
Matthew Sykes
1d3e267bbd
Redirect samples to fabric-{chaincode,protos}-go
...
FAB-16401 #done
Change-Id: I9e6c3857cf1842ccf43d7fa0d25ff64dbeae12d0
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
2019-08-23 17:25:16 +00:00
Gari Singh
c57d67ce80
FAB-15782 Sample Go CC should include deps
...
The ccenv used to build Go chaincode is being
updated to no longer include the shim
dependency. Go chaincode must now vendor
all of its dependencies prior to being
packaged and installed.
Go chaincodes have been updated to include
go.mod for versioned dependencies.
Change-Id: Ib971cd3f841d5c92a509450bd85f6e424cc60c6e
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
2019-06-25 09:50:31 -04:00