61 Commits

Author SHA1 Message Date
nymkappa
2faa2c26d3 Hotfix infinite scroll (need to apply a real fix) 2023-03-23 17:23:32 +09:00
Mononaut
167828c1f8 batch address outspend lookups into <50 txids per request 2023-03-10 00:27:22 -06:00
Mononaut
65867bce60 Fix unnecessary cpfp 404 responses 2023-03-06 00:02:21 -06:00
nymkappa
19ff5f15ee Use relative path to import price service 2023-02-28 10:59:39 +09:00
nymkappa
53b9310169 Redo/Fix completely failed PR #3092 + add PR #3105 2023-02-23 09:50:34 +09:00
nymkappa
72779c8244 Use historical price for older blocks and transactions 2023-02-21 12:37:27 +09:00
Mononaut
001d94dcef create separate service for short term tx & block caching 2023-01-06 10:13:53 -06:00
softsimon
a49d974660 Fix for javascript errors when navigating blocks 2022-12-01 23:12:02 +09:00
softsimon
b6a21c3e60 Change imports to relative paths 2022-11-24 12:19:19 +09:00
Mononaut
3df69bf550 fix stray space, automatically show more outputs if <5 remaining 2022-11-22 18:08:47 +09:00
Mononaut
6d6200b3b6 Fix load more inputs for non-esplora backends 2022-11-22 18:08:01 +09:00
Mononaut
0fe29a3f35 Load 1000 more inputs/outputs per click. Fix label i18n. 2022-11-22 18:08:01 +09:00
Mononaut
e3e43f1996 "show more" instead of "show all" txos in lists 2022-11-22 18:08:01 +09:00
Mononaut
8715e5ab91 fix error when navigating to huge transactions 2022-11-07 20:05:33 -06:00
Mononaut
e4fa21a145 Highlight url input/output in tx diagram & list 2022-10-04 23:49:26 +00:00
Mononaut
27869a00c1 Scroll to input/output when clicked in tx diagram 2022-10-04 21:04:52 +00:00
softsimon
880b5f9712 Use relative import paths 2022-09-21 17:23:45 +02:00
softsimon
545f0ee09b Possible fix for failing test 2022-08-28 17:48:51 +02:00
softsimon
9d83302fd9 Fixes multiple bugs with outspends and channels
fixes #412
2022-08-27 16:01:08 +02:00
softsimon
346f602f94 Fix for empty tx value
fixes #2263
2022-08-25 17:24:42 +04:00
softsimon
ecdd699d91 Reduce default rows and optimize requests for lightning. 2022-08-20 15:37:56 +04:00
softsimon
f630754aa3 Label channel closes 2022-07-08 18:55:24 +02:00
softsimon
2fec4ead2f Search bar refactored with Nodes and Channels 2022-07-08 18:55:23 +02:00
softsimon
a8ece05f90 Link channels from Transaction page. 2022-07-08 18:55:23 +02:00
softsimon
d7ba9b52eb Batch outspends requests
fixes #1902
2022-06-22 23:42:20 +02:00
softsimon
1cf063a1b0 Upgrading packages 2022-05-31 02:21:05 +04:00
softsimon
4e0b8026f5 Lazy load tx inputs in Bitcoin Core mode
fixes #465
2022-05-20 21:30:01 +04:00
softsimon
a1d04b6a7f Reset outspends cache when switching to new tx page.
fixes #1613
fixes #1164
2022-05-12 03:28:34 +04:00
softsimon
876fda73f1 Address value did not calculate self transfers 2022-03-15 16:26:49 +01:00
softsimon
5313b8a24c Address page highlight and transfer value 2022-03-14 16:19:37 +01:00
softsimon
01ff8f79a8 UTXO spent tracking refactor
refs #1301
2022-03-07 19:45:09 +01:00
softsimon
ec0f78b13a UTXO spent tracking
fixes #1301
2022-03-06 18:27:13 +01:00
softsimon
6538071b62 Show tx value sum if complete unblinding data is provided
fixes #1174
2022-02-22 16:53:59 +04:00
nymkappa
a49cc9a2fa Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface 2022-02-04 12:51:45 +09:00
softsimon
be77e3ff78 Fixing liqud asset precision
fixes #1166
2022-01-21 01:32:19 +04:00
softsimon
c36ff22d68 Support for Test Liquid Native Asset 2021-12-29 00:40:55 +04:00
softsimon
13bfa5902d Adding Liquid Testnet as frontend option
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
8e8d87fb42 Fixing broken Liquid peg-in and peg-out links
fixes #977
2021-12-08 11:50:51 +04:00
softsimon
f2012b45e3 Add output ID to transaction info
fixes #413
2021-10-20 15:44:43 +04:00
Miguel Medeiros
517a0597f6 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
9be82737df 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
61975c3f63 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
softsimon
9ee1d8c56f Lower scroll threshold to fix load more not triggering. (#576)
* Lower scroll threshold to fix load more not triggering.

fixes #575
2021-06-24 18:20:20 -04:00
Miguel Medeiros
f8f078a08f Fix missing whitespace linting. (#534) 2021-05-21 19:03:18 +04:00
Miguel Medeiros
694778fbb7 Fix tx-list load is being constantly triggered. (#531) 2021-05-20 02:03:59 +04:00
softsimon
2b7ef0d287 Toggle display UTXO details and scripts for transactions
fixes #46
2020-11-15 17:58:38 +07:00
softsimon
856eef4606 Enhancement: "Load more" is now "Load all"
fixes #117
2020-09-29 15:05:52 +07:00
softsimon
d39b4a5c92 WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
softsimon
68cff33ce2 Bugfix: Latestblock height didn't propagate in the template
Renaming Contributors to About
2020-06-21 14:55:16 +07:00
softsimon
e0a451eb05 Transition new blocks from the mempool onto the blockchain.
Chime on new blocks.
fixes #47
fixes #84
2020-06-10 23:52:14 +07:00