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 |
|