-
Notifications
You must be signed in to change notification settings - Fork 737
Comparing changes
Open a pull request
base repository: WalletConnect/walletconnect-monorepo
base: 2.11.3
head repository: WalletConnect/walletconnect-monorepo
compare: 2.12.0
Commits on Dec 14, 2023
-
feat: WIP: authenticated sessions draft
Gancho Radkov committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for bfbc9d5 - Browse repository at this point
Copy the full SHA bfbc9d5View commit details -
Gancho Radkov committed
Dec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 66f832d - Browse repository at this point
Copy the full SHA 66f832dView commit details
Commits on Dec 15, 2023
-
Gancho Radkov committed
Dec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for c1535f9 - Browse repository at this point
Copy the full SHA c1535f9View commit details -
feat: wip: reject multi namespace requests
Gancho Radkov committedDec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 3c8398f - Browse repository at this point
Copy the full SHA 3c8398fView commit details
Commits on Dec 21, 2023
-
feat: adds signed cacaos to session struct
Gancho Radkov committedDec 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 95bf4ce - Browse repository at this point
Copy the full SHA 95bf4ceView commit details
Commits on Jan 31, 2024
-
Merge branch 'v2.0' into feat/auth
# Conflicts: # packages/sign-client/src/controllers/engine.ts # packages/types/src/sign-client/engine.ts # packages/utils/src/uri.ts
Gancho Radkov committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 66f7bf3 - Browse repository at this point
Copy the full SHA 66f7bf3View commit details -
feat: sorts recap methods alphabetically, increases default expiry to…
… 15m & general cleanup
Gancho Radkov committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 1461fea - Browse repository at this point
Copy the full SHA 1461feaView commit details -
feat: adds expiryTimestamp & fixes types
Gancho Radkov committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 992ef2d - Browse repository at this point
Copy the full SHA 992ef2dView commit details -
refactor: sets URI method in pairing instead of sign client
Gancho Radkov committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 716a8ad - Browse repository at this point
Copy the full SHA 716a8adView commit details -
chore: removes unused dev package
Gancho Radkov committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for d6f0162 - Browse repository at this point
Copy the full SHA d6f0162View commit details -
refactor: renames method to methdos
Gancho Radkov committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for d3eddf5 - Browse repository at this point
Copy the full SHA d3eddf5View commit details
Commits on Feb 16, 2024
-
Merge branch 'v2.0' into feat/auth
# Conflicts: # package-lock.json # packages/sign-client/src/constants/client.ts # packages/types/src/sign-client/client.ts
Gancho Radkov committedFeb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f9e5c6c - Browse repository at this point
Copy the full SHA f9e5c6cView commit details
Commits on Feb 20, 2024
-
feat: updates wallet authentication to latest spec
Gancho Radkov committedFeb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 09985df - Browse repository at this point
Copy the full SHA 09985dfView commit details -
Gancho Radkov committed
Feb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ef7c22 - Browse repository at this point
Copy the full SHA 1ef7c22View commit details
Commits on Feb 21, 2024
-
chore: always include resources in siwe message
Gancho Radkov committedFeb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 9a28460 - Browse repository at this point
Copy the full SHA 9a28460View commit details -
Gancho Radkov committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for ade85c1 - Browse repository at this point
Copy the full SHA ade85c1View commit details -
Gancho Radkov committed
Feb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 68977c0 - Browse repository at this point
Copy the full SHA 68977c0View commit details -
refactor: updates auth type to cacao array
Gancho Radkov committedFeb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 4650bb9 - Browse repository at this point
Copy the full SHA 4650bb9View commit details
Commits on Feb 22, 2024
-
Merge branch 'v2.0' into feat/auth
Gancho Radkov committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 800d04e - Browse repository at this point
Copy the full SHA 800d04eView commit details -
fix: adds resources to siwe message only if resources array exist
Gancho Radkov committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for a56ad13 - Browse repository at this point
Copy the full SHA a56ad13View commit details -
feat: adds caip1271 signature validation
Gancho Radkov committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c0d750 - Browse repository at this point
Copy the full SHA 1c0d750View commit details
Commits on Feb 23, 2024
-
fix: doesn't append new line after
Resources:
if array is emptyGancho Radkov committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 61a9117 - Browse repository at this point
Copy the full SHA 61a9117View commit details -
Merge branch 'v2.0' into feat/auth
# Conflicts: # package-lock.json
Gancho Radkov committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 67ffc0d - Browse repository at this point
Copy the full SHA 67ffc0dView commit details -
fix: adds params for eip1271 sig validation
Gancho Radkov committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b80e305 - Browse repository at this point
Copy the full SHA b80e305View commit details -
Gancho Radkov committed
Feb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for a2d1519 - Browse repository at this point
Copy the full SHA a2d1519View commit details
Commits on Feb 28, 2024
-
feat: adds param to createRecap util
Gancho Radkov committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 62d35f1 - Browse repository at this point
Copy the full SHA 62d35f1View commit details -
Merge branch 'v2.0' into feat/auth
# Conflicts: # packages/sign-client/src/constants/engine.ts # packages/sign-client/src/controllers/engine.ts
Gancho Radkov committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5ff5cd3 - Browse repository at this point
Copy the full SHA 5ff5cd3View commit details -
fix: uses only required props by spec
Gancho Radkov committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for ddea467 - Browse repository at this point
Copy the full SHA ddea467View commit details -
refactor: renames
sessionAuthenticate
toauthenticate
Gancho Radkov committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for d249858 - Browse repository at this point
Copy the full SHA d249858View commit details -
feat: reject when auth signature validation fails
Gancho Radkov committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 6a3d303 - Browse repository at this point
Copy the full SHA 6a3d303View commit details -
Gancho Radkov committed
Feb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 696046b - Browse repository at this point
Copy the full SHA 696046bView commit details -
refactor: renames client api
aud
param touri
Gancho Radkov committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for b420bbe - Browse repository at this point
Copy the full SHA b420bbeView commit details
Commits on Mar 1, 2024
-
feat: implements authenticate in providers
Gancho Radkov committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 912829f - Browse repository at this point
Copy the full SHA 912829fView commit details
Commits on Mar 6, 2024
-
Merge branch 'v2.0' into feat/auth
Gancho Radkov committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for adceac1 - Browse repository at this point
Copy the full SHA adceac1View commit details -
refactor: optimizes namespace extraction
Gancho Radkov committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for db2117c - Browse repository at this point
Copy the full SHA db2117cView commit details -
Gancho Radkov committed
Mar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for e1b129e - Browse repository at this point
Copy the full SHA e1b129eView commit details
Commits on Mar 7, 2024
-
Gancho Radkov committed
Mar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d9a9c2 - Browse repository at this point
Copy the full SHA 0d9a9c2View commit details
Commits on Mar 11, 2024
-
Gancho Radkov committed
Mar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 89f2b57 - Browse repository at this point
Copy the full SHA 89f2b57View commit details
Commits on Mar 13, 2024
-
feat: adds tests for single signature response
Gancho Radkov committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 473f502 - Browse repository at this point
Copy the full SHA 473f502View commit details -
feat: adds multi sig response tests
Gancho Radkov committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 03d00f8 - Browse repository at this point
Copy the full SHA 03d00f8View commit details -
Gancho Radkov committed
Mar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for deaab5e - Browse repository at this point
Copy the full SHA deaab5eView commit details -
feat: adds events to fallback request
Gancho Radkov committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 0568350 - Browse repository at this point
Copy the full SHA 0568350View commit details -
Signed-off-by: kaifulee <cuishuang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 80c6bb4 - Browse repository at this point
Copy the full SHA 80c6bb4View commit details -
feat: adds personal sign to siwe
Gancho Radkov committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b8bd34 - Browse repository at this point
Copy the full SHA 8b8bd34View commit details
Commits on Mar 14, 2024
-
refactor: adds pairing methods in pairing api
Gancho Radkov committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for bc6c360 - Browse repository at this point
Copy the full SHA bc6c360View commit details -
Gancho Radkov committed
Mar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 6fa76f0 - Browse repository at this point
Copy the full SHA 6fa76f0View commit details -
refactor: updates approveSessionAuthenticate
Gancho Radkov committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for dc81cb5 - Browse repository at this point
Copy the full SHA dc81cb5View commit details -
Gancho Radkov committed
Mar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 153b716 - Browse repository at this point
Copy the full SHA 153b716View commit details -
Gancho Radkov committed
Mar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 859b619 - Browse repository at this point
Copy the full SHA 859b619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d4627 - Browse repository at this point
Copy the full SHA 78d4627View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.11.3...2.12.0