Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support of diverse BTC addresses #25

Open
4 tasks
bnvk opened this issue Mar 5, 2018 · 0 comments
Open
4 tasks

Provide support of diverse BTC addresses #25

bnvk opened this issue Mar 5, 2018 · 0 comments
Milestone

Comments

@bnvk
Copy link
Collaborator

bnvk commented Mar 5, 2018

The following are the types of Bitcoin addresses I am aware of are:

  • Bech32 - native Segwit - BIP173
  • P2SH - backwards compatible Segwit / multi signature - BIP16
  • Singlesig - single signature
  • WIF - wallet import format

There was a commented stub function in ProTip as previously Bitcoinjs did not support mixed normal and multisig inputs, but a patche has been merged in now. The point of this issue is:

  • Offer subtle UI hints (info bubbles?) to the user where applicable
  • Properly parse addresses on sites as the right type
  • Implement testing coverage
  • Implementing full Segwit support Upgrade wallet to be SegWit compatible #18
@bnvk bnvk added this to the Rebooted milestone Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant