goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 43 forks source link

Ability to forge/sign/inject endorsements #96

Closed utdrmac closed 4 years ago

utdrmac commented 5 years ago

The changes in the PR are to support client application's ability to create, forge, sign, and inject new endorsements. I can provide working code example, just not sure where to put it in the repo. Several functions were simply capitalized to be exported. A couple others were refactored to allow "helper functions" to be used instead of duplicating code.

wade-liwei commented 4 years ago

Could you give me an example about how to send a payment operation ?

utdrmac commented 4 years ago

@wade-liwei This PR is specific to creating/signing endorsements. Please open a new issue if you want to discuss something else.