Mononaut
|
8b1dff6d15
|
fix txConfirmed type
|
2023-06-04 11:47:46 -04:00 |
|
Mononaut
|
c49626aefc
|
Confirmation badge component, fix negative confirmations
|
2023-06-03 16:20:32 -04:00 |
|
nymkappa
|
720c2b8807
|
Block prediction -> Block health - Fix wrong chart download name
|
2023-05-14 16:32:11 -05:00 |
|
softsimon
|
e807b3ca74
|
Merge pull request #3705 from mempool/mononaut/increase-websocket-timeout
Increase client websocket timeout
|
2023-05-04 01:35:16 +04:00 |
|
Mononaut
|
3b8bcc4da5
|
Improve stability of mempool tx position arrow
|
2023-05-03 14:18:06 -06:00 |
|
Mononaut
|
6fb4adc27d
|
fixes for non-dual-node rbf feature
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
086b41d958
|
support trees of RBF replacements
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
f46296a2bb
|
new page listing recent RBF events
|
2023-05-03 12:53:53 -06:00 |
|
Mononaut
|
7b2a1cfd10
|
update RBF timeline over websocket
|
2023-05-03 12:52:21 -06:00 |
|
Mononaut
|
1b843da785
|
Timeline of replacements for RBF-d transactions
|
2023-05-03 12:52:20 -06:00 |
|
Mononaut
|
3691ba8242
|
Increase client websocket timeout
|
2023-05-01 18:13:53 -06:00 |
|
nymkappa
|
0bc244b9f1
|
Use window.location object instead of angular router for default graph window preference setting
|
2023-03-29 15:10:59 +09:00 |
|
Mononaut
|
105cccf9b0
|
convert soft 404s to hard 404s in unfurler ssr
|
2023-03-09 02:34:21 -06:00 |
|
wiz
|
ae1e2dcb50
|
Merge branch 'master' into simon/add-4y
|
2023-03-07 19:00:27 +09:00 |
|
softsimon
|
4e39c27c75
|
Adding 4 year button to mempool graph
fixes #3218
|
2023-03-04 18:48:16 +09:00 |
|
nymkappa
|
d483362a9b
|
Handle missing price (show 0)
|
2023-03-04 10:51:13 +09:00 |
|
nymkappa
|
d5342a4e9a
|
Add frontend config flag to toggle historical price fetching
|
2023-03-01 17:26:53 +09:00 |
|
Mononaut
|
f09a2aab24
|
Reset scrolling blockchain cache when network changes
|
2023-02-28 21:30:20 -06:00 |
|
softsimon
|
56789532ed
|
Merge pull request #3025 from mempool/mononaut/offline-loading-blocks
Handling for network interruptions in scrollable blockchain
|
2023-02-24 17:32:27 +04:00 |
|
nymkappa
|
b4d0e20d75
|
Only query historical price if we're running mempool BASE_MODULE
|
2023-02-24 12:12:50 +09:00 |
|
Mononaut
|
8eca1e5f7e
|
Handle network interruptions in scrollable blockchain
|
2023-02-23 13:52:08 -06:00 |
|
nymkappa
|
58f886b337
|
If we don't have a price for "single price" query then return empty price
|
2023-02-23 18:40:13 +09:00 |
|
nymkappa
|
5749820999
|
Optimize price API response size reduce the number of query to that API
|
2023-02-23 13:13:20 +09:00 |
|
nymkappa
|
f44eacd5d5
|
Redo/Fix completely failed PR #3092 + add PR #3105
|
2023-02-23 09:50:34 +09:00 |
|
nymkappa
|
2246a6f3ce
|
Fix 'NaN' price for unconfirmed transaction since we have no block timestamp
|
2023-02-22 20:42:32 +09:00 |
|
nymkappa
|
3c94755a69
|
Use historical price for older blocks and transactions
|
2023-02-21 12:37:27 +09:00 |
|
Antoni Spaanderman
|
a897aebbc1
|
add size per weight graph and ts type for getHistoricalBlockSizesAndWeights
|
2023-02-16 15:39:09 +01:00 |
|
Mononaut
|
2363631326
|
Add audit / block health config feature flag
|
2023-02-15 16:28:29 +09:00 |
|
Mononaut
|
02655d757e
|
Add currency preference to dashboard
|
2023-02-01 10:24:57 -06:00 |
|
Mononaut
|
2ed49cf944
|
add toggle to enable/disable block audits
|
2023-01-26 10:42:38 -06:00 |
|
Mononaut
|
0481f57304
|
cache, serve & display more comprehensive RBF info
|
2023-01-17 16:09:16 -06:00 |
|
Mononaut
|
bf941b0227
|
load block/tx pages at correct blockchain scroll position
|
2023-01-06 10:13:53 -06:00 |
|
Mononaut
|
7be3ed416e
|
create separate service for short term tx & block caching
|
2023-01-06 10:13:53 -06:00 |
|
Mononaut
|
befafaa60c
|
add paginated virtual scrolling to blockchain blocks bar
|
2023-01-06 10:13:53 -06:00 |
|
softsimon
|
2cd98c7c04
|
Add separate config for mainnet, testnet and signet.
|
2022-12-01 19:48:57 +09:00 |
|
softsimon
|
75459729ad
|
Block page audit fallback
|
2022-12-01 19:17:59 +09:00 |
|
Mononaut
|
e627122239
|
move block audit endpoint from mining to bitcoin routes
|
2022-11-25 19:32:50 +09:00 |
|
softsimon
|
da10b36524
|
Change imports to relative paths
|
2022-11-24 12:19:19 +09:00 |
|
wiz
|
fc7024351e
|
Merge branch 'master' into fix-tx-navigation-bug
|
2022-11-22 10:28:54 +09:00 |
|
Mononaut
|
5b6f713ef3
|
Fetch missing block audit scores
|
2022-11-21 18:45:34 +09:00 |
|
Mononaut
|
65bfe8163c
|
fix error when navigating to huge transactions
|
2022-11-07 20:05:33 -06:00 |
|
softsimon
|
dffe9fa4e6
|
Merge pull request #2587 from mempool/simon/network-match-ending-fix
Handle network url ending matching better
|
2022-10-17 12:55:29 +04:00 |
|
wiz
|
2742acf6ee
|
Merge branch 'master' into save-flow-preference
|
2022-10-16 08:11:03 +09:00 |
|
Mononaut
|
f70ff9b402
|
Maintain page when switching networks
|
2022-10-12 23:04:47 +00:00 |
|
Mononaut
|
3971814710
|
Save flow diagram preference to localStorage
|
2022-10-11 17:02:35 +00:00 |
|
Mononaut
|
5d3ee50bca
|
Reverse time by default for RTL languages
|
2022-10-03 22:07:59 +00:00 |
|
Mononaut
|
03c6a7c54f
|
Reversible block arrows & key navigation
|
2022-09-30 00:54:20 +00:00 |
|
softsimon
|
4154d3081d
|
Handle network url ending matching better
|
2022-09-29 13:45:03 +04:00 |
|
softsimon
|
fa11cb0619
|
Use relative import paths
|
2022-09-21 17:23:45 +02:00 |
|
nymkappa
|
367c06dca6
|
Show clearnet nodes on world map
|
2022-09-06 19:33:07 +02:00 |
|