mempool/backend/src/api
2021-08-02 16:57:49 +09:00
..
bisq Hush a noisy bisq error message down to info 2021-08-02 16:57:49 +09:00
bitcoin Perform a blockchain sync check before updating initial difficulty ad… (#677) 2021-08-01 15:49:26 +03:00
backend-info.ts Including gitCommit and version in frontend build. Backend now sending a backendInfo object containing commit, version and hostname. All printed on About page. 2021-04-12 22:17:13 +04:00
blocks.ts Perform a blockchain sync check before updating initial difficulty ad… (#677) 2021-08-01 15:49:26 +03:00
common.ts Effective fee could go below 0 due to rounding error. (#623) 2021-07-14 22:42:48 +03:00
disk-cache.ts Only allow one disk cache saving simultaneously, and allow for partially written cache files. 2021-04-12 13:21:49 +04:00
fee-api.ts Round up fee estimations 2021-05-12 20:13:55 +04:00
fiat-conversion.ts Update fiat price every minute instead of every hour. 2021-05-12 15:09:48 +04:00
loading-indicators.ts Loading indicator service indicating mempool sync status. 2021-01-05 18:57:06 +07: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 When filtering out lower fee parents, compare with effective fee instead of base fee to include a CPFP chain of transactions. 2021-04-10 21:26:05 +04:00
mempool.ts Change log priority for 'The mempool is now in sync!' message to NOTICE 2021-04-13 14:03:36 +09:00
statistics.ts CPFP support (#395) 2021-03-18 23:47:40 +07:00
transaction-utils.ts Bugfix: Don't extend already extended transactions to not override the firstSeen property. 2021-03-19 19:10:11 +07:00
websocket-handler.ts Adding previous difficulty retarget to the difficulty adjustment api. (#652) 2021-07-23 14:35:04 +03:00