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 |
|
Mononaut
|
725e1cabb6
|
Add explicit timeout to mysql DB queries
|
2023-04-28 19:21:03 -06:00 |
|
Mononaut
|
e63ca81de9
|
detect and log stall in main loop
|
2023-04-28 19:17:58 -06:00 |
|
wiz
|
abab18453c
|
Merge branch 'master' into simon/backend-block-tip-height-endpoint
|
2023-04-28 18:25:13 +09:00 |
|
softsimon
|
1d42d93649
|
Revert TCP socket fallback
|
2023-04-28 12:06:49 +04:00 |
|
softsimon
|
036bf3de2c
|
Backend block tip height endpoint
|
2023-04-26 13:49:01 +04:00 |
|
softsimon
|
500b0da4c5
|
Merge pull request #3644 from mempool/mononaut/full-mempool-cpfp
Perform full cpfp calculations for the entire mempool
|
2023-04-08 16:50:57 +08:00 |
|
nymkappa
|
e8c4a2ca03
|
[config] fix docker esplora config and template
|
2023-04-08 10:42:08 +09:00 |
|
nymkappa
|
545bef0cf9
|
[config] add missing RETRY_UNIX_SOCKET_AFTER
|
2023-04-07 13:28:32 +09:00 |
|
Mononaut
|
9b9956138d
|
Perform full cpfp calculations for the entire mempool
|
2023-04-07 00:25:45 +09:00 |
|
wiz
|
0c1a071aa0
|
ops: Update hard-coded path for liquid asset icons
|
2023-04-06 19:19:30 +09:00 |
|
nymkappa
|
de8a69aa84
|
[indexing] delete dead code
|
2023-04-06 11:55:25 +09:00 |
|
nymkappa
|
ad5562a549
|
[indexing] save missing fee_percentiles and median_fee_amt when indexing on the fly
|
2023-04-06 11:55:17 +09:00 |
|
nymkappa
|
f4c3e77c71
|
[indexing] fix typescript issue, reading invalid field
|
2023-04-06 11:54:22 +09:00 |
|
nymkappa
|
cba53887cd
|
[main loop] retry every seconds upon exception - warn after 5 attempts
|
2023-04-05 22:44:01 +09:00 |
|
nymkappa
|
ad0c7a3fe8
|
[esplora] reset timeout variable when retrying unix socket
|
2023-04-05 17:05:23 +09:00 |
|
nymkappa
|
07dc8b1a1a
|
[esplora] print log when retrying unix socket - don't fallback to tcp socket on ETIMEDOUT
|
2023-04-05 17:00:53 +09:00 |
|
nymkappa
|
37a245a626
|
[esplora] initialize default socket config to axiosConfigWithUnixSocket
|
2023-04-05 16:38:37 +09:00 |
|