Commit 83917c5
Jason Yellick
Update common/orderer protos
This changeset incorporates feedback on the move towards sharing common
proto definitions between the orderer and the peers. In particular, it
splits the Header into a ChainHeader and a SignatureHeader, where the
ChainHeader is usually common to a transaction or configuration item
while the SignatureHeader provides the fields necessary to provide a
secure signature (an identity, nonce, and epoch). (But the signature is
usually over both plus some other data)
It also incorporates some other changes, like making the type not be
enumerated (with reserved fields 0-10k) but and moves the existing
enumerations out of the message so that their integer equivalent can
still be shared across implementations.
Change-Id: Ia8fdb253bb42dc25a18c05100642ec942d9253ec
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>1 parent c0ba3c2 commit 83917c5
File tree
14 files changed
+515
-290
lines changed- bddtests
- common
- orderer
- steps
- orderer/common
- bootstrap/static
- broadcastfilter/configfilter
- configtx
- policies
- protos
- common
- orderer
14 files changed
+515
-290
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments