stackernews / stacker.news

Internet communities that pay you Bitcoin
https://stacker.news
MIT License
403 stars 105 forks source link

Wallet definitions with uniform interface #1243

Open ekzyis opened 1 week ago

ekzyis commented 1 week ago

Description

This replaces all attached wallets with definitions that use a uniform interface.

The wallet definitions export following properties:

Other changes

TODO

Screenshots

Additional Context

Checklist

Are your changes backwards compatible? Please answer below:

Did you QA this? Could we deploy this straight to production? Please answer below:

For frontend changes: Tested on mobile? Please answer below:

Did you introduce any new environment variables? If so, call them out explicitly here:

huumn commented 1 week ago

For this:

[ ] receiving wallets (server)

I began doing this in #1178 in api/createInvoice

edit: there's no regard for the frontend code though ... purely a backend thing, so maybe not super relevant