-
Notifications
You must be signed in to change notification settings - Fork 277
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
Fix in iroha-cpp library + added example of few transactions (HL branch -> develop) #3148
Conversation
Signed-off-by: Grzegorz Bazior <[email protected]>
@baziorek You should also amend the sign-offs on the commits. We can't merge without DCO. |
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.
After correcting some suggestions I noticed that You added more recently. I'll try to correct them all in next commit:)
9d3b6b1
to
0e7f156
Compare
Co-authored-by: Aleksandr Petrosyan <[email protected]> Signed-off-by: G. Bazior <[email protected]> Signed-off-by: Grzegorz Bazior <[email protected]>
Signed-off-by: Grzegorz Bazior <[email protected]>
Signed-off-by: Grzegorz Bazior <[email protected]>
Signed-off-by: Grzegorz Bazior <[email protected]>
0e7f156
to
797f9cf
Compare
@appetrosyan @Arjentix Thanks for all your suggestions. It looks that I was able to fix them, expect for: Also all commits looks signed: Please let me know if You have any more comments to correct:). |
Signed-off-by: Grzegorz Bazior [email protected]
Description of the Change
I noticed that in examples queries were not working - after some time of investigation I noticed that
counter
must be greated than 0, but default value is 0. So I changed into 1. Also I added another example file with error checking (it was my first time with GRPC in C++ so there can be errors)Issue
Benefits
Good example for somebody who wants to start developing Iroha 1 with iroha-cpp-lib + fix
Possible Drawbacks
I don't know what
counter
is:D.Usage Examples or Tests [optional]
Alternate Designs [optional]