wiz
2e7a701ca7
Merge branch 'master' into mononaut/fix-mobile-bottom-nav
2023-01-27 03:49:07 +09:00
softsimon
e4fcac93f2
Using truncate component for replaced tx link
2023-01-25 17:24:00 +04:00
Mononaut
0481f57304
cache, serve & display more comprehensive RBF info
2023-01-17 16:09:16 -06:00
Mononaut
73f2d54a26
support inner links in truncated string component
2023-01-16 16:47:05 -06:00
Mononaut
fbd8e0588c
Fix page elements obscured by bottom nav bar on mobile
2023-01-13 11:52:36 -06:00
Mononaut
42a39c1f7c
migrate old text truncation implementations to new component
2023-01-05 11:01:46 -06:00
Mononaut
fa515402bf
display indexed cpfp info on non-mempool txs
2022-11-29 11:42:07 +09:00
Mononaut
7bafeefa95
fix squashed tx flow diagram
2022-11-22 17:07:03 +09:00
wiz
4abd77fe31
Merge branch 'master' into flow-diagram-spent-connectors
2022-11-22 13:42:33 +09:00
Mononaut
eb2abefabc
Add shapes to flow diagram to indicate spent txos
2022-11-22 10:11:54 +09:00
Mononaut
65bfe8163c
fix error when navigating to huge transactions
2022-11-07 20:05:33 -06:00
Mononaut
ae9439a991
vin/vout selection syntax via url fragments
2022-10-16 22:42:38 +00:00
Mononaut
3971814710
Save flow diagram preference to localStorage
2022-10-11 17:02:35 +00:00
wiz
d08e5e293c
Merge branch 'master' into flow-toggle-labels
2022-10-09 01:46:53 +09:00
Mononaut
75fd036ec2
Highlight url input/output in tx diagram & list
2022-10-04 23:49:26 +00:00
Mononaut
0df796f873
Shorten tx diagram toggle labels
2022-10-04 21:14:54 +00:00
Mononaut
c10ace8fb5
Scroll to input/output when clicked in tx diagram
2022-10-04 21:04:52 +00:00
Mononaut
619a6bd34d
Toggle option for tx flow diagram w/ query param
2022-09-29 15:41:14 +00:00
Mononaut
409e5a335f
Improve tx flow diagram drawing algorithm
2022-09-23 21:25:41 +00:00
Mononaut
64f3a597a2
Add interactivity to tx sankey diagram
2022-09-17 01:20:08 +00:00
Mononaut
1e5cef4a62
Add sankey diagram to main tx page
2022-09-16 20:50:12 +00:00
softsimon
98c33ab08b
Correcting and harmonizing i18n strings
2022-05-11 16:29:45 +04:00
TechMiX
0c3f9c895e
fix RTL layout issues
2022-04-05 20:37:18 +02:00
softsimon
f85771e03f
Replace by fee storage
...
fixes #1222
2022-03-08 18:39:53 +01:00
softsimon
fd34761a93
Adding Liquid Testnet as frontend option
...
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
a643f50016
Merge pull request #1012 from mempool/simon/cpfp-button-overlap-fix
...
Correcting CPFP button position on mobile
2021-12-15 13:11:04 +04:00
softsimon
1c6b3a46c6
Correcting CPFP button position on mobile
...
fixes #1006
2021-12-15 02:16:45 +04:00
softsimon
b41e32915f
Fixing broken RBF alert
...
fixes #516
2021-12-15 01:15:16 +04:00
softsimon
9377d80dbb
Fixing Bisq transactions page and skeleton loaders
...
fixes #953
2021-11-27 13:06:57 +04:00
softsimon
34c9ca4197
Adding version and locktime to transaction details
...
fixes #929
2021-11-15 18:05:28 +04:00
Miguel Medeiros
9264f3cf4f
Fix title styles.
2021-10-26 21:47:28 -03:00
Miguel Medeiros
9d9ff6ed91
Fix titles height inconsistencies.
2021-10-26 21:47:26 -03:00
softsimon
1a37c8b116
Add output ID to transaction info
...
fixes #413
2021-10-20 15:44:43 +04:00
Miguel Medeiros
c72c287b27
Fix confirmations button positioning.
2021-09-29 16:16:39 -03:00
TechMiX
014d6dee66
fix various rtl issues
2021-09-15 11:02:04 +02:00
Priyansh
e103fb5876
Updated significant digits of transaction fee ( #722 )
2021-08-18 16:27:35 +03:00
softsimon
11817c04f7
Transaction and block header hex external URL should be relative to the network.
2021-08-06 23:45:54 +03:00
softsimon
8eb70416da
Removing "raw block".
2021-08-03 18:15:33 +03:00
Priyansh
43e222b9df
Raw Hex of Objects in Details Tab #616 ( #682 )
...
* Added Block Hex in Details
* Added Raw Tx in Transaction Details
* Backend Updates
2021-08-03 14:27:02 +03:00
Miguel Medeiros
a0559cbb24
Fix time until component round for week interval. ( #679 )
...
* Fix time until component round for week interval.
* Add forceFloorOnTimeIntervals parameter.
2021-08-01 01:25:24 +03:00
softsimon
f0bd487ea9
Update i18n messages.
2021-07-25 01:35:12 +03:00
Miguel Medeiros
f6a889298c
Bugfix: Change mempool block time precision. ( #650 )
...
* Fix time precision.
* Fix rounding numbers only for minutes range.
Fix reflected avg time to ETA transactions.
* Fix now variable update.
2021-07-25 01:26:29 +03:00
Miguel Medeiros
d405334109
UI/UX - New component for difficult adjustment. ( #602 )
...
* Add next difficulty blocks.
Add next difficulty target date.
Add next difficulty total progress.
Add ajustment difficulty avg min per block.
* Fix typo.
* Trigger difficulty calculation every 5 seconds.
* Add rxjs timer to difficultyEpoch.
* Fix pipe.
* Fix small bar position.
* Change i18n strings.
* Fix typo.
* Add time-until component.
* Speed up difficultyEpoch timer to 1000 ms.
* Fix values to 2 decimal places.
* Add title to fee and difficulty adjustment cards.
* Add title outside the card.
* Fix title to center position.
* Add other titles.
* Add new transalations strings.
Refactor time span component.
* Fix difficulty adjustment i18n string.
Fix duplicated i18n strings.
2021-07-17 14:58:16 +03:00
Miguel Medeiros
9dae7020c8
Liquid support for unblinding transactions. ( #588 )
...
* Add docker file to generate wallycore wasm js lib.
* Add unblinded liquid transactions.
* Add background to unblided transactions.
* Check liquid network to try to unblind tx.
Ww don't want to try to unblind transactions in other networks.
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
* Delete libwally-core dockerfile.
* Delete wallycore.html.
* Fix validation unblind tx.
Fix lint.
Add errorUnblinded.
Add vin.prevout unblinded tx.
* Add e2e testing to liquids unblinded tx.
* Load libwally.js dynamically.
* Fix table size.
* Add Blockstream License to libwally and wallycore.
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
2021-07-06 19:56:32 +03:00
softsimon
3ae3df6722
Revert "Parse TXID, hash or address strings from search bar and allow searching for TXID:OUTPUT. ( #578 )" ( #610 )
...
This reverts commit 2e2e6aa01f691ca28d2763faf827fda01e428cda.
2021-07-06 19:55:01 +03:00
softsimon
2e2e6aa01f
Parse TXID, hash or address strings from search bar and allow searching for TXID:OUTPUT. ( #578 )
...
fixes #450
fixes #415
2021-07-06 19:43:18 +03:00
Miguel Medeiros
4338dd6c3f
Fix transaction title breaks row on some languages ( #570 )
2021-06-11 23:16:45 -05:00
softsimon
93c4b1caf1
Fix for missing overpaid fees tag on confirmed txs
...
fixes #483
2021-06-11 19:30:33 -05:00
Miguel Medeiros
71fa2d67cb
Fix rbf alert css. ( #525 )
2021-05-18 18:56:42 +04:00
Miguel Medeiros
5cd2cfa097
FIX unify the units css. ( #499 )
...
* FIX unify the units css.
* Fix units css font-size.
2021-05-18 18:20:17 +04:00