nymkappa
|
1d71685365
|
Remove mining db stats - replaced by runtime state variable
|
2023-03-01 16:42:26 +09:00 |
|
Felipe Knorr Kuhn
|
d19a286cdd
|
Merge branch 'master' into run_tests_on_merge
|
2023-02-28 21:45:24 -08:00 |
|
softsimon
|
0eafd75650
|
Merge pull request #3116 from mempool/nymkappa/feature/align-dashboards
Align dashboards
|
2023-03-01 09:34:21 +04:00 |
|
softsimon
|
8caa8692c5
|
Merge pull request #3179 from mempool/mononaut/center-scroll
Center-align blockchain when resetting scroll position
|
2023-03-01 09:16:57 +04:00 |
|
softsimon
|
ffda51a8a8
|
Merge pull request #3178 from mempool/mononaut/clear-block-cache
Reset scrolling blockchain cache when network changes
|
2023-03-01 09:12:37 +04:00 |
|
nymkappa
|
c66607a04f
|
Fix chain divergence detection upon new block (use the new interface)
|
2023-03-01 13:50:15 +09:00 |
|
Felipe Knorr Kuhn
|
bb5a70a06d
|
Merge branch 'master' into run_tests_on_merge
|
2023-02-28 20:09:30 -08:00 |
|
Mononaut
|
7ac0a26ef1
|
Center-align blockchain after resetting scroll
|
2023-02-28 21:36:16 -06:00 |
|
Mononaut
|
25ce78adad
|
Reset scrolling blockchain cache when network changes
|
2023-02-28 21:30:20 -06:00 |
|
softsimon
|
1561e26045
|
Merge branch 'master' into nymkappa/feature/align-dashboards
|
2023-03-01 06:31:25 +04:00 |
|
softsimon
|
9332522b64
|
Merge pull request #3040 from mempool/nymkappa/bugfix/ignore-too-low-lightning-timestamps
[LND] Nullify zeroed timestamps
|
2023-03-01 06:26:49 +04:00 |
|
softsimon
|
38375662f8
|
Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps
|
2023-03-01 06:20:56 +04:00 |
|
softsimon
|
b636cc642b
|
Merge pull request #3044 from mempool/nymkappa/bugfix/node-sockets-lnd
Fix node socket parsing with LND
|
2023-03-01 06:14:13 +04:00 |
|
softsimon
|
d3dde54339
|
Merge branch 'master' into nymkappa/bugfix/node-sockets-lnd
|
2023-03-01 06:08:44 +04:00 |
|
nymkappa
|
c2dff72387
|
Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps
|
2023-03-01 11:08:43 +09:00 |
|
hunicus
|
05644fb61d
|
Remove special availability note mechanism
|
2023-02-28 05:02:17 -05:00 |
|
hunicus
|
527ec46cc6
|
Correct number of blocks returned for bulk-blocks
|
2023-02-28 05:02:10 -05:00 |
|
hunicus
|
98c0ca2a60
|
Add example responses for blocks-bulk
|
2023-02-28 05:02:01 -05:00 |
|
hunicus
|
75e5c2df0a
|
Add note for special availability
Indicating that api endpoint is only available for
enterprise sponsors.
|
2023-02-28 05:01:53 -05:00 |
|
hunicus
|
b87565693b
|
Add skeleton for blocks-bulk endpoint
|
2023-02-28 05:01:43 -05:00 |
|
hunicus
|
873432bc32
|
Link api rate limit note to /enterprise
|
2023-02-28 04:54:31 -05:00 |
|
hunicus
|
88572cd14e
|
Specify networks in lightning network graph labels
|
2023-02-28 00:20:30 -05:00 |
|
wiz
|
09fd5c0a48
|
Merge pull request #3171 from mempool/nymkappa/relative-path
Use relative path to import price service
|
2023-02-28 11:06:06 +09:00 |
|
nymkappa
|
19ff5f15ee
|
Use relative path to import price service
|
2023-02-28 10:59:39 +09:00 |
|
softsimon
|
b1e63ffc38
|
Merge pull request #3170 from mempool/simon/transifex-pull-2-27-02
Transifex pull (2)
|
2023-02-27 23:09:31 +04:00 |
|
softsimon
|
75ab2140fe
|
Transifex pull (2)
|
2023-02-27 23:09:11 +04:00 |
|
nymkappa
|
393a89918f
|
Wipe the disk cache since we have a new block structure
|
2023-02-27 19:06:46 +09:00 |
|
nymkappa
|
91de5f4a9b
|
Add missing match rate to the block returned from the database
|
2023-02-27 18:39:02 +09:00 |
|
nymkappa
|
8b947a6c67
|
Enforce BlockExtended use for block indexing - Unify /api/v1/block(s) API(s) response format
|
2023-02-27 18:00:00 +09:00 |
|
nymkappa
|
a68deda4fe
|
Use bitcoinApiFactory when we don't need verbose blocks or confirmation number
|
2023-02-27 11:46:37 +09:00 |
|
wiz
|
204ad9ec41
|
Merge pull request #3158 from mempool/nymkappa/bugfix/truncate-coinbase
Truncate `coinbase_signature` and `coinbase_signature_ascii` before insertion if needed
|
2023-02-27 10:09:21 +09:00 |
|
Felipe Knorr Kuhn
|
cd3ea84632
|
Reorder triggers
|
2023-02-26 09:16:33 -08:00 |
|
Felipe Knorr Kuhn
|
521738249d
|
Run Cypress tests on master after merging
|
2023-02-26 08:23:44 -08:00 |
|
softsimon
|
f8b311a002
|
Merge pull request #3130 from mempool/nymkappa/bugfix/lightning-channel-404
Improve error handling on channel component
|
2023-02-26 15:02:27 +04:00 |
|
nymkappa
|
08a91828a3
|
Truncate coinbase data if it's too long
|
2023-02-26 18:24:08 +09:00 |
|
softsimon
|
e74def3bf0
|
Merge pull request #3102 from mempool/mononaut/block-health-calculation
Ignore coinbase transaction in block health calculation
|
2023-02-26 13:08:31 +04:00 |
|
wiz
|
63ca463f09
|
Merge branch 'master' into mononaut/block-health-calculation
|
2023-02-26 17:39:50 +09:00 |
|
wiz
|
ab8699de45
|
Merge pull request #3150 from mempool/ops/update-warm-cache-new-pool-slugs
ops: Update nginx-cache-warmer for new pool slugs API
|
2023-02-26 16:20:51 +09:00 |
|
wiz
|
6541dca030
|
Merge pull request #3154 from mempool/nymkappa/feature/new-reindex-command
Replace `--reindex=xxx,xxx` command line with `--reindex-blocks`
|
2023-02-26 15:55:49 +09:00 |
|
wiz
|
a62dcc7b36
|
Merge pull request #3153 from mempool/simon/enable-advanced-gbt-mempool-production-config
Enable GBT mempool in all production configs
|
2023-02-26 15:54:54 +09:00 |
|
wiz
|
ed43cd8aa9
|
Merge pull request #3149 from mempool/nymkappa/bugfix/update-missing-pools-config
Update missing "pools.json" -> "pools-v2.json"
|
2023-02-26 15:54:35 +09:00 |
|
wiz
|
173ebcc62b
|
Merge pull request #3155 from mempool/nymkappa/bugfix/fix-wrong-config-sample
AUTOMATIC_BLOCK_REINDEXING is `false` by default
|
2023-02-26 15:43:53 +09:00 |
|
nymkappa
|
d73c4ed968
|
AUTOMATIC_BLOCK_REINDEXING is false by default
|
2023-02-26 15:41:55 +09:00 |
|
nymkappa
|
ca517497fa
|
Replace --reindex=xxx,xxx command line with --reindex-blocks
|
2023-02-26 15:28:50 +09:00 |
|
softsimon
|
436348fb12
|
Enable GBT mempool in all production configs
|
2023-02-26 10:13:25 +04:00 |
|
softsimon
|
dfcc2f0494
|
Merge pull request #3152 from mempool/simon/transifex-pull-26-02
Transifex pull 26/2
|
2023-02-26 09:46:38 +04:00 |
|
softsimon
|
0e94d83a26
|
Transifex pull 26/2
|
2023-02-26 09:46:21 +04:00 |
|
wiz
|
d69798422d
|
Merge pull request #3077 from mempool/nymkappa/feature/fix-mining-pool-auto-update
Log warning when pools are out of date
|
2023-02-26 14:29:49 +09:00 |
|
nymkappa
|
cb0febabbb
|
Document --update-pools - Added some logs
|
2023-02-26 14:19:10 +09:00 |
|
wiz
|
eb1de3a55c
|
Merge pull request #3151 from knorrium/remove_node19_from_ci
Remove node 19 from the CI test matrix
|
2023-02-26 14:13:39 +09:00 |
|