junderw
15639d687d
Faster txid to u32 parsing
2023-07-05 08:39:01 -07:00
mononaut
e96f675ceb
Apply suggestions from code review
...
avoid regex in partial txid ordering conversion
Co-authored-by: Jonathan Underwood <jonathan.underwood4649@gmail.com>
2023-07-03 11:55:43 -04:00
Mononaut
6dce3e356b
Mimic Core's ordering for equal-score transactions
2023-07-03 10:28:32 -04:00
Mononaut
e51d4584ab
fix firstSeen reset bug
2023-06-04 12:47:04 -04:00
Mononaut
2b10a9121c
use fractional base vsize in adjusted vsize
2023-05-31 11:45:47 -04:00
Mononaut
e070c121bc
Count sigops & use adjusted vsizes in mempool projections
2023-05-31 11:29:56 -04:00
nymkappa
bdcf848209
Implemented coinstatsindex indexing
2023-02-25 14:22:12 +09:00
nymkappa
2e698775f9
Update bitcoin-api-factory
so we can use core only if needed
2023-01-08 11:24:23 +01:00
nymkappa
a56db2c9ae
Fetch coinbase tx with core when esplora fails to do so
2023-01-07 11:17:30 +01:00
softsimon
4e0b8026f5
Lazy load tx inputs in Bitcoin Core mode
...
fixes #465
2022-05-20 21:30:01 +04:00
nymkappa
4646cc6df3
Refactor blocks.ts and index 10k block headers at launch
2022-01-28 13:51:14 +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
5cdcf277e4
Handle 0.1 sat/vB base fee on the dashboard and backend.
2021-08-05 02:03:52 +03:00
softsimon
02fffa57d9
Bugfix: Don't extend already extended transactions to not override the firstSeen property.
...
fixes #390
2021-03-19 19:10:11 +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
softsimon
5e0f2dda62
Disable support for Electrum TX lookups (require -txindex).
2021-01-24 04:15:06 +07:00
softsimon
ee0feac7ba
Correctly error handle getTransaction and set 404 status when not found.
2021-01-24 02:51:22 +07:00
softsimon
3bf1d58a50
Hack to make it possible to load the Coinbase transaction from Bitcoin Core.
2021-01-02 04:40:10 +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
86c4119e1c
Address page mostly working.
2020-12-22 06:04:31 +07:00
softsimon
4593a76675
Refactored transaction handling.
2020-12-21 23:08:34 +07:00