hyperledger-archives / sawtooth-sdk-cxx

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

Allow TP to get serialized txn header #6

Closed arsulegai closed 3 years ago

arsulegai commented 5 years ago

RFC text/0000-raw-txn-header.md describes in brief the need to have serialized transaction header sent to transaction processor.

  1. Introduce required proto changes, set EXPANDED as default.
  2. Introduces a new method for setting transaction header style.

Please refer to hyperledger/sawtooth-rfcs#23 for detailed description.

Minor: Add .project (IDE created folder) to gitignore

dcmiddle commented 4 years ago

@arsulegai is this PR still live?

arsulegai commented 4 years ago

Yes @dcmiddle , my initial plan was to merge this to Core with Rust, Python and the C++ SDKs. Python is done, Rust and C++ are still pending. I will take it up in my free time.

arsulegai commented 4 years ago

@dcmiddle I got a chance to get this moving forward. @yoni-wolf please confirm that this PR is complete.

dcmiddle commented 4 years ago

@yoni-wolf might not be on this issue any longer. @scealiontach can you review this?