Commit Graph

16 Commits

Author SHA1 Message Date
Adwait Gharpure
521776ea3e
Display account details in approve transaction page (#118)
* Display account in approve transaction page

* Change label
2024-07-05 15:48:08 +05:30
Adwait Gharpure
83723d4086
Add support for sending cosmos transactions (#116)
* Update readme to contain instructions for creating  file

* Add method for sending transaction to chain

* Rename approve transaction component to approve transfer

* Create component for approving transactions

* Display transaction message in Approve transaction component

* Install registry-sdk

* Display gas limit on receiving transaction request

* Add functionality for sending transaction to chain

* Add memo in simulate gas method

* Remove unnecessary TODO

* Display error in dialog box

* Add support for onboarding transaction

* Pass address of signer in wallet connect request from app
2024-07-04 18:36:20 +05:30
shreerang6921
b1a0831e78 Take gas limit and fees values from user while approving transaction (#109)
* Take gas limit and fees from user

* Update text input ui

* Use gasPrice from networks data

* Use default gas limit from env

* Use default gas price if not found in registry

* Remove appended denom in gas price

* Use gas limit from env

* Show error dialog when transaction fails

* Calculate gas limit and gas price if not received from dapp

* Update example env

* Improve syntax

---------

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
2024-04-25 17:08:27 +05:30
IshaVenikar
6d80f64a10 Implement Edit network form (#107)
* Add edit network form

* Set selected network when networks are updated

* Disable buttons and add spinner after submitting

* Display previous values in Edit network form

* Use error msgs form constants file

* Reset default networks on reset
2024-04-25 17:08:27 +05:30
shreerang6921
8c0751f84b Add details to setup wallet connect in readme (#58)
* Add details to setup wallet connect in readme

* Add hyperlinks for wallet connect terms

* Handle review changes

* Add keystore data structure and troubleshooting steps in readme

* Update readme

* Add pre-commit lint hook

* Resolve linter warnings

* Handle review changes

* Fix heading level in readme
2024-04-25 17:08:27 +05:30
shreerang6921
b947dd1151 Use configured coin type for creating accounts (#100)
* Use configured coin type for creating accounts

* Resolve eslint warnings
2024-04-25 17:08:27 +05:30
shreerang6921
e4fe88939c Add support to configure networks (#76)
* Add support to configure cosmos networks

* Fix intents functionality for configured networks

* Add address prefix while initializing stargate client

* Remove unnecessary functions

* Update style for add network page

* Handle review changes

* Fix eth accounts not showing up on configured eth chain
2024-04-25 17:08:27 +05:30
IshaVenikar
0dea0082b4
Display buttons above scroll in laconic-wallet approve screens (#72)
* Buttons outside scroll

* Fix ui for signRequest page

* Remove todo
2024-04-01 18:00:40 +05:30
Adwait Gharpure
d50cfbfe84
Add support for displaying svg images (#71)
* Add support for SVG images

* Fix imports

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-04-01 17:21:01 +05:30
IshaVenikar
ac18a43fab
Disable button for approve tx (#70) 2024-03-28 16:51:58 +05:30
neerajvijay1997
290ea0097c
UI Improvements (#65)
* Rebase ui branch

* Fix scrollview (#69)

* Add loading prop to button

* Change function reference

* Remove fragment

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
Co-authored-by: IshaVenikar <145848618+IshaVenikar@users.noreply.github.com>
2024-03-28 16:23:12 +05:30
shreerang6921
3a2087b389
Add method to send cosmos tokens (#66)
* Add support to send cosmos tokens

* Fix approve transaction page ui

* Take gas amount from dApp

* Handle review changes

* Add check while creating stargate client

* Remove unnecessary checks

* Remove unnecessary states

* Fix balance showing undefined while loading
2024-03-27 18:09:01 +05:30
Adwait Gharpure
b275f376c4
Refactor account utils (#64)
* Refactor method in account utils

* Make container height auto

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-03-22 15:40:43 +05:30
IshaVenikar
0fa793bead
Add new page for approving eth transactions (#63)
* Display funds on signRequest page

* Format balance value

* Display upto 18 digits

* Use useMemo for provider

* Display balance in wei

* Make UI changes

* Make review changes

* Add page to approve eth transactions

* Update approve transaction page ui

* Update balance unit display

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2024-03-21 16:09:25 +05:30
Adwait Gharpure
fbfd6b9709
Add scroll to pairing modal (#60)
* Add scrolling to pairing modal

* Set wallet connect state empty before populating

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-03-18 15:08:30 +05:30
Adwait Gharpure
8ed4c33beb
Refactor code for WalletConnect Integration (#59)
* Disconnect pairing request when app is reset

* Move files to respective folders

* Add comments to describe flow

* Add new line

* remove request session context

* Fix imports

* Move hook to folder

* Add undefined type

* Move types to src

* Move util functions to correct files

* Remove typeroots from tsconfig

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-03-18 10:57:20 +05:30