kmKowdz / BBCI-Prototype

A prototype for my Blockchain-based Continuous Integration system.
Apache License 2.0
1 stars 0 forks source link

modify create_batch function #3

Closed kmKowdz closed 3 years ago

kmKowdz commented 3 years ago

current setup of create batch is to generate a list of key-value pairs that is batched along with the input of the client. we want to remove the automatic generation of these list and batch only those legit transactions from the client since it will reflect as transactions in the blockchain. we need to eliminate these extra function.

kmKowdz commented 3 years ago

here's the flow of this function:

Development Plan-Copy of Flowchart