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

Release 2.26.1 [Fix Enkrypt module build] #2224

Merged
merged 22 commits into from
Jun 5, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e0b20ed
Coinbase module bump to sdk v4 and support smart wallet creation
Adamj1232 May 23, 2024
c26445e
working through CD switch chain issues
Adamj1232 May 24, 2024
b38c871
CB wallet working as expected
Adamj1232 May 24, 2024
4430ac5
Refine coinbase smartwallet implementation
Adamj1232 May 28, 2024
5690fcc
Clarify smart wallet within docs
Adamj1232 May 28, 2024
efabd3b
Update handler of chainId within eth_chainId
Adamj1232 May 30, 2024
131bc1b
Merge in develop
Adamj1232 May 30, 2024
bfc5f5c
remove chainId patch in CB provider
Adamj1232 May 31, 2024
ed00198
Revert version bump
Adamj1232 May 31, 2024
1b409a8
Merge pull request #2213 from blocknative/release/2.26.0
Adamj1232 May 31, 2024
e7c2571
Yarn docs
Adamj1232 May 31, 2024
4f21411
Merge pull request #2215 from blocknative/release/2.26.0
Adamj1232 May 31, 2024
bc2a0ff
Merge in latest develop changes
Adamj1232 Jun 3, 2024
5b2b95f
Merge pull request #2204 from blocknative/enh/cb_4.0_upgrade
Adamj1232 Jun 4, 2024
07b5aab
FIX - Coinbase SDK build - Updates to fix build (#2219)
Adamj1232 Jun 4, 2024
3f787a0
Bump main version for release
Adamj1232 Jun 5, 2024
6b74394
Merge branch 'main' into release/2.26.1
Adamj1232 Jun 5, 2024
1f81301
Merge branch 'docs' into release/2.26.1
Adamj1232 Jun 5, 2024
b443341
Update versions to all be on the same common version
Adamj1232 Jun 5, 2024
849aed6
Update deps for enkrypt
Adamj1232 Jun 5, 2024
2196544
Update deps for enkrypt
Adamj1232 Jun 5, 2024
471ff7f
Fix enkrypt version
Adamj1232 Jun 5, 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
3 changes: 2 additions & 1 deletion packages/enkrypt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"@types/node": "^17.0.21",
"ts-node": "^10.2.1",
"typescript": "^5.4.5",
"window": "^4.2.7"
"window": "^4.2.7",
"@ethersproject/providers": "^5.5.0"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
Expand Down
Loading