Here is the the log of Hyperledger Fabric test network. My question is what's the difference between 「propose」 mode of orderer node(refer to Line 1) and 「writeBlock」mode of orderer node(refer to Line 2)?
I know the orderer node will make the candidate block for Peer nodes to verify it and I think that will be at 「WriteBlock」mode so I wonder what orderer node does at 「propose」mode.