bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

Chapter 2.1 example #129

Closed jnewbery closed 4 years ago

jnewbery commented 4 years ago

Partially addresses #86

This adds a case study to chapter 2.1. We demonstrate a spend from a 2-of-2 P2WSH (segwit v0) output, and then compare with a spend from a MuSig segwit v1 output. This demonstrates the fee-savings and privacy benefits of using segwit v1.

@bitschmidty - let me know what you think. If you like this, we can add similar case studies to chapters 2.2 - 2.4.

jnewbery commented 4 years ago

rebased on master. I haven't yet addressed @bitschmidty's feedback

jnewbery commented 4 years ago

Addressed all @bitschmidty comments. Thanks!

jnewbery commented 4 years ago

Addressed @bitschmidty 's comments (thanks, and sorry for pushing a broken branch). I've tested and think everything should work now.

bitschmidty commented 4 years ago

tACK e975cdb27ad323641527913e18b42fe335299856

jnewbery commented 4 years ago

tACK e975cdb

:pray: