Verifying a block you need to check each transaction’s signature. Once a block has been accepted by a network and has a couple verified children blocks, those signatures are redundant. Does ethereum discard signatures or preserve them indefinitely?

  • uwu2420@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    They are preserved indefinitely, the entire transaction is stored in the block and removing the signature would invalidate the block’s hash.

    In Bitcoin, Segwit was the thing that changed this, but non-Segwit transactions likewise include the signature in the block forever.

    It’s not really a problem in Ethereum because the limiting factor on an Ethereum block’s size is gas, not the actual size of the transaction data.