Mononaut
|
ee1ec414ed
|
use fractional base vsize in adjusted vsize
|
2023-05-31 11:45:47 -04:00 |
|
Mononaut
|
0e5dc21854
|
Fix mined rbf / calculate sigop merge conflicts
|
2023-05-31 11:37:13 -04:00 |
|
Mononaut
|
bf7df08305
|
Enforce block sigop limits in GBT algorithm
|
2023-05-31 11:29:58 -04:00 |
|
Mononaut
|
ec63c822db
|
Display sigops & adjusted vsize in transaction page details
|
2023-05-31 11:29:58 -04:00 |
|
Mononaut
|
09e4e44e88
|
Count sigops & use adjusted vsizes in mempool projections
|
2023-05-31 11:29:56 -04:00 |
|
Mononaut
|
70fa78b987
|
Fix effective fee rates for non-cpfp dependents
|
2023-05-31 11:27:04 -04:00 |
|
nymkappa
|
ea51ab8d0b
|
[indexer] show github sha when successufly updated pools json
|
2023-05-30 10:42:41 -07:00 |
|
nymkappa
|
62169cee3f
|
[indexer] oldest known mining pool block per network
|
2023-05-30 10:25:41 -07:00 |
|
nymkappa
|
e7e7b30807
|
fix log
|
2023-05-30 10:16:56 -07:00 |
|
nymkappa
|
0b4615cbf0
|
[indexer] reindex diff adjustments and hashrates upon mining pool update
|
2023-05-30 10:05:10 -07:00 |
|
softsimon
|
0703690190
|
Merge pull request #3785 from mempool/mononaut/mined-block-rbf
Detect RBF by mined transactions
|
2023-05-30 14:50:07 +07:00 |
|
wiz
|
27154da191
|
ops: Add npm run scripts for backend reindexing
|
2023-05-29 14:09:28 -03:00 |
|
Felipe Knorr Kuhn
|
60fd2df4e6
|
Merge branch 'master' into dependabot/npm_and_yarn/backend/bitcoinjs-lib-6.1.1
|
2023-05-27 08:13:46 -07:00 |
|
Felipe Knorr Kuhn
|
c382e03e4a
|
Merge branch 'master' into docker_vars_test
|
2023-05-26 07:16:29 -07:00 |
|
dependabot[bot]
|
ac73de31b5
|
Bump bitcoinjs-lib from 6.1.0 to 6.1.1 in /backend
Bumps [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitcoinjs/bitcoinjs-lib/compare/v6.1.0...v6.1.1)
---
updated-dependencies:
- dependency-name: bitcoinjs-lib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 02:56:38 +00:00 |
|
nymkappa
|
8ffe2f3156
|
Always re-indexing blocks when updating mining pools
|
2023-05-25 09:08:51 -07:00 |
|
softsimon
|
038f9659bb
|
Save new disk cache after ignoring blocks
|
2023-05-25 19:19:14 +04:00 |
|
softsimon
|
aeb896e200
|
Don't wipe mempool cache in pools updater
|
2023-05-25 19:07:51 +04:00 |
|
softsimon
|
349ba613dd
|
Revert "Don't wipe mempool cache in pools updater"
This reverts commit 714208a366 .
|
2023-05-25 19:06:45 +04:00 |
|
softsimon
|
714208a366
|
Don't wipe mempool cache in pools updater
|
2023-05-25 19:05:29 +04:00 |
|
softsimon
|
31ea2e1d4b
|
Fix for pool output address matching
fixes #3782
|
2023-05-24 01:22:01 +04:00 |
|
Mononaut
|
369db7a63c
|
Detect RBF by mined transactions
|
2023-05-18 09:51:41 -04:00 |
|
Mononaut
|
81ec54fcb3
|
Omit possible high-sigop txs from block health score
|
2023-05-17 11:46:50 -04:00 |
|
Felipe Knorr Kuhn
|
50a865e54e
|
Merge branch 'master' into docker_vars_test
|
2023-05-15 13:09:46 -07:00 |
|
nymkappa
|
720c2b8807
|
Block prediction -> Block health - Fix wrong chart download name
|
2023-05-14 16:32:11 -05:00 |
|
Felipe Knorr Kuhn
|
6333f3aa47
|
Update the backend config fixture
|
2023-05-14 14:25:23 -07:00 |
|
Felipe Knorr Kuhn
|
184ca3c662
|
Add a test to check that the docker json is in sync with the template
|
2023-05-14 14:17:53 -07:00 |
|
Felipe Knorr Kuhn
|
3f8fefcb0e
|
Add a test to check if all the vars are on the Docker script
|
2023-05-14 13:14:44 -07:00 |
|
nymkappa
|
f95c16a78e
|
[audit] warn if we cannot save templates and remove exception re-throw
|
2023-05-13 15:28:29 +02:00 |
|
softsimon
|
6141516eb2
|
Merge pull request #3753 from mempool/mononaut/fix-difficulty-estimate
Fix difficulty estimate
|
2023-05-12 09:21:06 -05:00 |
|
softsimon
|
adc395fc3d
|
Merge pull request #3743 from mempool/mononaut/full-stack-fee-stats
stack-of-n-blocks fee statistics
|
2023-05-11 19:48:02 -05:00 |
|
Mononaut
|
d322665789
|
update difficulty tests
|
2023-05-11 11:39:18 -06:00 |
|
Mononaut
|
49529627f8
|
Fix difficulty adjustment calculation
|
2023-05-11 11:18:58 -06:00 |
|
wiz
|
cb9d09a930
|
Merge branch 'master' into nymkappa/scan-closed-channel-no-mempool
|
2023-05-11 11:04:19 -05:00 |
|
Mononaut
|
e5bef55d47
|
Fix RBF timestamps to always use seconds
|
2023-05-11 09:21:48 -06:00 |
|
Mononaut
|
3d1cd3193a
|
online calculation of stack-of-n-blocks fee statistics
|
2023-05-10 17:34:20 -06:00 |
|
Mononaut
|
ffd7831efc
|
optimize websocket init data
|
2023-05-10 08:05:39 -06:00 |
|
Mononaut
|
f8636d20c2
|
optimize batch client websocket updates
|
2023-05-10 08:05:39 -06:00 |
|
Mononaut
|
033e78c0a7
|
Optimize main thread processing of GBT updates
|
2023-05-08 23:01:17 -06:00 |
|
Mononaut
|
428d4fc6ab
|
optimize data structures for advanced GBT algorithm
|
2023-05-07 11:54:23 -06:00 |
|
softsimon
|
ee05a6852e
|
Rapid mempool sync
|
2023-05-07 20:21:02 +04:00 |
|
Mononaut
|
3d0f7d6855
|
add missing rbf eviction
|
2023-05-05 10:20:17 -07:00 |
|
Mononaut
|
d322c6b5b5
|
Fix new block mempool deletion race condition
|
2023-05-05 10:19:11 -07:00 |
|
Mononaut
|
f456912679
|
fix rbf cache eviction logic
|
2023-05-04 23:30:11 -04:00 |
|
Mononaut
|
e5f97ace8b
|
delay writing disk cache until block handler completes
|
2023-05-03 15:53:47 -06:00 |
|
softsimon
|
e6e90799ef
|
Merge branch 'master' into mononaut/mempool-effective-rates
|
2023-05-04 00:58:49 +04:00 |
|
Mononaut
|
a22703d547
|
Add mempool position improvements to updateMempoolBlocks
|
2023-05-03 14:18:07 -06:00 |
|
Mononaut
|
3b8bcc4da5
|
Improve stability of mempool tx position arrow
|
2023-05-03 14:18:06 -06:00 |
|
Mononaut
|
36c7697c2b
|
Update rbf disk caching for new method
|
2023-05-03 13:00:23 -06:00 |
|
Mononaut
|
7e9cfa0858
|
Persist RBF cache to disk
|
2023-05-03 13:00:20 -06:00 |
|
Mononaut
|
6fb4adc27d
|
fixes for non-dual-node rbf feature
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
086b41d958
|
support trees of RBF replacements
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
f46296a2bb
|
new page listing recent RBF events
|
2023-05-03 12:53:53 -06:00 |
|
Mononaut
|
7b2a1cfd10
|
update RBF timeline over websocket
|
2023-05-03 12:52:21 -06:00 |
|
Mononaut
|
1b843da785
|
Timeline of replacements for RBF-d transactions
|
2023-05-03 12:52:20 -06:00 |
|
softsimon
|
8db7326a5a
|
Merge pull request #3709 from mempool/mononaut/optimize-new-block-gbt
skip unnecessary makeBlockTemplates call
|
2023-05-03 21:56:07 +04:00 |
|
softsimon
|
dd68572603
|
Revert "Revert TCP socket fallback"
|
2023-05-03 10:11:44 +04:00 |
|
Mononaut
|
03ee5c7c31
|
skip unnecessary makeBlockTemplates
|
2023-05-02 18:47:34 -06:00 |
|
softsimon
|
565aa9616b
|
Change forensic logging to debug
|
2023-05-02 17:39:02 +04:00 |
|
softsimon
|
c659adb4be
|
Removing dead code causing slowdown
|
2023-05-02 15:40:16 +04:00 |
|
Mononaut
|
3748102bb0
|
Log websocket statistics
|
2023-05-01 13:08:29 -06:00 |
|
Mononaut
|
4597bfa5d7
|
use $ naming convention for async function names
|
2023-04-30 15:52:44 -06:00 |
|
Mononaut
|
f30cf70226
|
await for mempool change handler after loading disk cache
|
2023-04-30 15:51:26 -06:00 |
|
softsimon
|
58b08f2c33
|
Add end quotes
|
2023-05-01 00:16:23 +04:00 |
|
softsimon
|
ac240398ef
|
Merge branch 'master' into mononaut/debug-main-loop-stall
|
2023-04-30 22:53:06 +04:00 |
|
Mononaut
|
e05f2198d5
|
Add explicit timeout to mysql DB queries
|
2023-04-28 19:21:03 -06:00 |
|
Mononaut
|
95df317f56
|
detect and log stall in main loop
|
2023-04-28 19:17:58 -06:00 |
|
wiz
|
864225a0dc
|
Merge branch 'master' into simon/backend-block-tip-height-endpoint
|
2023-04-28 18:25:13 +09:00 |
|
softsimon
|
000c46bf57
|
Revert TCP socket fallback
|
2023-04-28 12:06:49 +04:00 |
|
softsimon
|
66919a1aba
|
Backend block tip height endpoint
|
2023-04-26 13:49:01 +04:00 |
|
softsimon
|
04a8249883
|
Merge pull request #3644 from mempool/mononaut/full-mempool-cpfp
Perform full cpfp calculations for the entire mempool
|
2023-04-08 16:50:57 +08:00 |
|
nymkappa
|
dfe2cf631f
|
[config] fix docker esplora config and template
|
2023-04-08 10:42:08 +09:00 |
|
nymkappa
|
d6913b6439
|
[config] add missing RETRY_UNIX_SOCKET_AFTER
|
2023-04-07 13:28:32 +09:00 |
|
Mononaut
|
5950034f53
|
Perform full cpfp calculations for the entire mempool
|
2023-04-07 00:25:45 +09:00 |
|
wiz
|
d18ebdfc59
|
ops: Update hard-coded path for liquid asset icons
|
2023-04-06 19:19:30 +09:00 |
|
nymkappa
|
c5252dc27d
|
[indexing] delete dead code
|
2023-04-06 11:55:25 +09:00 |
|
nymkappa
|
6016db2533
|
[indexing] save missing fee_percentiles and median_fee_amt when indexing on the fly
|
2023-04-06 11:55:17 +09:00 |
|
nymkappa
|
b23f14b798
|
[indexing] fix typescript issue, reading invalid field
|
2023-04-06 11:54:22 +09:00 |
|
nymkappa
|
c23e529f0a
|
[main loop] retry every seconds upon exception - warn after 5 attempts
|
2023-04-05 22:44:01 +09: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
|
4c569c0ded
|
Send mempool effective fee rate changes to frontend & apply
|
2023-04-05 08:42:01 +09:00 |
|
Mononaut
|
3d5c156776
|
Use effective fee rates in mempool block visualizations & tooltips
|
2023-04-05 08:42:01 +09:00 |
|
wiz
|
bdb7e62921
|
Merge branch 'master' into ops/esplora-unix-sockets
|
2023-04-03 15:34:47 +09:00 |
|
softsimon
|
2ef340712f
|
Merge pull request #3442 from mempool/nymkappa/reorg-keep-templates
When a re-org happens, keep the block templates for audit
|
2023-04-03 12:24:05 +09:00 |
|
softsimon
|
83c03474a9
|
Merge pull request #3586 from mempool/nymkappa/fix-price-undefined
Add missing sanity check when fetching single price datapoint
|
2023-04-01 18:04:32 +09:00 |
|
softsimon
|
f1b5ee2a5f
|
Merge pull request #3404 from mempool/nymkappa/bugfix/wrong-percentage-heap-log
Fix % on heap limit warn
|
2023-04-01 16:56:50 +09:00 |
|
nymkappa
|
a512884b65
|
Wrap lightning stats importer into try/catch
|
2023-04-01 14:56:18 +09:00 |
|
softsimon
|
fc29943d0f
|
Upgrading deps
|
2023-04-01 12:16:59 +09:00 |
|
softsimon
|
482a609d84
|
Update backend NPM libs
|
2023-04-01 12:15:32 +09:00 |
|
nymkappa
|
321161ede9
|
Cleanup some log
|
2023-04-01 12:00:54 +09:00 |
|
nymkappa
|
816fb3bf01
|
Don't delete transactions when checking if the current chain is valid
|
2023-03-31 12:22:26 +09:00 |
|
nymkappa
|
44bbb472d3
|
Keep re-org'ed block summaries in the database
|
2023-03-31 12:08:05 +09:00 |
|
nymkappa
|
ea2193a42d
|
Add missing sanity check when fetching single price datapoint
|
2023-03-29 17:33:07 +09:00 |
|
nymkappa
|
9e4fe40ca3
|
When a re-org happens, keep the block templates for audit
|
2023-03-29 17:32:17 +09:00 |
|
nymkappa
|
d9b4ad64bb
|
Fix % on heap limit warn
|
2023-03-29 17:30:32 +09:00 |
|
nymkappa
|
c675d1c498
|
Make sure to scan closed channels even if config.MEMPOOL.ENABLE = false
|
2023-03-28 23:07:50 +09:00 |
|
Mononaut
|
a4c027dc48
|
clean up unused vars in mempool-blocks.ts
|
2023-03-28 17:02:37 +09:00 |
|
Mononaut
|
9f40cba914
|
use new median fee calculation for mempool blocks
|
2023-03-28 17:02:37 +09:00 |
|
Mononaut
|
2fc404a55c
|
refactor effective rate calculation
|
2023-03-28 16:20:20 +09:00 |
|
Mononaut
|
2baa10dcef
|
Use effective fee rate heuristics for block fee span
|
2023-03-28 16:19:06 +09:00 |
|
wiz
|
96f3218ec6
|
Bump version to v2.6.0-dev
|
2023-03-28 14:25:05 +09:00 |
|
wiz
|
57eddac7f0
|
Release v2.5.0
|
2023-03-28 12:14:31 +09:00 |
|
nymkappa
|
34eef3553b
|
Reset pools sha db state
|
2023-03-27 19:39:50 +09:00 |
|
softsimon
|
4c4a91ae95
|
Merge pull request #3560 from mempool/mononaut/missing-tx-bug
Fix thread inconsistency / lazy deletion race condition bugs
|
2023-03-27 15:33:34 +09:00 |
|
softsimon
|
3f8e91bd46
|
Merge pull request #3578 from mempool/nymkappa/revert-undocumented-fast-forward
Revert regression introduced in #1320
|
2023-03-26 22:10:23 +09:00 |
|
nymkappa
|
414383638d
|
Revert regression introduced in #1320
|
2023-03-26 17:54:24 +09:00 |
|
nymkappa
|
c7cab4c877
|
Remove difficulty adjustment calculation lag in the backend
|
2023-03-26 17:01:04 +09:00 |
|
Mononaut
|
edfbede704
|
Don't send back difficulty adjustment info
|
2023-03-26 09:05:41 +09:00 |
|
Mononaut
|
5f60cb821a
|
Fix difficulty adjustment start-of-epoch edge cases
|
2023-03-26 07:27:11 +09:00 |
|
Mononaut
|
8486c1117d
|
log warnings for unexpectedly missing txs
|
2023-03-26 05:41:31 +09:00 |
|
Mononaut
|
61f24562fd
|
tighten sanity checks in block audit
|
2023-03-24 09:49:02 +09:00 |
|
Mononaut
|
28de93d0ff
|
move lazy tx deletion into main loop
|
2023-03-24 09:48:08 +09:00 |
|
Mononaut
|
1fd85b729d
|
handle stale transactions in block templates
|
2023-03-24 09:47:08 +09:00 |
|
wiz
|
1eb9e58331
|
Merge branch 'master' into simon/bumping-electrum-client
|
2023-03-23 15:58:44 +09:00 |
|
softsimon
|
c4d13fb5b7
|
Bumping electrum-client
|
2023-03-23 15:56:30 +09:00 |
|
nymkappa
|
53a44853b3
|
Reconnect to electrum an unlimited amount of times every 1 seconds up disconnection
|
2023-03-23 15:18:48 +09:00 |
|
softsimon
|
45dbc6c6f6
|
Update logger network after modifying config
|
2023-03-21 16:21:11 +09:00 |
|
softsimon
|
d337bf3ee2
|
Turn off LN if Macaroon is missing
|
2023-03-21 15:52:41 +09:00 |
|
softsimon
|
758e4d4f4c
|
Disable LN on macaroon fail
|
2023-03-21 15:49:38 +09:00 |
|
wiz
|
ccab8b16bf
|
Merge branch 'master' into ops/esplora-unix-sockets
|
2023-03-21 14:29:06 +09:00 |
|
wiz
|
ca1b6553c9
|
Merge branch 'master' into simon/catch-unhandled-lnd-axios-request
|
2023-03-20 20:53:41 +09:00 |
|
softsimon
|
e3109a8fec
|
Catch exeptions in Lightning stats
fixes #3486
|
2023-03-20 20:46:11 +09:00 |
|
wiz
|
cce7dd917f
|
Merge branch 'master' into nymkappa/configurable-timeout
|
2023-03-20 17:38:40 +09:00 |
|
nymkappa
|
c6e063ea2f
|
Make lnd timeout configurable
|
2023-03-20 16:35:44 +09:00 |
|
nymkappa
|
81d563381a
|
Make bitcoin core timeout configurable
|
2023-03-20 16:15:40 +09:00 |
|
softsimon
|
870e895144
|
Correcting docker disk cache config variable
|
2023-03-20 16:12:56 +09:00 |
|
softsimon
|
517cf613c1
|
Removing Sigterm. Cache write block interval configuration.
|
2023-03-20 15:46:05 +09:00 |
|
softsimon
|
d54bcc898b
|
Fix missing temp cache in disk cache
|
2023-03-20 15:44:55 +09:00 |
|
nymkappa
|
ad5ce6dba4
|
Fix maxmind tests
|
2023-03-20 14:02:31 +09:00 |
|
wiz
|
e2e71c7a46
|
Add Maxmind GeoIP Lite download to Docker build
|
2023-03-19 17:49:08 +09:00 |
|
nymkappa
|
af6d115dbb
|
Add missing MAXMIND in docker configs - Remove duplicated __MEMPOOL_INDEXING_BLOCKS_AMOUNT__
|
2023-03-19 15:39:17 +09:00 |
|
softsimon
|
7d8ea075d9
|
Merge pull request #3405 from mempool/nymkappa/pool-health
Show block health in pool block list
|
2023-03-18 18:48:10 +09:00 |
|
Mononaut
|
ed46232b83
|
Fix missing fees in liquid block tooltips
|
2023-03-18 18:11:10 +09:00 |
|
softsimon
|
b78fdf5a23
|
Merge pull request #3353 from mempool/mononaut/mempool-block-animations
Improve mempool block animations
|
2023-03-18 12:46:20 +09:00 |
|
softsimon
|
41a6674fad
|
Merge pull request #3379 from mempool/nymkappa/testnet-signet-price-zero
Don't fetch prices on signet/testnet, always show 0
|
2023-03-17 16:40:09 +09:00 |
|
Mononaut
|
b5c2073414
|
Fix getSimilarity error on empty mempool
|
2023-03-16 22:16:40 +09:00 |
|
Mononaut
|
25aacb5046
|
Calculate similarity score with audit disabled
|
2023-03-16 22:16:40 +09:00 |
|
Mononaut
|
c24724dcdf
|
animate mempool blocks conditional on mined block similarity
|
2023-03-16 22:16:40 +09:00 |
|
nymkappa
|
0ebe0a5dc9
|
Add new stats in mining pool page
|
2023-03-16 16:13:11 +09:00 |
|
softsimon
|
1b2810ec0e
|
Merge branch 'master' into mononaut/disk-cache-network-version
|
2023-03-14 21:05:16 +09:00 |
|
nymkappa
|
a5dd141934
|
Don't fetch prices on signet/testnet, always show 0
|
2023-03-14 15:39:15 +09:00 |
|
nymkappa
|
ecfb980e75
|
Disable pool update when running lightning only
|
2023-03-13 17:24:23 +09:00 |
|
Mononaut
|
96a41400f4
|
Add axios support for esplora unix sockets
|
2023-03-13 14:53:44 +09:00 |
|
Mononaut
|
3bf96dafde
|
Add network versioning to disk cache
|
2023-03-12 19:20:29 +09:00 |
|
Mononaut
|
8bd05987e5
|
Save cache to disk every 6 blocks
|
2023-03-12 19:03:19 +09:00 |
|
wiz
|
24d9977919
|
Merge branch 'master' into nymkappa/esplora-warning
|
2023-03-11 18:36:22 +09:00 |
|
softsimon
|
6196860387
|
Merge pull request #3296 from mempool/nymkappa/order-isp
Sort asn numerically - add few more top 10 isp in warm cache
|
2023-03-11 18:22:39 +09:00 |
|
Mononaut
|
39051e94e3
|
Redesign difficulty adjustment dashboard widget
|
2023-03-11 17:53:18 +09:00 |
|
wiz
|
7e873e6637
|
Merge branch 'master' into nymkappa/order-isp
|
2023-03-11 15:50:31 +09:00 |
|
nymkappa
|
4263977d99
|
Updated regtest example
|
2023-03-11 10:52:15 +09:00 |
|
Mononaut
|
46d89ac837
|
prevent disk cache file write corruption
|
2023-03-09 20:19:22 -06:00 |
|
Mononaut
|
796566e7ae
|
Save cache to disk on SIGTERM/SIGINT
|
2023-03-09 19:47:54 -06:00 |
|
nymkappa
|
6327ce7c89
|
Sort asn numerically - add few more top 10 isp in warm cache
|
2023-03-10 09:21:44 +09:00 |
|
softsimon
|
42228dc70f
|
Revert "Bump axios from 0.27.2 -> 1.3.4"
|
2023-03-09 17:46:09 +09:00 |
|
nymkappa
|
63dd9fd09e
|
Log a warn if there are lot of 404 from esplora tx api
|
2023-03-09 17:45:08 +09:00 |
|
nymkappa
|
304089b3d0
|
Bump axios from 0.27.2 -> 1.3.4
|
2023-03-09 17:27:19 +09:00 |
|
wiz
|
3e31e68a19
|
Merge branch 'master' into mononaut/fix-cpfp-memory-bug
|
2023-03-08 14:31:46 +09:00 |
|
Mononaut
|
5eae84bb75
|
Fix memory-intensive getCPFPUnindexedBlocks mysql query
|
2023-03-07 21:01:54 -06:00 |
|
wiz
|
ae1e2dcb50
|
Merge branch 'master' into simon/add-4y
|
2023-03-07 19:00:27 +09:00 |
|
Mononaut
|
182cb16695
|
Fix unnecessary cpfp 404 responses
|
2023-03-06 00:02:21 -06:00 |
|
wiz
|
07271f56d7
|
Merge pull request #3230 from mempool/mononaut/heap-monitor
Monitor heap memory usage
|
2023-03-05 15:47:06 +09:00 |
|
wiz
|
f37946118c
|
Change heap size warning to 80% utilization
|
2023-03-05 15:45:28 +09:00 |
|
softsimon
|
fdbcef29e5
|
Merge pull request #3212 from mempool/nymkappa/bugfix/initial-pool-download
Fix initial pool update when db is empty
|
2023-03-05 15:44:14 +09:00 |
|
wiz
|
9eeaf76369
|
Merge branch 'master' into mononaut/heap-monitor
|
2023-03-05 15:35:00 +09:00 |
|
wiz
|
a9a2ff0347
|
Merge pull request #3215 from mempool/nymkappa/bugfix/price
Handle missing price (show 0)
|
2023-03-05 15:34:31 +09:00 |
|
Mononaut
|
43bed7cf56
|
Monitor heap memory usage
|
2023-03-04 23:13:55 -06:00 |
|
wiz
|
fca813147d
|
Merge branch 'master' into nymkappa/bugfix/price
|
2023-03-05 14:13:51 +09:00 |
|
nymkappa
|
62ef1d4439
|
Fix log typo
|
2023-03-05 08:27:31 +09:00 |
|
nymkappa
|
ff7c85180d
|
Fix initial pool update when db is empty
|
2023-03-05 08:27:30 +09:00 |
|
nymkappa
|
001be82f5a
|
Move some notice into info
|
2023-03-05 08:23:05 +09:00 |
|
nymkappa
|
32a260473a
|
Update some mining indexing logs
|
2023-03-05 08:23:04 +09:00 |
|
nymkappa
|
2e74d7fa4a
|
Remove mining db stats - replaced by runtime state variable
|
2023-03-05 08:23:04 +09:00 |
|
softsimon
|
4e39c27c75
|
Adding 4 year button to mempool graph
fixes #3218
|
2023-03-04 18:48:16 +09:00 |
|
wiz
|
1192d4fbd4
|
Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states
|
2023-03-04 16:46:44 +09:00 |
|
wiz
|
9024e21868
|
Merge pull request #3202 from mempool/nymkappa/use-core-again-because-esplora-is-lol
Use core to fetch block because esplora/electrs still return integer difficulty
|
2023-03-04 13:34:15 +09:00 |
|
nymkappa
|
e0c3c732d1
|
Fix incorrect db schema version in db migration script
|
2023-03-04 10:55:27 +09:00 |
|
nymkappa
|
622929831e
|
Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states
|
2023-03-04 10:54:02 +09:00 |
|
nymkappa
|
d483362a9b
|
Handle missing price (show 0)
|
2023-03-04 10:51:13 +09:00 |
|
softsimon
|
b21fd0d37d
|
Merge branch 'master' into mononaut/optimize-mempool-block-7
|
2023-03-04 10:34:46 +09:00 |
|
wiz
|
d16bda0630
|
Merge branch 'master' into nymkappa/use-core-again-because-esplora-is-lol
|
2023-03-03 17:39:55 +09:00 |
|
nymkappa
|
d76d14253a
|
Update mining pools before loading the disk cache since we may need to wipe that cache
|
2023-03-03 17:29:46 +09:00 |
|
nymkappa
|
ad7d3d97de
|
Wipe nodejs backend cache for any mining pool change
|
2023-03-03 16:58:40 +09:00 |
|
wiz
|
5a8270a12d
|
Merge branch 'master' into nymkappa/use-core-again-because-esplora-is-lol
|
2023-03-03 16:25:12 +09:00 |
|
nymkappa
|
7ea2d3b808
|
Use core to fetch block because esplora/electrs still return integer difficulty
|
2023-03-03 13:59:17 +09:00 |
|
softsimon
|
c404895b1b
|
Merge branch 'master' into nymkappa/bugfix/wipe-cache-reindexing
|
2023-03-03 11:09:31 +09:00 |
|
softsimon
|
13db2626b0
|
Merge pull request #3181 from mempool/nymkappa/run-forensics-last
Run ln forensics last
|
2023-03-02 14:21:25 +09:00 |
|
softsimon
|
b14d6bc850
|
Merge pull request #3190 from mempool/nymkappa/cleanup-get-blocks
Remove useless code
|
2023-03-02 13:55:46 +09:00 |
|
nymkappa
|
be4bd691ee
|
Remove useless code
|
2023-03-02 10:08:40 +09:00 |
|
Mononaut
|
2309a769cd
|
Don't try to fetch cpfp if database disabled
|
2023-03-01 11:36:26 -06:00 |
|
wiz
|
5e484d3eca
|
Merge branch 'master' into nymkappa/unify-blocks-apis
|
2023-03-01 19:20:33 +09:00 |
|
wiz
|
2c55182cf0
|
Merge branch 'master' into nymkappa/ignore-nega-usd-price
|
2023-03-01 19:11:52 +09:00 |
|
nymkappa
|
9043d23a03
|
Ignore negative USD prices
|
2023-03-01 19:11:03 +09:00 |
|
wiz
|
e2ef8721d7
|
Merge branch 'master' into nymkappa/unify-blocks-apis
|
2023-03-01 18:19:45 +09:00 |
|
nymkappa
|
9c5a9f2eba
|
Only run migration 57 if bitcoin
|
2023-03-01 17:33:37 +09:00 |
|
wiz
|
6c271ab6ee
|
Merge branch 'master' into nymkappa/unify-blocks-apis
|
2023-03-01 17:05:57 +09:00 |
|
nymkappa
|
87d678e268
|
Run ln forensics last
|
2023-03-01 16:52:24 +09:00 |
|
nymkappa
|
8aebcf3e57
|
Remove mining db stats - replaced by runtime state variable
|
2023-03-01 16:42:26 +09:00 |
|