hyperledger-archives / sawtooth-sdk-go

https://wiki.hyperledger.org/display/sawtooth
Apache License 2.0
28 stars 40 forks source link

Intkey go client #17

Closed arsulegai closed 5 years ago

arsulegai commented 5 years ago

This PR has commits related to "intkey" Go client application. Implementation here is ready for 'set', 'inc', 'dec', 'show' and 'list', workload related sub-commands are not implemented yet. Please review and suggest edits,

arsulegai commented 5 years ago

@vaporos

agunde406 commented 5 years ago

@arsulegai looks like this pr needs to be rebased

arsulegai commented 5 years ago

Ok, I will update the branch

arsulegai commented 5 years ago

This is rebased.

arsulegai commented 5 years ago

I also suggest working on creating those Dockerfile for building and adding unit tests you mentioned above.

@agunde406 I will push another pull request to enable integration tests similar to the one in sawtooth-core for intkey python, there was no much scope for unit testing here. Enabled build for sawtooth_intkey_client along with TP also enabled gofmt check for it.

agunde406 commented 5 years ago

This pr needs to be rebased

arsulegai commented 5 years ago

This pr needs to be rebased

Done