softsimon
|
b3424f6490
|
Fixing navbar overflowing footer
|
2023-05-05 02:06:48 +04:00 |
|
softsimon
|
d3182e6215
|
Enabling footer on about page
|
2023-05-05 01:49:11 +04:00 |
|
softsimon
|
f63613c7c3
|
Global footer component that fixes Liquid
|
2023-05-05 01:38:58 +04:00 |
|
softsimon
|
af73c69e96
|
Fixing position on mobile view
|
2023-05-05 00:53:21 +04:00 |
|
softsimon
|
e1a141d986
|
Remove logger
Co-authored-by: Bufo <32884105+bufo24@users.noreply.github.com>
|
2023-05-05 00:53:21 +04:00 |
|
softsimon
|
a5cfe33573
|
Bottom padding for mobile
|
2023-05-05 00:53:20 +04:00 |
|
softsimon
|
5283818a47
|
Global footer
|
2023-05-05 00:53:20 +04:00 |
|
softsimon
|
86a5f60d87
|
Merge pull request #3703 from mempool/mononaut/delayed-disk-cache
delay writing disk cache until block handler completes
|
2023-05-04 18:15:11 +04:00 |
|
Mononaut
|
0b2eb73c3c
|
delay writing disk cache until block handler completes
|
2023-05-03 15:53:47 -06:00 |
|
softsimon
|
85d41ce1a6
|
Merge pull request #3705 from mempool/mononaut/increase-websocket-timeout
Increase client websocket timeout
|
2023-05-04 01:35:16 +04:00 |
|
softsimon
|
21b469b915
|
Merge pull request #3380 from mempool/mononaut/mempool-effective-rates
Use effective fee rates in mempool block visualizations & tooltips
|
2023-05-04 01:19:40 +04:00 |
|
softsimon
|
ee2aea2458
|
Merge branch 'master' into mononaut/mempool-effective-rates
|
2023-05-04 00:58:49 +04:00 |
|
softsimon
|
c233acf5d2
|
Merge pull request #3673 from mempool/mononaut/stable-mempool-positions
Improve stability of the mempool transaction marker arrow
|
2023-05-04 00:55:35 +04:00 |
|
Mononaut
|
e9f62d9218
|
remove mempool marker on tx confirmation
|
2023-05-03 14:18:07 -06:00 |
|
Mononaut
|
4f1c6021f3
|
Use new mempool position data for transaction ETA
|
2023-05-03 14:18:07 -06: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 |
|
softsimon
|
acc668bdbe
|
Merge pull request #3714 from mempool/mononaut/fix-tx-eta
Fix transaction ETA calculation
|
2023-05-04 00:17:09 +04:00 |
|
Mononaut
|
f5ebf41b7e
|
fix tx page mempool blocks subscription leak
|
2023-05-03 13:58:08 -06:00 |
|
Mononaut
|
c73144eb7d
|
keep ETA relative time basis updated
|
2023-05-03 13:55:26 -06:00 |
|
softsimon
|
11ac0ad0bb
|
Merge pull request #2847 from mempool/mononaut/rbf-timeline
RBF Timelines
|
2023-05-03 23:48:57 +04:00 |
|
Mononaut
|
82a3af25ff
|
Fix import path
|
2023-05-03 13:16:27 -06:00 |
|
Mononaut
|
069f687991
|
Fix missing null checks in tx component
|
2023-05-03 13:00:23 -06:00 |
|
Mononaut
|
c409c99b52
|
Improve RBF diagram state visibility
|
2023-05-03 13:00:23 -06:00 |
|
Mononaut
|
e8fe390437
|
Don't show RBF replaced alert banner after confirmation
|
2023-05-03 13:00:23 -06:00 |
|
Mononaut
|
c745fe4093
|
Update rbf disk caching for new method
|
2023-05-03 13:00:23 -06:00 |
|
Mononaut
|
21ed3a5e1a
|
fix missing FULL_RBF_ENABLED config entries
|
2023-05-03 13:00:22 -06:00 |
|
Mononaut
|
19d3b0a4dd
|
fix rbf e2e test
|
2023-05-03 13:00:22 -06:00 |
|
Mononaut
|
03c6728dfb
|
scroll selected rbf node into view
|
2023-05-03 13:00:22 -06:00 |
|
Mononaut
|
53e0e66510
|
change rbf subheading, fix interval alignment
|
2023-05-03 13:00:22 -06:00 |
|
Mononaut
|
9386f47d58
|
change rbf tooltip to standard two-column table design
|
2023-05-03 13:00:22 -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
|
40b7cc3010
|
add mouseover tooltips to rbf timelines
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
3e703ec13e
|
support trees of RBF replacements
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
9517d5fe08
|
remove 'replaces' alert on transaction page
|
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 |
|
Mononaut
|
7b26e09486
|
Fix transaction ETA calculation
|
2023-05-03 10:02:03 -06:00 |
|
softsimon
|
f6eadfc09e
|
Merge pull request #3712 from mempool/revert-3694-simon/revert-tcp-socket-fallback
Revert "Revert TCP socket fallback"
|
2023-05-03 10:12:59 +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
|
fbcc0385cd
|
Merge pull request #3708 from mempool/simon/change-forensics-logging-to-debug
Change forensic logging to debug
|
2023-05-02 18:08:26 +04:00 |
|
softsimon
|
df995585fc
|
Change forensic logging to debug
|
2023-05-02 17:39:02 +04:00 |
|
softsimon
|
01fbe7b710
|
Merge pull request #3707 from mempool/simon/audit-optimization-dead-code
Removing dead code causing slowdown
|
2023-05-02 16:37:54 +04:00 |
|
softsimon
|
490b7886d2
|
Removing dead code causing slowdown
|
2023-05-02 15:40:16 +04:00 |
|
Mononaut
|
2ea0382303
|
Increase client websocket timeout
|
2023-05-01 18:13:53 -06:00 |
|
softsimon
|
4faacf6373
|
Merge pull request #3702 from mempool/mononaut/websocket-logs
Log websocket statistics
|
2023-05-02 00:55:13 +04:00 |
|