27 Commits

Author SHA1 Message Date
f709f82635 cleanup and seperate webserver from logic 2024-07-20 22:39:30 +02:00
fec4d20c92 added psbt creation for taker unresponsive situation 2024-07-16 13:37:07 +05:30
6552ce559d finish monitoring bonds function refactor 2024-07-12 16:37:22 +02:00
20409c3c72 Merge branch 'research' of github.com:RoboSats/taptrade-core into research 2024-07-12 16:28:17 +05:30
4da52405a4 loading wallet to import UTXO's 2024-07-12 16:28:06 +05:30
257b0d7201 refactor bond validation, use testmempoolaccept, add Bitcoinrpc backend 2024-07-11 14:44:14 +00:00
a48391ad73 making coordinator wallet generic, working on tests for bond verification 2024-07-10 09:13:49 +00:00
573990ab3a switch from println and dbg to logging 2024-07-08 14:30:58 +00:00
08e21d6ce0 testnet faucet comment 2024-07-07 11:27:57 +02:00
490176ae2c completed combine_and_broadcast fn 2024-07-06 11:57:22 +05:30
958026a3e2 added main functions to be used for workflow of taproot contract 2024-07-06 03:41:41 +05:30
72d2e51ec8 make backend synchronous again, implement simple punishment handler 2024-07-04 13:53:57 +00:00
c1083e0cc0 make chain backend async in coordinator 2024-07-04 10:47:36 +00:00
279d7d167a coordinator monitoring loop 2024-07-03 17:16:47 +00:00
e6e607deb0 continuing with sql offer table 2024-06-27 10:50:16 +00:00
cbaa665140 additional sql table for active offers 2024-06-27 10:23:58 +00:00
57e6a32f09 finish create-offer, finish sqlite init 2024-06-26 12:48:03 +00:00
b4659ad912 wallet coordinator 2024-06-26 09:03:41 +00:00
e0a2ad39ea add sqlite functons 2024-06-25 12:36:43 +00:00
846a6cb179 fix broken imports 2024-06-25 11:04:30 +00:00
7c643fe335 merging 2024-06-25 10:17:29 +05:30
afcb7de43e started verifying bonds 2024-06-25 10:03:57 +05:30
ad58758e99 sqlite in coordinator, anyhow result in coordinator, restructuring coordinator, loading env variable, removing cli parsing with clap 2024-06-24 17:17:01 +00:00
8a8a93e184 begin with coordinator 2024-06-24 11:59:51 +00:00
e380a8c392 add cargo.lock as well 2024-06-09 02:41:14 +05:30
091d16e2a9 created webserver 2024-06-09 02:36:48 +05:30
04c3245f01 structure project, use axum 2024-06-03 18:49:30 +02:00