mempool/backend/src/api
2023-03-05 08:23:04 +09:00
..
bisq Refactoring backend routes code 2022-07-11 19:15:28 +02:00
bitcoin Use core to fetch block because esplora/electrs still return integer difficulty 2023-03-03 13:59:17 +09:00
explorer Merge branch 'master' into nymkappa/feature/align-dashboards 2023-03-01 06:31:25 +04:00
lightning [LND] Nullify zeroed timestamps 2023-02-25 18:30:29 +09:00
liquid Refactoring backend routes code 2022-07-11 19:15:28 +02:00
mining Update some mining indexing logs 2023-03-05 08:23:04 +09:00
statistics Refactoring backend routes code 2022-07-11 19:15:28 +02:00
audit.ts Ignore coinbase tx in block health calculation 2023-02-21 22:01:30 -06:00
backend-info.ts Expose whether Lightning is enabled on the backend 2023-01-10 21:54:34 -08:00
blocks.ts Use core to fetch block because esplora/electrs still return integer difficulty 2023-03-03 13:59:17 +09:00
chain-tips.ts Enforce BlockExtended use for block indexing - Unify /api/v1/block(s) API(s) response format 2023-02-27 18:00:00 +09:00
common.ts Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps 2023-03-01 06:20:56 +04:00
database-migration.ts Remove mining db stats - replaced by runtime state variable 2023-03-05 08:23:04 +09:00
difficulty-adjustment.ts Fix for difficulty adjustment throwing error before in sync 2022-08-27 10:25:24 +02:00
disk-cache.ts Merge branch 'master' into nymkappa/bugfix/wipe-cache-reindexing 2023-03-03 11:09:31 +09:00
fee-api.ts Add economyFee field in /api/fees/recommended API 2022-05-31 10:40:58 +02:00
fetch-version.ts backend: Rename build variable DOCKER_COMMIT_HASH -> MEMPOOL_COMMIT_HASH 2022-09-02 12:50:44 +02:00
loading-indicators.ts Added indexing progress indicator for hashrates, update logging 2022-05-10 15:48:21 +02:00
memory-cache.ts Cache electrum address history fetch a couple of seconds to prevent double requests on address page load. 2021-01-10 19:58:55 +07:00
mempool-blocks.ts Reduce data sent to mempool block 7 subscription 2023-02-17 19:11:12 -06:00
mempool.ts keep cached RBF info for 24 hours after tx leaves the mempool 2023-01-17 19:24:57 -06:00
pools-parser.ts Wipe nodejs backend cache for any mining pool change 2023-03-03 16:58:40 +09:00
rbf-cache.ts keep cached RBF info for 24 hours after tx leaves the mempool 2023-01-17 19:24:57 -06:00
transaction-utils.ts Implemented coinstatsindex indexing 2023-02-25 14:22:12 +09:00
tx-selection-worker.ts Refactor advanced gbt to minimize inter-thread comms 2022-12-07 14:52:01 -06:00
websocket-handler.ts Add audit / block health config feature flag 2023-02-15 16:28:29 +09:00