hirosystems / connect

A library for building excellent user experiences with Stacks.
https://connect.stacks.js.org
MIT License
76 stars 40 forks source link

feat: support btc psbt #308

Closed fbwoolf closed 1 year ago

fbwoolf commented 1 year ago

This PR adds a psbtRequest method to the StacksProvider.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 854a4f199bfd315ca5b45a2d603ededb0ceab5e3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | --------------------- | ----- | | @stacks/connect-react | Major | | @stacks/connect | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
connect-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 9, 2023 at 6:16PM (UTC)
markmhendrickson commented 1 year ago

In support of https://github.com/hirosystems/stacks-wallet-web/issues/3310

cc @aulneau @yknl

fbwoolf commented 1 year ago

@janniks I have forgotten the preferred way to work with the Connect repo, what is the best way to make this branch/pr available for others to test via npm rather than yalc locally?

janniks commented 1 year ago

The PRs are automatically released under an alpha version to npm, make sure to use --save-exact when installing since sometimes versions can conflict.

fbwoolf commented 1 year ago

@janniks @kyranjamie hoping to get an approval to merge this today if possible?