mempool/backend/src/api
2025-10-29 10:50:22 +00:00
..
acceleration Refactor cpfp & single-block gbt code into mini-miner module 2024-07-20 12:08:52 +00:00
bitcoin Add min fee query param to precise fee API 2025-10-29 10:50:22 +00:00
explorer standardize API error strings & validation 2024-12-19 13:00:44 +00:00
lightning [lightning] add taproot-channels to node features 2023-10-20 04:49:14 +02:00
liquid Include testnet4 as a Bitcoin network 2025-10-12 21:54:48 -04:00
mining Include testnet4 as a Bitcoin network 2025-10-12 21:54:48 -04:00
prices [internal] provide internal rest api to retreive btcusd price history 2024-11-21 15:20:24 +01:00
services remove console.log 2025-08-16 20:32:33 +02:00
statistics Fix vsize_0 handling in statistics replication 2025-06-23 06:14:53 +00:00
about.routes.ts fix broken sponsor image proxy 2024-08-07 23:41:53 +02:00
audit.ts handle sub-1-sat-vb in audits 2025-07-12 03:59:08 +00:00
backend-info.ts Add backend mode to backend-info 2024-04-01 04:00:29 +00:00
blocks.ts don't fetch stale block data from outdated cache 2025-10-22 09:39:42 +00:00
chain-tips.ts Update cached blocks with new stale data 2025-10-22 09:41:49 +00:00
common.ts Include testnet4 as a Bitcoin network 2025-10-12 21:54:48 -04:00
cpfp.ts Merge calculateMempoolTxCpfp and calculateLocalTxCpfp 2025-01-09 14:35:34 +01:00
database-migration.ts Include testnet4 as a Bitcoin network 2025-10-12 21:54:48 -04:00
difficulty-adjustment.ts Project early difficulty from sliding window 2024-02-11 23:11:19 +00:00
disk-cache.ts fix missing awaits 2025-09-21 12:08:01 +00:00
fee-api.ts Add min fee query param to precise fee API 2025-10-29 10:50:22 +00: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 Fix cleanup logic 2023-10-23 15:49:34 +02:00
mempool-blocks.ts Include testnet4 as a Bitcoin network 2025-10-12 21:54:48 -04:00
mempool.ts fix unnecessary async/awaits 2025-09-21 12:08:01 +00:00
mini-miner.ts Implement v1 block audits 2024-08-01 14:07:19 +00:00
pools-parser.ts Include testnet4 as a Bitcoin network 2025-10-12 21:54:48 -04:00
rbf-cache.ts fix unnecessary async/awaits 2025-09-21 12:08:01 +00:00
redis-cache.ts Resume RBF trees after restart 2024-08-26 23:43:29 +00:00
transaction-utils.ts Add backend endpoint to fetch prevouts 2024-12-15 19:39:32 +01:00
tx-selection-worker.ts Handle unmineable transactions in GBT implementations 2024-01-06 04:20:19 +00:00
websocket-handler.ts fix unnecessary async/awaits 2025-09-21 12:08:01 +00:00