Add support for sending cosmos laconicd txs #4

Merged
nabarun merged 8 commits from testnet-onboarding into main 2024-07-16 09:06:00 +00:00

8 Commits

Author SHA1 Message Date
9f5f6c2361 Upgrade registry-sdk package version 2024-07-16 14:32:45 +05:30
Isha Venikar
40ccc4c333
Add spinner to Yes button in ApproveTransaction page (#122)
* Add spinner to Yes button

* Fix indentation

* Modify variable names

* Set isRequestAccepted to false
2024-07-16 09:54:49 +05:30
Adwait Gharpure
9fa39c48ee
Stop importing laconic client from registry-sdk/dist (#121) 2024-07-11 10:16:25 +05:30
Adwait Gharpure
d75260d3dc
Add polyfills for url and https packages (#120)
* Add polyfills for url and https packages

* Use http-browserify as polyfill
2024-07-09 14:36:59 +05:30
Adwait Gharpure
c3f9f7c245
Add support for rejecting transaction request (#119)
* Implement functionality to reject request

* Change button label
2024-07-08 16:40:16 +05:30
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
shreerang6921
2ccb396889
Show private key of selected account (#117)
* Display private key of selected account

* Update dialog box UI

* Refactor show private key dialog

* Refactor code to use context variables
2024-07-04 18:45:13 +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