bitcoinjs / bitcoinjs-lib

A javascript Bitcoin library for node.js and browsers.
MIT License
5.6k stars 2.08k forks source link

Merge in bitcoinjs-playground payments API #1017

Closed dcousens closed 6 years ago

dcousens commented 6 years ago

@junderw as I use this more, and in its lazy-evaluated form, I think this may replace bitcoin.script.[templates] and bitcoin.address in its entirety.

Can we have a chat this week to walk through the APIs before I [hopefully] get the PR up here?

junderw commented 6 years ago

@dcousens sure. Hit me up on Slack.

dcousens commented 6 years ago

Added breaking change label, as this will likely replace all of the bitcoin.script.[templates] code when merged.

dcousens commented 6 years ago

Merged https://github.com/bitcoinjs/bitcoinjs-lib/pull/1041 to simplify test transitions for this PR, as this PR will supercede the API there near-entirely

dcousens commented 6 years ago

See https://github.com/bitcoinjs/bitcoinjs-lib/pull/1096