hyperledger-archives / sawtooth-sdk-go

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

Go consensus SDK and devmode #53

Closed sloganking closed 1 year ago

sloganking commented 1 year ago

This PR is a set of patches that implements a full consensus SDK for sawtooth in Go. And also in the examples/ folder, contains a re-implementation of sawtooth-devmode, in Go.

wkatsak commented 1 year ago

Wanted to bump this up for attention. I added a patch that fixes the broken Dockerfiles that are used in the Jenkins tests. It looks like it passes now.

vaporos commented 1 year ago

The new source files need copyright headers at the top of the files so its clear who holds the copyright (or at least the majority of the copyright. Also, on any of the modified files, if the modifications are extensive enough to warrant it, feel free to add an copyright line at the top.

Example: https://github.com/hyperledger/sawtooth-sdk-go/blob/main/signing/core.go

wkatsak commented 1 year ago

I think I've pushed everything requested for this PR. Please let me know if anything additional is required.