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

feature: Tomo dual wallet #225

Merged
merged 16 commits into from
Oct 23, 2024
Merged

feature: Tomo dual wallet #225

merged 16 commits into from
Oct 23, 2024

Conversation

gbarkhatov
Copy link
Contributor

@gbarkhatov gbarkhatov commented Oct 15, 2024

This PR introduces Tomo wallet connector

Functionality is the same for the most of the components, with some changes:

  • Components willing to interact with our wallet has 2 different contexts - one for btc wallet, one for cosmos wallet
  • Cosmos wallet exposes bech32Address, pubKey, signArbitrary and connected + disconnect

My suggestion: after the reviews and the discussion from the web side, we can think about the future tickets related to the wallet.
I currently see:

  • Cosmos wallet needs to export things based on our use case. Current stuff (addres, pk, signArbitrary) might be enough.
  • Matrixport/Cactus
  • List of signet/mainnet wallets
  • Cosmos balance

Closes #183 and partly closes #213

@gbarkhatov gbarkhatov changed the title WIP: Tomo dual wallet feature: Tomo dual wallet Oct 17, 2024
@gbarkhatov gbarkhatov marked this pull request as ready for review October 17, 2024 07:57
src/app/context/wallet/WalletProvider.tsx Outdated Show resolved Hide resolved
src/app/context/wallet/WalletProvider.tsx Outdated Show resolved Hide resolved
src/app/context/wallet/WalletProvider.tsx Outdated Show resolved Hide resolved
@jrwbabylonlab jrwbabylonlab removed the request for review from jeremy-babylonlabs October 21, 2024 04:11
@jrwbabylonlab
Copy link
Collaborator

@gbarkhatov PR need rebase unfortunately.

@gbarkhatov
Copy link
Contributor Author

@jrwbabylonlab yep

Copy link
Collaborator

@jrwbabylonlab jrwbabylonlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @gbarkhatov
Approved with some comment that need to be resolved. nothing major from my end.

src/app/providers.tsx Outdated Show resolved Hide resolved
src/app/components/Staking/Staking.tsx Show resolved Hide resolved
@gbarkhatov
Copy link
Contributor Author

@totraev @jrwbabylonlab @jeremy-babylonlabs all solved, rebased

@jrwbabylonlab jrwbabylonlab merged commit aeb90ce into dev Oct 23, 2024
1 check passed
@jrwbabylonlab jrwbabylonlab deleted the feature/tomo-dual branch October 23, 2024 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New wallet connection flow Onboard wallet connect
3 participants