Felipe Knorr Kuhn
431c8c35b9
Merge branch 'master' into simon/block-tip-hash-api
2022-06-28 06:44:41 -07:00
Felipe Knorr Kuhn
57c30da40f
Merge branch 'master' into rtlFixes3
2022-06-28 06:43:51 -07:00
Felipe Knorr Kuhn
9ae2cb79c6
Merge branch 'master' into nymkappa/bugfix/show-all-timespan
2022-06-28 06:19:00 -07:00
Felipe Knorr Kuhn
1b2fbfd506
Merge branch 'master' into nymkappa/bugfix/umbrel-electrs-504
2022-06-28 06:18:34 -07:00
Felipe Knorr Kuhn
db73b0f671
Merge branch 'master' into doc-tab-animation
2022-06-28 06:17:34 -07:00
Felipe Knorr Kuhn
044e786379
Merge branch 'master' into feerate-tooltip-usually
2022-06-28 06:17:12 -07:00
wiz
7262f61ca0
Merge pull request #1945 from mempool/nymkappa/bugfix/doc-component-crash
2022-06-28 22:15:40 +09:00
Felipe Knorr Kuhn
19ae01defb
Various typing and build fixes to enable CI
2022-06-27 21:28:21 -07:00
hunicus
1c40a22416
Add 'usually' to feerate tooltips
2022-06-27 00:30:27 -04:00
TechMiX
ceb0050ea9
fix block hash on block page in rtl layout
2022-06-27 03:17:40 +04:30
nymkappa
b97ea010cb
Fix js crash when loading faq - fix crash when switching tabs with active fragment
2022-06-27 00:15:11 +02:00
wiz
aad94a1af3
Merge branch 'master' into simon/block-tip-hash-api
2022-06-27 00:32:14 +09:00
wiz
c738816cb6
Merge pull request #1922 from mononaut/bugfix/visualization-colors
...
Fix block visualization color for txs with 0 < feerate < 1 sat/vb
2022-06-27 00:31:29 +09:00
wiz
f5f53c93f7
Merge branch 'master' into bugfix/visualization-colors
2022-06-27 00:08:12 +09:00
wiz
07415d3871
Merge pull request #1929 from mempool/nymkappa/bugfix/minimum-effective-fee-is-zero
...
Minimum transaction fee is 0
2022-06-27 00:07:52 +09:00
nymkappa
1d2841b2a6
Handle electrs error 504
2022-06-26 10:50:42 +02:00
nymkappa
4ea2a8244a
Remove the condition to show All
timespan on mining charts
2022-06-26 10:27:07 +02:00
TechMiX
ab0c55b0fa
fix various RTL layout issues
2022-06-26 02:20:36 +04:30
nymkappa
d6f594b95a
Don't run the indexer unless Bitcoin Core is fully synced
2022-06-25 19:18:32 +02:00
nymkappa
a8de738e9b
Fixes the minium tx fee bug introduced in ecbd18087b
2022-06-25 19:06:26 +02:00
Mononaut
61c309cd1d
Fix block visualization color for <1 sat/vb txs
2022-06-25 15:15:52 +00:00
hunicus
5b9d6a31e5
Remove fade animation when switching docs tabs
2022-06-25 10:13:18 -04:00
Felipe Knorr Kuhn
8fa0539b5a
Update test triggers
2022-06-24 21:56:08 -07:00
Felipe Knorr Kuhn
7262485f3b
Skip tests when the ops labeled is used
2022-06-24 21:51:13 -07:00
wiz
24300eeac5
Merge pull request #1920 from hunicus/fix-docker-typo
...
Fix typo in docker docs
2022-06-25 02:58:33 +09:00
hunicus
2be6c19ba2
Fix typo in docker docs
2022-06-24 13:55:26 -04:00
wiz
001bd1d442
Merge pull request #1918 from mempool/wiz/add-mononaut-repo-to-build-script
...
[ops] Add mononaut's fork repo to list of trusted repos
2022-06-24 18:03:46 +09:00
wiz
f30d26b83c
[ops] Add mononaut's fork repo to list of trusted repos
2022-06-24 17:59:08 +09:00
wiz
198c52fd5f
Merge pull request #1917 from mempool/wiz/fix-prod-nginx-perma-cache-patterns
...
[ops] Fix prod nginx perma-cache URL patterns
2022-06-24 17:57:33 +09:00
wiz
c5e0b0fc74
[ops] Fix prod nginx perma-cache URL patterns
...
Currently we perma-cache everything matching /api/block, but this
is bad because it also matches /api/block-height and /api/blocks/
API endpoints, which shouldn't be perma-cached. Add a trailing slash
to prevent those from getting matched.
2022-06-24 17:52:34 +09:00
wiz
ecefddf2c3
Merge pull request #1911 from mempool/nymkappa/bugfix/double-api-call-charts
...
Fix double http query when switching timespan for the first time
2022-06-24 00:26:06 +09:00
wiz
4c8eaac144
Merge branch 'master' into nymkappa/bugfix/double-api-call-charts
2022-06-23 23:53:46 +09:00
wiz
9991d43b3b
Merge pull request #1912 from mempool/nymkappa/bugfix/dont-preload-genesis
...
Don't preload /block APIs for genesis block
2022-06-23 23:52:11 +09:00
wiz
98b9f007c6
Merge branch 'master' into nymkappa/bugfix/dont-preload-genesis
2022-06-23 23:43:29 +09:00
nymkappa
53812c3751
Don't preload /block APIs for genesis block
2022-06-23 16:29:25 +02:00
wiz
3e01207026
Merge pull request #1850 from mempool/nymkappa/feature/price-index
...
Compute our own price index and save into database every 1 hour
2022-06-23 23:11:17 +09:00
nymkappa
68f72e3074
Implement our own price indexer with historical data
2022-06-23 15:42:42 +02:00
nymkappa
03ade97c0e
Fix double http query when switching timespan for the first time
2022-06-23 15:30:42 +02:00
wiz
411e9c2e89
Merge branch 'master' into simon/block-tip-hash-api
2022-06-23 20:50:01 +09:00
wiz
93dab57959
Merge pull request #1895 from mempool/nymkappa/feature/hashrate-moving-average
...
Add moving average to the hashrate & difficulty chart
2022-06-23 20:38:30 +09:00
wiz
625dba943b
Merge branch 'master' into nymkappa/feature/hashrate-moving-average
2022-06-23 19:20:31 +09:00
wiz
b272d1e27e
Merge pull request #1908 from mempool/simon/batch-outspends
...
Batch outspends requests
2022-06-23 19:20:22 +09:00
softsimon
960513c370
Fix for outspends when using esplora
2022-06-23 11:55:56 +02:00
wiz
61afa92d05
Merge branch 'master' into simon/batch-outspends
2022-06-23 18:25:15 +09:00
wiz
fa0373c181
Merge pull request #1905 from mempool/nymkappa/feature/preload-prev-block-summary
...
Preload the previous block summary
2022-06-23 18:25:00 +09:00
wiz
5373078a30
Merge branch 'master' into nymkappa/feature/preload-prev-block-summary
2022-06-23 18:14:48 +09:00
wiz
17f0222e47
Merge pull request #1907 from mononaut/disable-mined-block-transitions
...
Disable mined block animations
2022-06-23 18:13:56 +09:00
softsimon
1479039fb5
Batch outspends requests
...
fixes #1902
2022-06-22 23:42:20 +02:00
nymkappa
da28e7b80e
Preload the previous block - Disable 300 ms on block page
2022-06-22 23:17:49 +02:00
Mononaut
f2780e65cd
Disable mined block animations
2022-06-22 19:10:31 +00:00