-
Notifications
You must be signed in to change notification settings - Fork 98
feature(samples): confidential escrow example - LFX25 #836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
samples/chaincode/confidential-escrow/chaincode/transactions/digitalAsset.go
Show resolved
Hide resolved
samples/chaincode/confidential-escrow/chaincode/transactions/digitalAsset.go
Show resolved
Hide resolved
samples/chaincode/confidential-escrow/chaincode/transactions/digitalAsset.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Abhinav Prakash <abhinav.prakash319@gmail.com>
mbrandenburger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @PsychoPunkSage for working on this awesome example of FPC+CC-Tools! I highly appreciate all the work you put into this PR already.
I've left you a few comments below. Let's see if we can make the GH Actions tests happy and then get this merged.
Signed-off-by: Abhinav Prakash <abhinav.prakash319@gmail.com>
Signed-off-by: Abhinav Prakash <abhinav.prakash319@gmail.com>
mbrandenburger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greath Thanks!
What this PR does / why we need it:
This PR is meant to introduce a new example (using FPC & cc-tools) called
confidential escrow.Which issue(s) this PR fixes:
NIL
Special notes for your reviewer:
TBA