hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

Resolve issue with unused tx_number field in block structure #2184

Closed namitkrarya closed 5 years ago

namitkrarya commented 5 years ago

Description of the Change

IR157 An un-used variable tx_number was present in the block schema.

Benefits

Less space will be used by a block.

Possible Drawbacks

None

luckychess commented 5 years ago

Hi, @namitkrarya. Congratulations on your first Iroha PR! Your idea is very sensible. Unfortunately, we have at least two reasons not to make that change right now:

Thank you for mentioning that, it does seem outdated. But we need to have a discussion about how to make the change and what alternative design to use.