cryptocoinjs / btc-transaction

Create, parse, serialize Bitcoin transactions.
11 stars 8 forks source link

Segregated Witness support #11

Open shesek opened 8 years ago

shesek commented 8 years ago

Any plans regarding segwit support?

Bitcoinjs has already pledged support, would be great to add cryptocoinjs to that list too.

jprichardson commented 8 years ago

btc-transaction should be deprecated IMHO. The original intent was to prefix all modules with the coin code e.g. "btc" in this case. A new transaction module should be developed that's a bit more abstract that both cryptocoinjs and bitcoinjs can use. The problem is that there's so much work on the books that I don't see this new module being completed anytime soon. ping @dcousens if you wanna chime in.

However, I'm open to any and all ideas / suggestions.