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 add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
auction.js Merge serializeInvoiceable with serialize without bug (#1051) 2024-04-09 19:49:20 -05:00
autowithdraw.js Separate client and server imports by files 2024-07-16 15:46:44 +02:00
deleteUnusedImages.js Allow SN users to edit special items forever (#1204) 2024-06-03 11:26:19 -05:00
earn.js Referral Rewards (#1262) 2024-07-10 19:23:05 -05:00
ephemeralItems.js Use module path aliases (#938) 2024-03-19 19:37:31 -05:00
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 Rename HODL to JIT in frontend comments (#843) 2024-02-16 12:27:15 -06:00
ofac.js Use module path aliases (#938) 2024-03-19 19:37:31 -05:00
ots.js territories 2023-12-04 21:34:06 -06:00
package.json Convert worker to ESM (#500) 2023-09-23 20:19:35 -05:00
paidAction.js fix settleHodlInvoice timing out paid action transition 2024-07-06 11:37:32 -05:00
reminder.js @remindme bot support (#1159) 2024-05-19 15:52:02 -05:00
repin.js territories 2023-12-04 21:34:06 -06:00
saltAndHashEmails.js Store hashed and salted email addresses (#1111) 2024-05-04 18:06:15 -05:00
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 Monthly rewards (#890) 2024-03-01 10:28:55 -06:00
wallet.js Fix success autowithdrawal log 2024-07-07 18:31:41 +02:00