haskell-bitcoin / bitcoin

Bitcoin Library for Haskell
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add OP_CHECKSIGADD opcode #22

Closed tochicool closed 1 year ago

tochicool commented 1 year ago

This is a new opcode as part of the Taproot consensus softfork described in BIP 342 and active since block 709,632. Before the BCH purge, the encoding was previously used by OP_CHECKDATASIG from the Bitcoin Cash Nov 2018 hard fork.

GambolingPangolin commented 1 year ago

@tochicool Are you building against this library? We want to do our first release at the end of October. It would be great to get a few more downstream projects (i.e. yours maybe) to swap out haskoin and test this guy!

tochicool commented 1 year ago

@tochicool Are you building against this library? We want to do our first release at the end of October. It would be great to get a few more downstream projects (i.e. yours maybe) to swap out haskoin and test this guy!

Yup! I've doing some local testing / learning against this library and it works fine. I'm keen to use this library over haskoin by October or sooner.