1891 Commits

Author SHA1 Message Date
nymkappa
f78a620fae Always re-indexing blocks when updating mining pools 2023-05-25 09:08:51 -07:00
softsimon
cf8aeb6db9 Save new disk cache after ignoring blocks 2023-05-25 19:19:14 +04:00
softsimon
9d8b4812ee Don't wipe mempool cache in pools updater 2023-05-25 19:07:51 +04:00
softsimon
056e0b0c04 Revert "Don't wipe mempool cache in pools updater"
This reverts commit 714208a3669000c4f20777f6d0118ed8b4f35a83.
2023-05-25 19:06:45 +04:00
softsimon
6f8a9052f2 Don't wipe mempool cache in pools updater 2023-05-25 19:05:29 +04:00
softsimon
6154bf3b1a Fix for pool output address matching
fixes #3782
2023-05-24 01:22:01 +04:00
Mononaut
72586eda6e Detect RBF by mined transactions 2023-05-18 09:51:41 -04:00
Mononaut
bdb44c4609 Omit possible high-sigop txs from block health score 2023-05-17 11:46:50 -04:00
Felipe Knorr Kuhn
5488d4047e Merge branch 'master' into docker_vars_test 2023-05-15 13:09:46 -07:00
nymkappa
3a1fd2a463 Block prediction -> Block health - Fix wrong chart download name 2023-05-14 16:32:11 -05:00
Felipe Knorr Kuhn
0253904b5a Update the backend config fixture 2023-05-14 14:25:23 -07:00
Felipe Knorr Kuhn
270bf76036 Add a test to check that the docker json is in sync with the template 2023-05-14 14:17:53 -07:00
Felipe Knorr Kuhn
b54dbcd5f8 Add a test to check if all the vars are on the Docker script 2023-05-14 13:14:44 -07:00
nymkappa
8b999cc99b [audit] warn if we cannot save templates and remove exception re-throw 2023-05-13 15:28:29 +02:00
softsimon
909b6c2c64 Merge pull request #3753 from mempool/mononaut/fix-difficulty-estimate
Fix difficulty estimate
2023-05-12 09:21:06 -05:00
softsimon
4ede93f07a Merge pull request #3743 from mempool/mononaut/full-stack-fee-stats
stack-of-n-blocks fee statistics
2023-05-11 19:48:02 -05:00
Mononaut
df0f965495 update difficulty tests 2023-05-11 11:39:18 -06:00
Mononaut
e5f7d18a94 Fix difficulty adjustment calculation 2023-05-11 11:18:58 -06:00
wiz
714251de64 Merge branch 'master' into nymkappa/scan-closed-channel-no-mempool 2023-05-11 11:04:19 -05:00
Mononaut
af24b68f91 Fix RBF timestamps to always use seconds 2023-05-11 09:21:48 -06:00
Mononaut
92c88cf5b6 online calculation of stack-of-n-blocks fee statistics 2023-05-10 17:34:20 -06:00
Mononaut
bedee36f2d optimize websocket init data 2023-05-10 08:05:39 -06:00
Mononaut
2339a88f47 optimize batch client websocket updates 2023-05-10 08:05:39 -06:00
Mononaut
0498002d2c Optimize main thread processing of GBT updates 2023-05-08 23:01:17 -06:00
Mononaut
6d4c2f8f8f optimize data structures for advanced GBT algorithm 2023-05-07 11:54:23 -06:00
softsimon
08a6bb6267 Rapid mempool sync 2023-05-07 20:21:02 +04:00
Mononaut
29cebf9c6c add missing rbf eviction 2023-05-05 10:20:17 -07:00
Mononaut
b673fdbcd1 Fix new block mempool deletion race condition 2023-05-05 10:19:11 -07:00
Mononaut
29db163af7 fix rbf cache eviction logic 2023-05-04 23:30:11 -04:00
Mononaut
0b2eb73c3c delay writing disk cache until block handler completes 2023-05-03 15:53:47 -06:00
softsimon
ee2aea2458 Merge branch 'master' into mononaut/mempool-effective-rates 2023-05-04 00:58:49 +04:00
Mononaut
a61c0eb60c Add mempool position improvements to updateMempoolBlocks 2023-05-03 14:18:07 -06:00
Mononaut
9f32d43907 Improve stability of mempool tx position arrow 2023-05-03 14:18:06 -06:00
Mononaut
c745fe4093 Update rbf disk caching for new method 2023-05-03 13:00:23 -06:00
Mononaut
1033234ea9 Persist RBF cache to disk 2023-05-03 13:00:20 -06:00
Mononaut
1a96608a60 fixes for non-dual-node rbf feature 2023-05-03 12:53:56 -06:00
Mononaut
3e703ec13e support trees of RBF replacements 2023-05-03 12:53:56 -06:00
Mononaut
47bbfca1c0 new page listing recent RBF events 2023-05-03 12:53:53 -06:00
Mononaut
22fde5276a update RBF timeline over websocket 2023-05-03 12:52:21 -06:00
Mononaut
1d5a029c81 Timeline of replacements for RBF-d transactions 2023-05-03 12:52:20 -06:00
softsimon
dcc5292400 Merge pull request #3709 from mempool/mononaut/optimize-new-block-gbt
skip unnecessary makeBlockTemplates call
2023-05-03 21:56:07 +04:00
softsimon
268a05cc37 Revert "Revert TCP socket fallback" 2023-05-03 10:11:44 +04:00
Mononaut
5abdb700ad skip unnecessary makeBlockTemplates 2023-05-02 18:47:34 -06:00
softsimon
df995585fc Change forensic logging to debug 2023-05-02 17:39:02 +04:00
softsimon
490b7886d2 Removing dead code causing slowdown 2023-05-02 15:40:16 +04:00
Mononaut
eac7c5023a Log websocket statistics 2023-05-01 13:08:29 -06:00
Mononaut
27c7b4be5f use $ naming convention for async function names 2023-04-30 15:52:44 -06:00
Mononaut
e6a23567e0 await for mempool change handler after loading disk cache 2023-04-30 15:51:26 -06:00
softsimon
0552ff8c4b Add end quotes 2023-05-01 00:16:23 +04:00
softsimon
4f3a55dc30 Merge branch 'master' into mononaut/debug-main-loop-stall 2023-04-30 22:53:06 +04:00