IBM-Blockchain-Archive / car-lease-demo

A demonstration using IBM Blockchain to show how the lifecycle of vehicles can be recorded on a blockchain
Other
169 stars 304 forks source link

Porting demo to fabric v0.6 #52

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

I was able to run car-lease-demo with fabric v0.6 on my machine.

I hope my changes will help you to port the demo to fabric v0.6.

I have a problem with getting names of 'update_*' functions from request body and to make it work I have hard coded those names. I didn't spend a lot of time to find out why this didn't work. I believe it is not very critical. Probably you can help me to understand what is wrong.

liam-grace commented 7 years ago

Thanks for looking into this, we have just committed a large amount of code that, as well as porting the car lease demo to fabric 0.6, mostly moves from using the REST API to using HFC. This is currently in development and is in the new 0.6-prev branch