Mononaut
2b4474a3c2
Use effective fee rates in mempool block visualizations & tooltips
2023-04-05 08:42:01 +09:00
Mononaut
61a2658b62
refactor effective rate calculation
2023-03-28 16:20:20 +09:00
Mononaut
4bde7151a6
Calculate similarity score with audit disabled
2023-03-16 22:16:40 +09:00
softsimon
abd74dc87e
Adding 4 year button to mempool graph
...
fixes #3218
2023-03-04 18:48:16 +09:00
softsimon
38375662f8
Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps
2023-03-01 06:20:56 +04:00
nymkappa
73a3b35296
[LND] Nullify zeroed timestamps
2023-02-25 18:30:29 +09:00
nymkappa
19036a451f
Fix node socket parsing with LND
2023-02-13 18:01:15 +09:00
softsimon
81c0f26f7b
Merge pull request #2824 from mempool/mononaut/more-rbf-info
...
cache, serve & display more comprehensive RBF info
2023-01-25 17:29:21 +04:00
Mononaut
5ca8cd29b5
Fix bugged mempool block gradients
2023-01-19 11:09:03 -06:00
Mononaut
af0084075b
fix RBF detection
2023-01-17 19:25:00 -06:00
Mononaut
cc628aa443
cache, serve & display more comprehensive RBF info
2023-01-17 16:09:16 -06:00
Mononaut
105ca296e2
Rename TRANSACTION_INDEXING to CPFP_INDEXING and add to mainnet prod config
2023-01-09 10:36:08 -06:00
Mononaut
bc076a850e
calculate & index cpfp packages
2022-11-29 11:42:07 +09:00
nymkappa
ed6e79d86e
Format historical node sockets with update topology outputs
2022-08-29 08:43:26 +02:00
nymkappa
678bf009ea
Import json topology
2022-08-18 11:06:20 +02:00
nymkappa
34bd21aa8f
Create and populate nodes_socket table
2022-08-13 11:01:46 +02:00
nymkappa
cf795a5ead
Refactor channel id conversion utils
2022-08-10 16:58:29 +02:00
nymkappa
7cc24d1a50
Convert short_id to integer id with clightning backend before returning the graph
2022-08-10 15:09:34 +02:00
nymkappa
295f0dd8ff
Refactor the LN backend and add more logs
2022-08-09 09:20:25 +02:00
nymkappa
d9d8c75fe4
Liquid always uses esplora (regression of #2039 )
2022-07-11 08:41:28 +02:00
nymkappa
7b13cdaa31
Fixes the minium tx fee bug introduced in ecbd18087b267ba61b74477c973281b740edaf30
2022-06-25 19:06:26 +02:00
nymkappa
f98b829678
Index block summaries in db
2022-06-18 16:48:02 +02:00
nymkappa
78b9a47580
Only process mining pools on Bitcoin networks
2022-05-12 08:13:41 +02:00
nymkappa
178cb72004
Update block API to use indexing if available
2022-05-12 08:13:40 +02:00
nymkappa
452ffb20cf
Wait for external assets file writers to complete
2022-04-22 04:03:08 -04:00
nymkappa
7acc0b17af
Merge branch 'master' into feature/pool-stats-page
2022-02-15 20:42:06 +09:00
nymkappa
de276c81e0
Provide a way to completely disable block indexing and mining menu
2022-02-15 19:51:26 +09:00
nymkappa
e3e3e9f02e
Mining pool detail page draft PoC
2022-02-14 14:08:30 +09:00
softsimon
bf33319081
Refactoring the Liquid and LiquidTestnet check to a common function.
2021-12-31 02:28:40 +04:00
softsimon
331e3b4c3e
Fix backend support for 'liquidtestnet' network
2021-12-31 01:26:45 +04:00
softsimon
c36ff22d68
Support for Test Liquid Native Asset
2021-12-29 00:40:55 +04:00
softsimon
54e6f408ce
Elements blockchain parser. Save all peg in/out i the database.
2021-09-19 02:26:44 +04:00
softsimon
5cdcf277e4
Handle 0.1 sat/vB base fee on the dashboard and backend.
2021-08-05 02:03:52 +03:00
softsimon
109ca9d3ee
Effective fee could go below 0 due to rounding error. ( #623 )
...
fixes #606
2021-07-14 22:42:48 +03:00
softsimon
f50d0fa22a
When filtering out lower fee parents, compare with effective fee instead of base fee to include a CPFP chain of transactions.
2021-04-10 21:26:05 +04:00
wiz
a534e15d67
Merge pull request #419 from mempool/simon/cpfp-duplicate-fix
...
Fix for duplicate cpfp ancestors.
2021-04-06 15:58:58 +09:00
softsimon
f9256704ab
Bugfix: Ancestors are not able to increase fee of descendants
...
fixes #426
2021-04-05 23:45:47 +04:00
softsimon
e2845bf97b
Fix for duplicate cpfp ancestors.
...
fixes #414
2021-04-02 00:30:51 +04:00
softsimon
aa43511e0a
Shuffle mempool transactions before saving disk cache. ( #398 )
...
fixes #397
2021-03-19 13:47:37 +07:00
softsimon
58402c008f
CPFP support ( #395 )
...
* CPFP support.
fixes #5
fixes #353
fixes #360
* Use effectiveFeePerVsize for mempool statistics.
* Renaming endpoint cpfp-info to just cpfp.
* Renaming decended to BestDescendant.
* Updating language file with new strings.
2021-03-18 23:47:40 +07:00
andrewtoth
cdb992fcf3
Add recommended fee percentile config ( #394 )
2021-03-18 12:52:46 +07:00
softsimon
c9ef7cf0f3
Replacing weight with vsize in transactions api to match esplora.
2021-01-28 18:24:02 +07:00
softsimon
e262d954f0
Adding missing basic API endpoints when in bitcoind/electrum mode.
...
fixes #291
2021-01-25 01:09:42 +07:00
softsimon
b472c4d216
Updates for general transaction and block fetching.
2020-12-28 20:17:32 +07:00
softsimon
4cc8f8a3dc
Big refactor of multiple backends handling.
2020-12-28 04:47:22 +07:00
softsimon
4593a76675
Refactored transaction handling.
2020-12-21 23:08:34 +07:00
softsimon
aabdaea47b
Basic bitcoind/romanz-electrum support to sync the mempool and blocks.
2020-12-20 22:36:36 +07:00
softsimon
68b0b238fa
Adding latest blocks and transactions to dashboard.
2020-09-26 02:11:30 +07:00
softsimon
92044128c9
Handle coinbase transactions no longer has undefined fee.
2020-07-24 00:20:59 +07:00
softsimon
87e9d631fc
Detect RBF-transactions and offer to track them.
...
fixes #78
2020-06-08 18:55:53 +07:00