hirosystems / connect

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

refactor: psbt request option to an array #310

Closed fbwoolf closed 1 year ago

fbwoolf commented 1 year ago

It has been requested by apps to change the signAtIndex request option to an array of numbers so there is flexibility on their end to control the user experience.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 2cade89c7f700c53e3b0c2cc9c8c8fbbc5662919

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 | Patch | | @stacks/connect-react | Patch |

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 13, 2023 at 5:17PM (UTC)
janniks commented 1 year ago

Should we do number | number[] or will that complicate things too much?

fbwoolf commented 1 year ago

Should we do number | number[] or will that complicate things too much?

Nope, I can change it before merging. 👍