4

I can see transactions with version 0. Are there any other versions of SegWit proposed or in existence?

Murch
  • 75,206
  • 34
  • 186
  • 622
Albert S
  • 1,630
  • 12
  • 21

3 Answers3

3

Taproot is implemented as SegWit version 1.

Another proposed feature that would most likely be implemented as a new SegWit version is cross-input signature aggregation.

Vojtěch Strnad
  • 8,292
  • 2
  • 12
  • 40
3

BIP-114 which was published a while ago comes to mind : https://github.com/bitcoin/bips/blob/master/bip-0114.mediawiki

arubi
  • 1,864
  • 8
  • 21
2

The introduction of Schnorr signatures would require a new script version.

Murch
  • 75,206
  • 34
  • 186
  • 622