Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2294ca7
refactor: remove ScreenComponent any casts for DetectedTokensFlow and…
asalsys Mar 31, 2026
f0a3dae
fix: cancel/speed-up modal initial gas readiness (#27905)
vinistevam Mar 31, 2026
7015518
chore: display OTA push platform in summary (#28059)
weitingsun Mar 31, 2026
9c99e8d
feat(predict): add UCL soccer support with 3-way draw markets (#28121)
matallui Mar 31, 2026
3cf1e32
chore: New Crowdin translations by Github Action cp-7.72.0 (#27933)
metamaskbot Mar 31, 2026
533c6ba
fix(predict): persist activeBuyOrder state and fix multiple Predict b…
caieu Mar 31, 2026
14760cd
refactor: remove ScreenComponent any cast from staking routes (#28108)
asalsys Mar 31, 2026
bbdda3c
feat: auto-switch provider when token is unsupported for system-guess…
georgeweiler Mar 31, 2026
2aaf7f3
chore: UI update market insights entry card (#28169)
zone-live Mar 31, 2026
3512f9b
refactor: remove ScreenComponent any cast from Bridge routes (#28113)
asalsys Mar 31, 2026
f1725b6
chore: TapAndPay sdk base64 issue (#28205)
Brunonascdev Mar 31, 2026
f066e87
refactor: remove ScreenComponent any cast from Perps routes (#28116)
asalsys Mar 31, 2026
9bca15f
ci: replace temp workflows with updated originals for ephemeral build…
tommasini Mar 31, 2026
2d85d04
fix(homepage): predictions privacy mode for positions and claim (TMCU…
wachunei Mar 31, 2026
b675b80
fix(analytics): correct is_empty for Homepage Viewed segment events a…
vinnyhoward Mar 31, 2026
df036a4
feat(predict): add support for 36 soccer leagues (#28213)
matallui Mar 31, 2026
82c66c9
refactor: remove ScreenComponent any casts for Multichain navigators …
asalsys Mar 31, 2026
1db5526
ci(ios): reject previous TestFlight build waiting for review (#28219)
tommasini Mar 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ jobs:
exit 0
fi
mkdir -p ~/.ssh
echo "$TAP_AND_PAY_SDK_SSH_KEY" | base64 -d > ~/.ssh/tap_and_pay_key
echo "$TAP_AND_PAY_SDK_SSH_KEY" | base64 -d | tr -d '\r' > ~/.ssh/tap_and_pay_key
echo "" >> ~/.ssh/tap_and_pay_key
chmod 600 ~/.ssh/tap_and_pay_key
trap 'rm -f ~/.ssh/tap_and_pay_key' EXIT
ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null
Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/nightly-build-temp.yml

This file was deleted.

Loading
Loading