Mononaut
0808640ec0
Check database enabled before releasing PID lock file
2023-10-01 16:38:45 +01:00
Mononaut
7dad00523f
Implement pid file & checks
2023-10-01 16:37:28 +01:00
dependabot[bot]
928d3282a2
Bump axios from 1.4.0 to 1.5.0 in /backend
...
Bumps [axios](https://github.com/axios/axios ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-23 15:20:54 +00:00
softsimon
b6f66a6a28
Merge pull request #4236 from mempool/mononaut/mempool-count-graph
...
Add mempool transaction count line to graph
2023-09-20 20:26:25 +04:00
wiz
b979594a04
Merge pull request #4262 from mempool/wiz/add-va1-mempoolspace-lightning-nodes
...
Add VA1 mempool.space lightning node pubkeys
2023-09-18 17:43:40 -04:00
Mononaut
ef5d2606b7
Add missing count data to longer statistics timespans
2023-09-18 21:07:24 +00:00
wiz
38d30d23e5
Add VA1 mempool.space lightning node pubkeys
2023-09-17 20:57:47 -04:00
Mononaut
9b17c16325
Notify address page of removed transactions
2023-09-14 23:25:21 +00:00
Mononaut
71d4aa9ddd
Add mempool count line to graph
2023-09-08 01:35:02 +09:00
Mononaut
47a7564cfc
Bump failover timeout to 5s
2023-08-31 02:25:28 +09:00
softsimon
6d643604d0
Merge branch 'master' into mononaut/live-cpfp-updates
2023-08-29 10:12:55 +02:00
wiz
c4f8afbaf7
Merge pull request #4195 from mempool/junderw/rusttoolchain
2023-08-27 13:19:15 +09:00
Mononaut
528877f43f
Send cpfp/effective fee rate changes to subscribed ws clients
2023-08-27 00:30:55 +09:00
nymkappa
b9838fda8d
Merge branch 'master' into mononaut/attitude-adjustment
2023-08-26 11:48:21 +02:00
junderw
18eb6600b0
Fix README to include workaround for legacy versions of npm
2023-08-21 12:53:20 -07:00
junderw
b595002c25
Revert "Add a missing [workspace]
tag in rust-gbt Cargo to build in git"
...
This reverts commit fadc46f3b5
.
2023-08-21 10:01:40 -07:00
Matt Corallo
6088fffc09
Drop MSRV to 1.63
...
Debian bookworm ships with 1.63, and since the change is trivial,
there's little reason to not support people running mempool on
Debian.
2023-08-21 04:03:37 +00:00
Matt Corallo
fadc46f3b5
Add a missing [workspace]
tag in rust-gbt Cargo to build in git
...
If cargo detects its being run in a git tree, it looks for a
top-level `Cargo.toml`. When failing to find one, it errors out,
saying "current package believes it's in a workspace when it's not."
Instead, we add a `[workspace]` tag to let cargo know that rust-gbt
is not, in fact, in a rust workspace.
2023-08-21 04:00:52 +00:00
Mononaut
2819cea509
Reduce core mempool tx sync to 8 concurrent requests
2023-08-19 19:02:30 +09:00
junderw
2a8a403da7
Use p-limit to limit concurrent requests
2023-08-19 18:53:32 +09:00
Mononaut
e4fcadf39b
More verbose comments on $getMempoolTransactionsExtended
2023-08-19 04:47:19 +09:00
Mononaut
1b2122cd35
Don't overload core with mempool tx requests
2023-08-19 01:02:27 +09:00
junderw
08a09bf371
Fix: calcBitsDifference regtest fix
2023-08-17 23:57:20 -07:00
Felipe Knorr Kuhn
004208e9c8
Fix linting
2023-08-16 16:16:04 -07:00
Felipe Knorr Kuhn
44d2ea1263
Fix Docker config unit test to work with array values
2023-08-16 16:08:45 -07:00
softsimon
8b260ce21c
Merge pull request #4108 from mempool/simon/disable-historical-testnets
...
Handle historical price API calls when using any testnet
2023-08-09 10:51:58 +04:00
softsimon
8d7c04bcda
Merge pull request #4111 from mempool/nymkappa/mining-pool-api
...
[mining] add /api/v1/pools API to list mining pools
2023-08-07 14:33:58 +09:00
nymkappa
e4c17e5011
[mining] add /api/v1/mining/pools API to list mining pools
2023-08-07 12:16:01 +09:00
softsimon
b03c3745a2
Merge pull request #4110 from mempool/knorrium/backend_unit_test_tweaks
...
Backend unit test tweaks
2023-08-07 12:14:01 +09:00
softsimon
41eecfa7df
Merge pull request #4095 from mempool/mononaut/refactor-address-tracking
...
Refactor websocket address tracking
2023-08-07 12:13:07 +09:00
Mononaut
38e9021e8c
simplify scriptpubkey tracking
2023-08-07 10:43:42 +09:00
Felipe Knorr Kuhn
8912bac0ac
Add test:ci task
2023-08-06 08:00:49 -07:00
Felipe Knorr Kuhn
e4fca3c2b7
Log verbose Docker checks only when running on CI
2023-08-06 08:00:30 -07:00
Mononaut
9138c3b676
always switch back to local if available
2023-08-05 20:39:02 +09:00
softsimon
2ceafcacc6
Disable historical prices on testnets
2023-08-05 20:29:00 +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
softsimon
c1c69d7272
Merge pull request #4096 from mempool/mononaut/speed-up-rbf-detection
...
Speed up RBF detection
2023-08-05 17:37:50 +09:00
softsimon
a4e7219214
Adding RBF tests
2023-08-05 17:20:07 +09:00
Jonathan Underwood
6ff7a59bfb
Merge branch 'master' into fix/liquid-bits-calc
2023-08-05 00:00:02 -07:00
junderw
e994aac162
Feature: Build Rust during build script AND install
2023-08-04 23:40:10 -07:00
junderw
ea926660fe
Fix: Difficulty calculations for Liquid networks must be NaN
2023-08-04 20:42:14 -07:00
Mononaut
3ec676ca90
Speed up RBF detection
2023-08-04 19:11:49 +09:00
softsimon
d2641cc927
Merge pull request #4085 from mempool/mononaut/fast-mempool-sync
...
use bulk mempool post api to batch mempool update requests
2023-08-04 17:26:01 +09:00
softsimon
b026f5a481
Removing console log
2023-08-04 15:55:22 +09:00
junderw
0535e8c5f9
Fix: Rust-GBT packaging needs fixing
2023-08-04 15:45:34 +09:00
softsimon
b4ec69ce7a
Merge pull request #4058 from mempool/mononaut/prices-api
...
Current fiat prices API
2023-08-04 15:39:35 +09:00
wiz
c3f83f74ce
Merge branch 'master' into mononaut/acceleration-viz
2023-08-04 15:10:02 +09:00