zoobc / zoobc-core

Main node application to run the zoobc blockchain.
GNU General Public License v3.0
5 stars 3 forks source link

Enhance: Filter Mempool Selection For Multisignature Transaction Type #812

Closed andy-shi88 closed 4 years ago

andy-shi88 commented 4 years ago

Description

There can only be unique sender in multisignature_transaction_type.UnsignedTransactionBytes in a block.

So we need to do extra filter in the SelectTransactionsFromMempool to take exclude any multisignature transaction, which has the UnsignedTransactionBytes portion, with the same Sender multisig_address.

Breakdown

?: still looking for correct filter to prioritize the transaction

astaphobia commented 4 years ago

Duplicated #844