Mononaut
031e14f302
Update internal getRawTransactions to use new prefix
2023-11-12 05:37:39 +00:00
Mononaut
156b5d0b3c
Update bulk /txs to use new failover router, internal-api path
2023-11-12 05:37:39 +00:00
Mononaut
38909cfc42
use bulk /txs endpoint to check cached rbf tx status
2023-11-12 05:37:37 +00:00
Mononaut
2339a0771e
Use internal /block/:hash/txs endpoint
2023-11-12 05:04:41 +00:00
Jonathan Underwood
502a1c021e
Add suggestions from wiz
...
Co-authored-by: wiz <j@wiz.biz>
2023-11-12 05:04:41 +00:00
Mononaut
d16773bfa0
Switch backend to use internal-api paths
2023-11-12 05:04:41 +00:00
Mononaut
c1f0eac8f8
Add REQUEST_TIMEOUT and FALLBACK_TIMEOUT esplora config options
2023-09-14 22:57:37 +00:00
Mononaut
47a7564cfc
Bump failover timeout to 5s
2023-08-31 02:25:28 +09:00
Mononaut
9138c3b676
always switch back to local if available
2023-08-05 20:39:02 +09:00
Mononaut
85935d8f90
allow protocol, port & path in fallback urls
2023-08-05 20:06:19 +09:00
Mononaut
ae5e1e6d29
Fix failover debug prints
2023-08-05 19:55:33 +09:00
Mononaut
e512feef74
Add debug prints, fix POST request
2023-08-05 19:25:00 +09:00
Mononaut
2095f90262
new health-check based esplora failover mechanism
2023-08-05 19:02:46 +09:00
Mononaut
ca0c6b5e6e
use bulk mempool/txs post api to batch mempool update requests
2023-08-02 15:05:27 +09:00
Mononaut
0ebfd6f017
Fetch block txs from mempool/electrs in bulk
2023-07-25 10:27:43 +09:00
Mononaut
e59c961f25
Add electrs sync progress updates
2023-07-24 14:59:51 +09:00
Mononaut
db715a1dba
Switch to batch mempool/txs/:txid endpoint
2023-07-24 14:44:43 +09:00
Mononaut
202d4122b4
load mempool txs in bulk from esplora
2023-07-24 14:44:42 +09:00
Mononaut
0ce043cca9
Fix esplora error messages
2023-07-23 14:01:31 +09:00
Mononaut
65dbafd2ec
Support P2PK address types
2023-07-23 14:01:31 +09:00
softsimon
dd68572603
Revert "Revert TCP socket fallback"
2023-05-03 10:11:44 +04:00
softsimon
000c46bf57
Revert TCP socket fallback
2023-04-28 12:06:49 +04:00
nymkappa
ab7cb5f681
[esplora] reset timeout variable when retrying unix socket
2023-04-05 17:05:23 +09:00
nymkappa
db27e5a92c
[esplora] print log when retrying unix socket - don't fallback to tcp socket on ETIMEDOUT
2023-04-05 17:00:53 +09:00
nymkappa
b6f1fd5a4a
[esplora] initialize default socket config to axiosConfigWithUnixSocket
2023-04-05 16:38:37 +09:00
nymkappa
44a0913b81
[esplora] fallback to tcp socket if unix socket fails
2023-04-05 16:27:13 +09:00
Mononaut
96a41400f4
Add axios support for esplora unix sockets
2023-03-13 14:53:44 +09:00
Mononaut
7f54e30a26
Reuse HTTP connections to esplora backend
2023-02-18 21:34:09 +07:00
Mononaut
6d6dd09d11
get blocks from esplora for cpfp indexer
2022-11-29 11:42:08 +09:00
softsimon
584f443f56
Adding new getTransactionHex api
2022-11-22 21:45:05 +09:00
Leonardo Lima
46e63ca6cf
feat: add /block/:hash/raw api route
2022-07-25 17:08:42 -03:00
nymkappa
a238420d7f
Merge Lightning backend into Mempool backend
2022-07-08 18:55:26 +02:00
wiz
411e9c2e89
Merge branch 'master' into simon/block-tip-hash-api
2022-06-23 20:50:01 +09:00
softsimon
960513c370
Fix for outspends when using esplora
2022-06-23 11:55:56 +02:00
softsimon
1479039fb5
Batch outspends requests
...
fixes #1902
2022-06-22 23:42:20 +02:00
softsimon
85e544dc8e
Adding missing Block Tip Hash API
2022-06-22 13:15:44 +02:00
softsimon
2a16dc5a7f
Utilize gettxout to display spent/outspent
...
fixes #1088
2022-01-15 22:09:04 +04:00
softsimon
86c877c8e9
Adding POST /tx API to bitcoind mode
...
fixes #777
2021-09-26 22:46:23 +04: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
Rishabh
2e54f4ca94
Added missing block header API ( #630 )
...
* header API frontend
* Block Header API endpoint added to Node.js backend
* updated package-lock.json
Co-authored-by: Rishabh <rishabh@Rajeshs-MacBook-Pro.local>
2021-07-19 02:26:16 +03:00
softsimon
d3c53c7406
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
c94f004425
Adding missing default timeout on all axios requests.
...
fixes #314
2021-01-30 16:25:22 +07:00
softsimon
905ddbb363
Bitcoind: Use mempool as address index when doing address prefix search.
2021-01-11 01:51:57 +07:00
softsimon
dc63fd9428
Config file updates. electrs -> esplora
2021-01-06 22:49:28 +07:00
softsimon
bb28a56622
Big refactor of multiple backends handling.
2020-12-28 04:47:22 +07:00
Simon Lindh
d1fce86adb
Renamed the electrs backend support to 'electrs'.
2019-12-06 22:37:07 +01:00
Simon Lindh
aa8bccdb8f
Use 'request' instead of 'axios' for electrs api requests.
2019-12-06 21:59:43 +01:00
Simon Lindh
480016ef07
Address page with QR code
2019-11-13 14:51:44 +08:00
Simon Lindh
309e851ead
Block view.
2019-11-12 16:39:59 +08:00