Post
Topic
Board Development & Technical Discussion
Merits 3 from 2 users
Re: Segregated Witness legal flaw and its probable technical solutions
by
Pieter Wuille
on 28/06/2017, 20:28:45 UTC
⭐ Merited by ETFbitcoin (2) ,xtraelv (1)
Validating nodes need to download and verify the signatures. This is true now, and will be true after SegWit.

Validating nodes do not need to keep signatures around after validation. This is true now (pruning), and will be true after SegWit.

Anyone who has a transaction included in the chain can construct a proof that this happened (SPV proof), and this proof includes the signature that was used. This is true now, and will be true after SegWit (using the wtxid merkle tree instead of the txid merkle tree).