Commit Graph

309 Commits

Author SHA1 Message Date
ekzyis 2d2ceec140 Fix table in MATCHMAKING.md 2023-09-09 22:52:51 +02:00
ekzyis e34b5826fa Remove hidden attr from order form 2023-09-09 22:52:51 +02:00
ekzyis b2fe9b03d7 Use 405 Method Not Allowed if no LND connection exists 2023-09-09 22:52:51 +02:00
ekzyis ab2c80c6e8 Start goroutine to check invoice when serving 2023-09-09 22:52:51 +02:00
ekzyis 82f6f9698e Fix ReferenceError 2023-09-09 22:52:51 +02:00
ekzyis 3092a3f89d Remove order_id, add created_at column 2023-09-09 22:52:51 +02:00
ekzyis de42a7435b Use as unit symbol 2023-09-09 22:52:51 +02:00
ekzyis a01d4488cc Render or poll invoice status 2023-09-09 22:52:51 +02:00
ekzyis b2c7f28200 Run CheckInvoice jobs on startup 2023-09-09 22:52:51 +02:00
ekzyis d987934ba4 Add user page 2023-09-09 22:52:51 +02:00
ekzyis e6aec21aff Add share pointer to type Order 2023-09-09 22:52:51 +02:00
ekzyis b8a759b141 hotreload: don't die on build errors 2023-09-09 22:52:51 +02:00
ekzyis e5f5759871 Redirect after payment 2023-09-09 22:52:51 +02:00
ekzyis 921623ee4d Respond with 402 Payment Required 2023-09-09 22:52:51 +02:00
ekzyis 798f5b3623 Move QR code into lib.go 2023-09-09 22:52:51 +02:00
ekzyis 00bcde7ea8 Remove unused order.css 2023-09-09 22:52:51 +02:00
ekzyis f09beb1a4a Implement POST /market/:id/order 2023-09-09 22:52:51 +02:00
ekzyis 9b40d9f031 Add MATCHMAKING.md 2023-09-09 22:52:51 +02:00
ekzyis c948d7babf Use collapsibles 2023-09-09 22:52:51 +02:00
ekzyis 76309c4153 Show order book + focus on binary market 2023-09-09 22:52:51 +02:00
ekzyis 8eecf1a981 Drop column funding 2023-09-09 22:52:51 +02:00
ekzyis c2a8968120 Refactor router code 2023-09-09 22:52:51 +02:00
ekzyis 04ce96069b Add order page 2023-09-09 22:52:50 +02:00
ekzyis 58901e8d7e Toggle form 2023-09-09 22:52:50 +02:00
ekzyis ce4c495052 Add debounce logic 2023-09-09 22:52:50 +02:00
ekzyis bbe831bf03 Refactor bmarket.js 2023-09-09 22:52:50 +02:00
ekzyis 5ffc35a94f Rename to bmarket 2023-09-09 22:52:50 +02:00
ekzyis e14a3c824d Format HTML 2023-09-09 22:52:50 +02:00
ekzyis 011b2eff0a Move HTML to pages/ 2023-09-09 22:52:50 +02:00
ekzyis 23aaa0a438 Add market.js 2023-09-09 22:52:50 +02:00
ekzyis bf8717e2b1 Add hot reload for development 2023-09-09 22:52:50 +02:00
ekzyis 655ccb4a9b Create README + Makefile 2023-09-09 22:52:50 +02:00
ekzyis 7094438152 Use cost function
With this cost function, buying and selling is a lot easier since it uses the same function.

Also, shares are now always integers which is also easier to grasp.

Reference: http://blog.oddhead.com/2006/10/30/implementing-hansons-market-maker/
2023-09-09 22:52:50 +02:00
ekzyis 87ce57c862 Add binary market page 2023-09-09 22:52:50 +02:00
ekzyis fbab0b4975 Add PUBLIC_URL env var 2023-09-09 22:52:50 +02:00
ekzyis eb977576db Fix duplicate key error 2023-09-09 22:52:50 +02:00
ekzyis 2053d15290 Check database connection on startup 2023-09-09 22:52:50 +02:00
ekzyis dabb1be2f0 Fix missing error log 2023-09-09 22:52:50 +02:00
ekzyis 162f54b934 Fix alignment on error pages 2023-09-09 22:52:50 +02:00
ekzyis e6c20935bc Add users table 2023-09-09 22:52:50 +02:00
ekzyis d876997eeb Return 500 on error during session query 2023-09-09 22:52:50 +02:00
ekzyis 59ce2bbc8e Mount postgresql.conf 2023-09-09 22:52:50 +02:00
ekzyis 17988d9e5c Delete old deploy script 2023-09-09 22:52:50 +02:00
ekzyis 32f4c27899 Move nginx.conf into root 2023-09-09 22:52:50 +02:00
ekzyis 68ae16173f Fix missing NOT NULL 2023-09-09 22:52:50 +02:00
ekzyis 04f3feaf8c Remove wrong comment 2023-09-09 22:52:50 +02:00
ekzyis 0302c3fcba Move code into src/ 2023-09-09 22:52:50 +02:00
ekzyis 09c619ab63 Add lightning scheme to QR code 2023-09-09 22:52:50 +02:00
ekzyis 05e89ccbf2 Fix mobile layout for /login 2023-09-09 22:52:50 +02:00
ekzyis 0c7f7be359 Update nginx config 2023-09-09 22:52:50 +02:00