stacker.news/worker
ekzyis 5b2e835722 Separate client and server imports by files
* wallets now consist of an index.js, a client.js and a server.js file
* client.js is imported on the client and contains the client portion
* server.js is imported on the server and contains the server porition
* both reexport index.js so everything in index.js can be shared by client and server

* every wallet contains a client.js file since they are all imported on the client to show the cards

* client.js of every wallet is reexported as an array in wallets/client.js
* server.js of every wallet is reexported as an array in wallets/server.js

FIXME: for some reason, worker does not properly import the default export of wallets/server.js
2024-07-16 15:46:44 +02:00
..
Dockerfile
auction.js
autowithdraw.js Separate client and server imports by files 2024-07-16 15:46:44 +02:00
deleteUnusedImages.js
earn.js Referral Rewards (#1262) 2024-07-10 19:23:05 -05:00
ephemeralItems.js
imgproxy.js print imgproxy dimensions error 2024-07-04 17:54:54 -05:00
index.js backend payment optimism (#1195) 2024-07-01 12:02:29 -05:00
nostr.js
ofac.js
ots.js
package.json
paidAction.js fix settleHodlInvoice timing out paid action transition 2024-07-06 11:37:32 -05:00
reminder.js
repin.js
saltAndHashEmails.js
search.js backend payment optimism (#1195) 2024-07-01 12:02:29 -05:00
streak.js backend payment optimism (#1195) 2024-07-01 12:02:29 -05:00
territory.js improve pessimistic paid actions by letting the server perform actions and settle invoice on `HELD` (#1253) 2024-07-04 12:30:42 -05:00
trust.js backend payment optimism (#1195) 2024-07-01 12:02:29 -05:00
views.js
wallet.js Fix success autowithdrawal log 2024-07-07 18:31:41 +02:00