Commit graph

103 commits

Author SHA1 Message Date
Mononaut
3f49944c05
Fix transaction ETA calculation 2023-05-03 10:02:03 -06:00
Mononaut
9f453deceb
Use network-specific feature activation dates 2023-03-14 13:02:50 +09:00
Mononaut
130ae8c3a5
Hide features row if tx has no features 2023-03-13 12:48:01 +09:00
softsimon
e4aa3c2091
Merge pull request #3304 from mempool/simon/fix-confirmation-arrow-bug
Fixes arrow position on confirmed blocks
2023-03-11 11:31:30 +09:00
softsimon
4a0d9cb66f
Fixes arrow position on confirmed blocks
fixes #3294
2023-03-10 18:35:26 +09:00
softsimon
dd01371b61
Fixes changed after checked error in transaction page 2023-03-10 12:37:55 +09:00
softsimon
3739e5be0d
Merge pull request #3238 from mempool/mononaut/fix-404s
Fix unnecessary cpfp/rbf 404 responses
2023-03-06 18:40:32 +09:00
Mononaut
43b2fe2f9a
don't cache tx data for rbf replacements 2023-03-06 00:19:12 -06:00
Mononaut
182cb16695
Fix unnecessary cpfp 404 responses 2023-03-06 00:02:21 -06:00
nymkappa
7d8875eb73
Use relative path to import price service 2023-02-28 10:59:39 +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
3c94755a69
Use historical price for older blocks and transactions 2023-02-21 12:37:27 +09:00
Mononaut
0481f57304
cache, serve & display more comprehensive RBF info 2023-01-17 16:09:16 -06:00
Mononaut
f81e11e313
Fix cpfp observable error 2023-01-16 12:04:24 -06:00
wiz
b2b8911030
Merge branch 'master' into mononaut/scrollable-blockchain 2023-01-12 22:01:45 +09:00
Mononaut
2548d2a5e9
fix frontend js error on unconfirmed non-cpfp transactions 2023-01-11 08:44:11 -06:00
Mononaut
fcd047f302
remove redundant fields from CPFP interfaces 2023-01-11 08:44:11 -06:00
Mononaut
7be3ed416e
create separate service for short term tx & block caching 2023-01-06 10:13:53 -06:00
Mononaut
c7d61a3be4
only retry fetch CPFP for unconfirmed txs 2022-12-01 11:34:11 +09: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
Mononaut
75fd036ec2
Highlight url input/output in tx diagram & list 2022-10-04 23:49:26 +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
softsimon
fa11cb0619
Use relative import paths 2022-09-21 17:23:45 +02: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
fb63817282
Lazy load tx inputs in Bitcoin Core mode
fixes #465
2022-05-20 21:30:01 +04:00
softsimon
8637059119
Difficulty adjustment refactor
fixes #1157
2022-03-14 16:48:59 +01:00
softsimon
8267344cdc
Don't push full RBF-transactions to prevent old states. 2022-03-08 18:54:49 +01:00
softsimon
f85771e03f
Replace by fee storage
fixes #1222
2022-03-08 18:39:53 +01:00
softsimon
059e82a805
UTXO spent tracking
fixes #1301
2022-03-06 18:27:13 +01:00
nymkappa
9f0b09295d
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface 2022-02-04 12:51:45 +09:00
softsimon
fd34761a93
Adding Liquid Testnet as frontend option
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
9eb159617f
Adding taproot countdown 2021-11-12 21:07:57 +04:00
softsimon
1a37c8b116
Add output ID to transaction info
fixes #413
2021-10-20 15:44:43 +04:00
softsimon
f5bc9ced0a
Liquid unblinding: Replacing async/await with observable. 2021-08-18 14:05:40 +03:00
softsimon
e20100e437
Unblinding refactor fix 2021-08-18 03:34:17 +03:00
softsimon
9c2c698575
Refactored liquid unblinding code into a new file. 2021-08-17 20:20:25 +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
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 2e2e6aa01f.
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