Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
189e591
Regenerate pnpm-lock.yaml to fix duplicate mapping keys
a-d-i-t-y-a-s Mar 10, 2025
6829c0f
renamed files
a-d-i-t-y-a-s Feb 26, 2025
6422fd7
reownsdk integration
a-d-i-t-y-a-s Feb 28, 2025
8c92c71
started to integrate ReownSdkClient into WalletConnectSolanaConnector…
a-d-i-t-y-a-s Feb 28, 2025
8bbdfa0
updates some imports to ensure index.ts runs
a-d-i-t-y-a-s Feb 28, 2025
9aa44ed
starting to build test files
a-d-i-t-y-a-s Feb 28, 2025
39871ca
rewrote the test files and achieved a level of functionality.
a-d-i-t-y-a-s Feb 28, 2025
4c41cf4
fix(walletconnect-solana): changed imports and removed unused packages
a-d-i-t-y-a-s Mar 3, 2025
dcb1812
added provider test cases
a-d-i-t-y-a-s Mar 3, 2025
7a7ea35
working on findProviders
a-d-i-t-y-a-s Mar 3, 2025
e6394fc
fix(walletconnect-solana): fixed ReownProvider to properly cast provi…
a-d-i-t-y-a-s Mar 5, 2025
4570ca6
fix(walletconnect-solana): added more tests to fully test findProvide…
a-d-i-t-y-a-s Mar 5, 2025
e7f92f3
fix: findProvider() properly initializes and casted to ISolana
a-d-i-t-y-a-s Mar 10, 2025
78de28f
Merge pull request #7 from a-d-i-t-y-a-s/dev
a-d-i-t-y-a-s Mar 10, 2025
cd7a3b1
removing outdated package
a-d-i-t-y-a-s Mar 10, 2025
0b5072c
fix: weird package error with node and dynamic
a-d-i-t-y-a-s Mar 10, 2025
bdf877f
Merge pull request #8 from a-d-i-t-y-a-s/dev
a-d-i-t-y-a-s Mar 10, 2025
d7b6b4e
Update README.MD
a-d-i-t-y-a-s Mar 11, 2025
d9313d2
was debugging why it won't show up on dynamicContext, still broken
Mar 17, 2025
7c40c28
Merge pull request #9 from a-d-i-t-y-a-s/main-test
a-d-i-t-y-a-s Mar 17, 2025
9331359
testing with universalProvider
a-d-i-t-y-a-s Mar 31, 2025
f1271a7
updating repo
a-d-i-t-y-a-s Mar 31, 2025
459fbcc
got it to connect to dynamic
a-d-i-t-y-a-s Mar 31, 2025
7b2c1ad
got the connection uri link to work, next steps: diplay qr code and h…
a-d-i-t-y-a-s Mar 31, 2025
f8934eb
connects to Universal Provider, but dynamic does not register as conn…
a-d-i-t-y-a-s Mar 31, 2025
dbae24a
working on securing the connection phase, stuck on final sign message
a-d-i-t-y-a-s Mar 31, 2025
c4a8206
added handling for the error of creating multiple instances
a-d-i-t-y-a-s Apr 1, 2025
e6eab3b
Reown connects into Dynamic
a-d-i-t-y-a-s Apr 2, 2025
e81f30b
added signMessage functionality
a-d-i-t-y-a-s Apr 2, 2025
bfd6a6c
Merge pull request #10 from a-d-i-t-y-a-s/adi/universalProvider
a-d-i-t-y-a-s Apr 2, 2025
2219da6
removed debugging console.log lines
a-d-i-t-y-a-s Apr 4, 2025
67d5578
Merge pull request #11 from a-d-i-t-y-a-s/adi/universalProvider
a-d-i-t-y-a-s Apr 4, 2025
8f747ba
added in test cases
a-d-i-t-y-a-s Apr 4, 2025
9820a9b
updated gitignore
a-d-i-t-y-a-s Apr 4, 2025
6ad23eb
Delete .env
a-d-i-t-y-a-s Apr 4, 2025
7d04875
Merge pull request #12 from a-d-i-t-y-a-s/adi/universalProvider
a-d-i-t-y-a-s Apr 4, 2025
12d241e
Update index.ts: Removed Commented Code
a-d-i-t-y-a-s Apr 4, 2025
fddc250
updated signMessage function to be more succinct
a-d-i-t-y-a-s Apr 4, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ tmp
.env.local
.bashrc
.nx
.env

*.node
Loading