Dan Janosik
7dd8df3b7a
app events cleanup
2024-11-18 12:08:39 -05:00
Dan Janosik
d6d39f5180
track high-level app events
2024-11-18 12:04:50 -05:00
janoside
e5aa5592a1
Merge pull request #665 from tadeubas/avoid-save-query
...
Update layout.pug for privacy concerns
2024-11-02 20:42:52 +00:00
Dan Janosik
dd725e2d04
hide when zero
2024-10-07 17:59:26 -04:00
Dan Janosik
01585b7825
fix for node details page error under bitcoin core v28
...
getblockchaininfo.warnings is now an array
2024-10-07 17:56:33 -04:00
Tads
be6227e314
Update layout.pug for privacy concerns
...
Avoids query being saved by the browser
2024-09-30 10:24:00 -03:00
Dan Janosik
f7c25f1862
ui tweak
2024-04-19 13:39:09 -04:00
Dan Janosik
6354dacde0
halving countdown ui tweak (show utc date separate if applicable)
2024-04-19 13:34:22 -04:00
Dan Janosik
4fc15aa9a9
homepage: live halving countdown section when very close (98%+)
2024-04-19 11:51:18 -04:00
Dan Janosik
1bf7ad3cb8
style tweak
2024-04-19 10:59:15 -04:00
Dan Janosik
6445490ab3
tweaks to halving countdown
2024-04-18 15:24:31 -04:00
Dan Janosik
6b19cccdcf
2 decimals for halving countdown
2024-04-18 14:22:32 -04:00
Dan Janosik
ce3662507a
minor text tweak: "index in block" is an inappropriate label to use unconditionally because this mixin is used for lists of transactions in blocks AND for lists of transactions associated with addresses. For now, just drop the text and let the number stand alone
2024-01-01 12:02:07 -05:00
Dan Janosik
c561ba680f
Merge remote-tracking branch 'ExperiBass/fix-unconfirmed-txns'
...
Include a tweak to PR #606 : TX block height values of both 0 and -1 seem to be possible for unconfirmed transactions, so the conditional is tweaked to address that. Also, the single transaction in the genesis block presents an edge case for this conditional and is addressed.
2024-01-01 12:01:06 -05:00
Gingka/Ginger Pepper
3f98e45aa6
fix confirmed block count for unconfirmed txns
2023-12-28 17:49:20 -05:00
Dan Janosik
16a8581e0f
Merge remote-tracking branch 'ExperiBass/bip-324-flag'
2023-11-13 14:23:46 -05:00
Dan Janosik
17594a1b5f
tweaks to Thierry61 #554 PR
2023-11-13 14:22:45 -05:00
Dan Janosik
11c4fe5c0f
Merge remote-tracking branch 'Thierry61/root-mempool-improvements'
2023-11-13 14:22:13 -05:00
Dan Janosik
4710ef5994
-increased visibility for miner "notes" (Patoshi disclaimer)
...
-updated changelog
2023-11-08 12:26:25 -05:00
Gingka/Ginger Pepper
ab13df6b53
add P2P_V2 flag to servicename abbreviations
2023-10-02 12:54:46 -04:00
Thierry61
38161b2f78
MEMPOOL field improvement in main page
...
Addition of mempool total fees in the main page. This information
complement the total number of transactions, for example
it can indicate that many pending transactions are less worrying
when the total fees are low.
It is already available without any further API request (in mempoolInfo
variable).
The layout is *number of txns* / *blocks to clear* / *total fees*
to make it similar to other fields in the page.
A tooltip has been defined on each of these 3 pieces of information
with highlight colors describing the low/high/very high danger levels.
2023-06-17 17:19:37 +02:00
Dan Janosik
7055e0f998
visual tweaks to tx list separator
2023-06-13 12:48:54 -04:00
Dan Janosik
fcc1adc86c
fix for fee display on tx list when inputs are truncated
2023-06-13 12:39:49 -04:00
Dan Janosik
4a103b0c2b
fix display of zero-fee txs in tx list
...
(i forgot these existed, it's been a while!)
2023-06-13 12:34:37 -04:00
Dan Janosik
292ae9bf21
fix to hide coinbase tx fee display in tx list
2023-06-13 11:44:56 -04:00
Dan Janosik
540f7ce31d
note about variability in API return values based on node feature support
...
fixes #469
2023-06-13 11:34:48 -04:00
Dan Janosik
e8eeb184e1
lots of minor frontend/code cleanup:
...
-mixin for txList
-fee/feeRate badge on tx lists (block, address, mempool browse)
-change to single "net balance change" badge on address tx list
-fix minor issues with sats value display
-cleanup minor issue with "time ago" display tooltip
-cleanup text coloring for various badge mixins
-fix display of negative large values
2023-06-13 11:34:08 -04:00
Dan Janosik
4f393f282d
/quote ui tweak
2023-06-08 15:48:34 -04:00
Thierry61
c3d3255b75
Node details page improvements
...
- Corrected empty "HOST" field
- Added a link from "PEERS" field to Peers page
- Redefine forksUrls page as a multiline variable (more readable)
- Added tooltips
2023-05-27 18:06:12 +02:00
Dan Janosik
06697130d0
homepage progress bar tweaks
2023-05-23 15:26:52 -04:00
Dan Janosik
1ca148fd61
ui tweak
2023-05-03 11:48:53 -04:00
Dan Janosik
d07c655309
more cache stats
2023-05-02 12:28:14 -04:00
Dan Janosik
20ac166090
cleanup
2023-05-01 21:53:09 -04:00
Dan Janosik
c1186d1f6b
homepage halving widget: add some more date details
2023-05-01 21:50:22 -04:00
Dan Janosik
dcbc85d4e3
fix some recent date/ago-display related regressions
2023-05-01 21:50:03 -04:00
Dan Janosik
f584a91fb1
homepage halving widget, active when halving progress > 65%
2023-05-01 18:36:43 -04:00
Dan Janosik
1c2cf60eb0
improvements/cleanup related to date/duration displays
2023-05-01 18:36:09 -04:00
Dan Janosik
27c073b74e
no rpc conn: skip quote iframe to avoid error cascade being displayed
...
this setup should be improved, but this is good enough for now
2023-04-28 12:52:28 -04:00
Dan Janosik
3d21c12f87
homepage: progress bar for difficulty adjustment timeline
...
dark bg for progress bar in dark theme
2023-04-28 11:52:13 -04:00
Dan Janosik
a619a12fe1
cleanup
2023-04-28 11:12:36 -04:00
Dan Janosik
5b74bf8cc4
homepage: difficulty adjustment progress bar
2023-04-28 11:12:31 -04:00
Dan Janosik
f020320858
minor style fix
2023-04-12 11:20:36 -04:00
Dan Janosik
a635f3253e
fix for /next-halving to honor current blockchain
2023-04-05 16:56:58 -04:00
Dan Janosik
09a31f1e78
API v2.0.0
...
- all actions return JSON
- condense some actions
- add /api/blockchain/next-halving
https://github.com/janoside/btc-rpc-explorer/discussions/520
2023-04-05 16:56:40 -04:00
Dan Janosik
8950c95d56
minor layout tweak
2023-04-04 08:33:28 -04:00
Dan Janosik
8d95531c8a
link to /quotes on single quote page
2023-04-03 10:54:33 -04:00
Dan Janosik
c8301ad78b
ui/ux tweaks for quotes, including sorting options on list page
2023-03-31 23:03:35 -04:00
Dan Janosik
69d49a479b
ux
2023-03-31 12:59:47 -04:00
Dan Janosik
28184b5ce4
ux tweaks for some pre-formatted outputs (error page and rpc browser)
2023-03-31 11:12:15 -04:00
Dan Janosik
c0610ebc62
next-halving: ux tweaks
2023-03-31 11:11:34 -04:00