transaction but not that good with TPS, i guess that the pattern for dapps to handle heavy load would be to prestore the requests and concatenate to a single transaction every few sec?
Can two signed transactions that was signed by two different people be concatenated to a single tx?
Utxo not much worse with tps in case of simple payments, well, transaction is a bit bigger due to change output, extra bytes to encode outputs, need for multiple inputs. For bulk payments utxo is more efficient as per-transaction overhead compressed linearly to number of payments.
basic question but say I have one transaction to send from utxo A to utxo B, and then another transaction from utxo C to utxo D. Is there any benefit to putting them both into one transaction with multiple inputs and outputs, assuming that is possible?
Yes, you save space on the blockchain, pay smaller fee,
Is the space saved linear?
Обсуждают сегодня