Commit Graph

5546 Commits

Author SHA1 Message Date
softsimon
82c271267a
extracting i18n's 2024-07-23 00:28:32 +08:00
softsimon
06affa60cc
Merge pull request #5352 from mempool/simon/replace-crypto-uuid-func
Fix crypto lib call crash with custom function
2024-07-22 22:38:05 +08:00
nymkappa
4ef4e5b98a
[doc] update api key header 2024-07-22 15:17:56 +02:00
softsimon
1f357408ac
fix btc payment waiting reply 2024-07-22 20:13:13 +08:00
natsoni
a7be59df3e
Fix buggy blockchain scroll on resize 2024-07-22 13:36:36 +02:00
orangesurf
82360f5525
Merge branch 'master' into orangesurf/2024-07-19 2024-07-22 17:08:47 +09:00
nymkappa
8762ccaa09
[accelerator] remove attempt to align fiat payment methods 2024-07-21 23:22:11 +02:00
nymkappa
3f7a24fb52
[accelerator] only show apple pay if available 2024-07-21 23:08:08 +02:00
nymkappa
09b09710e4
[accelerator] fix cashapp acceleration on mobile 2024-07-21 23:07:55 +02:00
nymkappa
08d3beed72
[accelerator] on mobile, autoscroll after selection cashapp or applepay 2024-07-21 22:38:49 +02:00
nymkappa
920f225e6c
[accelerator] add support for acceleration with apple pay 2024-07-21 22:17:47 +02:00
softsimon
9c2d010516
rename to insecureRandomUUID 2024-07-21 23:55:28 +08:00
softsimon
743c7e8bfb
Fix crypto lib call crash with custom function 2024-07-21 22:54:58 +08:00
softsimon
8116b50d50
fix spelling error 2024-07-21 20:34:20 +08:00
Mononaut
9aac0ddce7
Fix merge conflict 2024-07-20 12:08:52 +00:00
Mononaut
79eb9635c2
Fix cpfp vsize rounding & goggles bugs 2024-07-20 12:08:52 +00:00
natsoni
8c07e3c31a
Fix recursion loop in search bar 2024-07-19 16:12:54 +02:00
orangesurf
84ba721407
Update webserver line 2024-07-19 11:48:47 +02:00
dependabot[bot]
db220d9dfd
Bump @fortawesome/fontawesome-common-types in /frontend
Bumps [@fortawesome/fontawesome-common-types](https://github.com/FortAwesome/Font-Awesome) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-common-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 02:47:44 +00:00
dependabot[bot]
ebaf5cd304
Bump @fortawesome/free-solid-svg-icons from 6.5.1 to 6.6.0 in /frontend
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 02:47:02 +00:00
dependabot[bot]
41b4b2eddf
Bump @fortawesome/fontawesome-svg-core from 6.5.1 to 6.6.0 in /frontend
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 02:34:33 +00:00
softsimon
9cba7ccf75
retry firstseen on error
fixes #5340
2024-07-14 20:44:34 +09:00
wiz
6177b97bd1
Merge pull request #5337 from mempool/nymkappa/invoice-check-http-code
[btcpay] handle new http code 204 when calling /payments/bitcoin/check
2024-07-14 20:12:23 +09:00
Mononaut
6b955acf9e
[pizza] fix status icon layout w/ accelerator modal 2024-07-14 04:40:27 +00:00
Mononaut
530610add6
[pizza] fix trackerStage clobbered by ETA change 2024-07-14 04:39:46 +00:00
softsimon
a9defb21bb
restore timeline lowercase time 2024-07-14 02:06:34 +09:00
nymkappa
680e9562a0
[btcpay] handle new http code 204 when calling /payments/bitcoin/check api 2024-07-13 21:07:13 +09:00
softsimon
725e9c0d95
restore timeline lowercase time 2024-07-13 19:36:27 +09:00
softsimon
74e59d6ea5
Merge pull request #5333 from mempool/natsoni/timeline-updates
Acceleration timeline refactor
2024-07-13 18:53:39 +09:00
natsoni
9ac45a6cc3
Clear interval on destroy and remove commented code 2024-07-13 18:45:18 +09:00
wiz
94d537daa6
Merge pull request #5330 from mempool/simon/block-preview-miner-tag-design
Block preview new miner tag design
2024-07-13 18:37:45 +09:00
wiz
30bc026c28
Merge pull request #5331 from mempool/mononaut/accelerated-cpfp
show cpfp toggle on pending accelerations
2024-07-13 18:37:23 +09:00
wiz
21942f8ab1
Merge pull request #5334 from mempool/natsoni/click-on-acceleration-graph
Allow to click on bid boost graph to go on block page
2024-07-13 18:36:47 +09:00
natsoni
e73f2cbdc1
Fix btc amount mining dashboard 2024-07-13 18:22:45 +09:00
softsimon
009e18b622
adjust lightning dashboard to be in line with new default dashboard 2024-07-13 18:18:56 +09:00
natsoni
5f20803e21
Allow to click on bid boost graph to go on block page 2024-07-13 18:16:41 +09:00
natsoni
5e8b5e75d8
Fix accelerated fee update logic 2024-07-13 17:31:49 +09:00
Hans ❤️ Crypto
c5ef1011d8
Merge branch 'mempool:master' into html-quickfix 2024-07-13 10:23:28 +02:00
Mononaut
0f526f24cb
show cpfp toggle on pending accelerations 2024-07-13 07:59:59 +00:00
softsimon
4426bb10a9
Block preview new miner tag design 2024-07-13 16:48:03 +09:00
natsoni
18a7859cca
Merge branch 'master' into natsoni/timeline-updates 2024-07-13 16:25:14 +09:00
natsoni
349d491f7d
Refactor timeline but keep times 2024-07-13 16:21:56 +09:00
wiz
7556424f0b
Merge pull request #5328 from mempool/nymkappa/accel-dashboard-update
[accelerator] also show completed_provisional in accel dashboard
2024-07-13 16:03:16 +09:00
wiz
1d827a9724
Merge pull request #5329 from mempool/nymkappa/external-menu-link
[menu] link can be external
2024-07-13 16:01:10 +09:00
softsimon
f019dd67b3
update i18n from transifex 2024-07-13 14:38:27 +09:00
nymkappa
b91774d50c
[menu] link can be external 2024-07-13 00:41:45 +09:00
nymkappa
22a5cd2de2
[accelerator] also show completed_provisional in accel dashboard 2024-07-12 23:45:41 +09:00
softsimon
e5489277c6
i18n fixes 2024-07-12 23:20:18 +09:00
softsimon
6cd8cf660b
Revert "Show accelerated fee rates on timeline" 2024-07-12 19:10:06 +09:00
wiz
1b6fd29c82
Merge pull request #5325 from mempool/mononaut/subnet-route-restrictions
Restrict accelerator routes to mainnet
2024-07-12 18:59:21 +09:00
softsimon
76e3053207
Revert "Add accelerated word to timeline" 2024-07-12 18:58:02 +09:00
Mononaut
985b7577e4
Restrict accelerator routes to mainnet 2024-07-12 09:29:21 +00:00
natsoni
a99f45cd47
Add accelerated word to timeline 2024-07-12 18:00:02 +09:00
softsimon
de1d7839b3
Merge pull request #5321 from mempool/natsoni/fees-on-acc-timeline
Show accelerated fee rates on timeline
2024-07-12 17:24:36 +09:00
natsoni
6aa3e38af2
Fix broken loader in accelerate fee rate line 2024-07-12 17:15:51 +09:00
softsimon
dca7df709b
Merge pull request #5305 from mempool/natsoni/avoid-fetching-full-audit
Avoid fetching full audit on tx page
2024-07-12 17:10:36 +09:00
softsimon
e40e9f7d11
Merge pull request #5319 from mempool/orangesurf/accelerator-api
Update Accelerator API documentation
2024-07-12 17:04:28 +09:00
softsimon
285bb357ba
Merge pull request #5317 from mempool/mononaut/coming-now
[accelerator] remove "coming soon" button state
2024-07-12 16:34:21 +09:00
natsoni
c3b9828d42
Move block audit cache to apiService 2024-07-12 16:00:51 +09:00
softsimon
871e590305
Merge pull request #5322 from mempool/natsoni/fix-accelerations-graph
Fix accelerations graph view more
2024-07-12 15:08:59 +09:00
natsoni
5665c6e6ec
Fix accelerations graph view more 2024-07-12 14:20:05 +09:00
natsoni
06b696f0bb
Show fees rates on acceleration timeline 2024-07-12 01:58:20 +09:00
Mononaut
75ca963bd5
Add 24h and all time views to accelerator dashboard 2024-07-11 16:48:41 +00:00
orangesurf
3a6647eac0
Update Accelerator APIs 2024-07-11 18:12:23 +02:00
Mononaut
9ad6b925c8
[accelerator] remove "coming soon" button state 2024-07-11 12:27:31 +00:00
natsoni
17720b98c1
Avoid briefly displaying wrong accelerated fee rate on tx load 2024-07-11 20:38:38 +09:00
wiz
5bb3e930cc
Merge pull request #5313 from mempool/mononaut/enable-cashapp
[accelerator] enable cashapp
2024-07-11 20:28:43 +09:00
hunicus
4eca8240db
Update accelerator faq mention for public availability 2024-07-11 18:18:13 +09:00
Mononaut
1c135b4c67
[accelerator] enable cashapp 2024-07-11 07:56:15 +00:00
Mononaut
9748aa05cf
Fix broken enterpriseService import 2024-07-11 05:59:29 +00:00
wiz
1a5613bf65
Merge pull request #5311 from mempool/natsoni/accel-tx-fee-update
Update tx acceleration state on confirmation
2024-07-11 14:50:06 +09:00
Mononaut
927eb98072
accelerator goals 2024-07-10 16:18:13 +00:00
natsoni
99ea1ad0a0
Avoid fetching full audit on tx page 2024-07-11 00:23:46 +09:00
softsimon
fed3012449
prevent goggles from becoming small or move with many filters activated 2024-07-10 23:26:34 +09:00
natsoni
bbff50527b
Don't show Accelerated on tx just mined by non-participating pool 2024-07-10 23:23:40 +09:00
natsoni
4470461a98
Add retry logic to acceleration data fetching on tx page 2024-07-10 23:22:57 +09:00
natsoni
645fd98c30
Show actual accelerated fee rate on newly mined tracked tx 2024-07-10 23:21:53 +09:00
softsimon
10de603ee7
use default link color for top up link 2024-07-10 23:16:28 +09:00
softsimon
d02a67766d
Revert "align block arrows & reposition selected block pool tag" 2024-07-10 21:51:04 +09:00
wiz
7721fde7b6
Merge pull request #5306 from mempool/mononaut/selected-block-pool
align block arrows & reposition selected block pool tag
2024-07-10 21:33:02 +09:00
wiz
aa10d1233c
Merge pull request #5304 from mempool/natsoni/fix-miner-tag-loading
Possibly fix miner tag loading on tracked transactions
2024-07-10 21:31:56 +09:00
orangesurf
ba79821aac
20240710 Update ToS and PP (#5307) 2024-07-10 21:29:02 +09:00
Mononaut
e054e1d5a3
align block arrows & reposition selected block pool tag 2024-07-10 08:15:29 +00:00
softsimon
565910f9f9
Merge pull request #5303 from mempool/mononaut/oob-8dp
always show out-of-band block fees to 8 decimal places
2024-07-10 13:24:53 +09:00
natsoni
2915be8fd6
Possibly fix miner tag loading on tracked transactions 2024-07-10 12:55:34 +09:00
Mononaut
ff25b8ff1e
always show out-of-band block fees to 8 decimal places 2024-07-10 03:51:51 +00:00
softsimon
2d03ab6346
make arrow position more consistent
fixes #5180
2024-07-10 12:49:16 +09:00
softsimon
986d71d47f
Smaller block arrow 2024-07-10 01:44:15 +09:00
wiz
79f4720516
Merge pull request #5299 from mempool/mononaut/services-api-config
services api endpoint config
2024-07-09 23:51:53 +09:00
wiz
6135b1db10
Merge pull request #5300 from mempool/simon/pool-search-icons
Icons to pool search
2024-07-09 23:51:05 +09:00
wiz
4269077d4b
Merge pull request #5301 from mempool/natsoni/hide-standard-eta-timeline
Remove standard ETA from timeline
2024-07-09 23:50:47 +09:00
natsoni
da0df70ad2
Acc timeline: More similar color logic with RBF 2024-07-09 22:14:40 +09:00
softsimon
6253d3716d
Icons to pool search 2024-07-09 21:52:19 +09:00
Mononaut
614432426a
call services api directly, make endpoint configurable 2024-07-09 12:23:52 +00:00
natsoni
b38bf0f7b6
Hide standard ETA data until proper ETA calculation gets implemented 2024-07-09 20:50:47 +09:00
svrgnty
503de93094 add seconds to address and transaction views 2024-07-09 13:10:48 +02:00
natsoni
58f3169712
Faster, synced chevron animation 2024-07-09 18:48:58 +09:00
natsoni
53da6549e2
Remove unused CSS 2024-07-09 18:48:33 +09:00
Mononaut
9416fd25f4
[accelerator] tidy up chevron animation 2024-07-09 08:58:03 +00:00
Mononaut
adde1a86e4
[accelerator] fast track chevrons animation 2024-07-09 08:57:09 +00:00