Post
Topic
Board Development & Technical Discussion
Re: TXID+OGH for improved TPS
by
stwenhao
on 15/07/2025, 05:56:49 UTC
Quote
What if blocks only contain TXIDs instead of full transaction data?
You can do that now in your own node. Merkle tree is constructed in a way, where you can discard transaction data, and keep only transaction IDs, if you want to.

Also, if you want to keep track of the UTXO set, then you can keep just "txid:vout", to uniquely identify each unspent coin.