Create genesis block on when pbft server is fired up.
Add parent block header hash and transaction hash (Merkle Patricia root) in new block header.
Add nonce and gasPrice values per transaction request. Since requests are being generated from only one client right now, we set the nonce incrementally per transaction.
Remove leftover 'break' statement from earlier commits that was preventing transaction requests to be sent to all pbft nodes.