Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MetaMask CCI node version to 18.18.1 #2105

Merged
merged 37 commits into from
Mar 22, 2024
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b8463b2
Merge pull request #2030 from blocknative/release/2.24.18
Adamj1232 Dec 19, 2023
ea121ac
Merge pull request #2032 from blocknative/release/2.24.18
Adamj1232 Dec 19, 2023
360b2c8
Remove gamestop wallet support as wallet has been deprecated (#2037)
Adamj1232 Jan 3, 2024
e48b4d7
Update WC imports, bump WC package version, bump WC dep version (#2036)
Adamj1232 Jan 3, 2024
844616b
Fix the Safe connector options and add Blockscout to the list of allo…
maxaleks Jan 10, 2024
3f391ce
Release 2.24.19 (develop) (#2042)
Adamj1232 Jan 11, 2024
c87eb21
Release 2.24.19 (docs) (#2044)
Adamj1232 Jan 11, 2024
9c874ee
load ledger connect kit via package instead of loader (#2061)
Wozacosta Feb 2, 2024
e71f3ee
Bump ledger module node version for build to 16.14.2 (#2062)
Adamj1232 Feb 2, 2024
424a338
Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 …
Adamj1232 Feb 2, 2024
df16fc4
Add Lif3 Wallet Support (#2058)
keanlaurens Feb 5, 2024
2e51cfe
Adds Particle Network (Wallet-as-a-Service) (#1962)
TABASCOatw Feb 20, 2024
5342079
add particle to config.yml, reorder docs tabs, add particle to docs o…
leightkt Feb 20, 2024
5b52b93
Add capsule to docs wallet options (#2070)
Adamj1232 Feb 21, 2024
ca2b510
Fix the connect modal getting covered by the bottom bar (#2057)
mhughdo Mar 4, 2024
3a128a4
feat: rabby support mobile (#2079)
dmy147 Mar 11, 2024
4c3ddd1
FEAT - Add 6963 support to injected wallets module (#2076)
Adamj1232 Mar 11, 2024
93269d7
feat: update blocto version (#2082)
sanyu1225 Mar 11, 2024
8a5dbc8
fix: use css vars for font size (wallet button) (#2072)
ryanpwaldon Mar 12, 2024
3234d99
Update: WalletConnet deps to latest (#2083)
Adamj1232 Mar 14, 2024
c696edd
Fix the demo (#2086)
Adamj1232 Mar 14, 2024
e0d63e7
Update coinbase wallet dependencies, add new init props to contructor…
Adamj1232 Mar 19, 2024
7045b26
Bump packages that require common, fix inter url (#2092)
Adamj1232 Mar 20, 2024
4cb2bb8
Update Trezor & Keepkey build node v to 18 (#2098)
Adamj1232 Mar 20, 2024
1c019b5
[FIX] - Keepkey build Node version to 16.20.2 (#2099)
Adamj1232 Mar 20, 2024
66459ea
Bump MetaMask module sdk deps (#2087)
Adamj1232 Mar 20, 2024
b1485df
Update node version for metamask within CCI to 18.19.1 (#2100)
Adamj1232 Mar 20, 2024
9dd3a56
Bump versions for release and Remove console.log
Adamj1232 Mar 20, 2024
43c4403
Bump versions for release and Remove console.log
Adamj1232 Mar 20, 2024
74d9259
Merge in main
Adamj1232 Mar 20, 2024
fde1277
Merge in docs and handle conflicts
Adamj1232 Mar 20, 2024
18ce15e
node engine
Adamj1232 Mar 20, 2024
4e2ad08
node engine
Adamj1232 Mar 20, 2024
2be8afa
Change node verison for MM and trezor
Adamj1232 Mar 21, 2024
630ad07
Merge in main
Adamj1232 Mar 21, 2024
a9acfd9
Merge branch 'main' into release/2.25.0
Adamj1232 Mar 22, 2024
4f41b52
Decrement node version for metamask module
Adamj1232 Mar 22, 2024
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
- node-build-steps
build-metamask:
docker:
- image: cimg/node:18.19.0
- image: cimg/node:18.18.1
working_directory: ~/web3-onboard-monorepo/packages/metamask
steps:
- node-build-steps
Expand Down Expand Up @@ -711,7 +711,7 @@ jobs:
- node-staging-build-steps
build-staging-metamask:
docker:
- image: cimg/node:18.19.0
- image: cimg/node:18.18.1
working_directory: ~/web3-onboard-monorepo/packages/metamask
steps:
- node-staging-build-steps
Expand Down
Loading