Pavlos Chrysochoidis
Pavlos Chrysochoidis
* ts-sdk: support `dryRunTransaction` * ts-sdk: adds `getGasCostEstimation` for a transaction * wallet-ext: `dapp-tx-approval` page use `getGasCostEstimation` to calculate and display total gas estimation * show loader for gas while...
* ts-sdk: add transfer functionality to framework coin * wallet-ext: use pay and paySui for transferring coins https://user-images.githubusercontent.com/10210143/202043796-51dedd55-6a80-4fc6-acb1-99a69819302d.mov closes APPS-128
* [wallet-ext: fix crypto mock in test setup](https://github.com/MystenLabs/sui/pull/6156/commits/25666d51e5f65a4e0def6f0203c5f8c1be3cea73) * it breaks the tests since now crypto seems to be defined * [ts-sdk: adds method to estimate gas cost and suggested...
* [wallet-ext: add arrow-down font icon](https://github.com/MystenLabs/sui/pull/6241/commits/78c40ad015d81b1bf8a003a5d145904b0db0961d) * [wallet-ext: collapse component](https://github.com/MystenLabs/sui/pull/6241/commits/f6c9f1098b32d2ca3fd35ca14de9b69710cd6251) * with one defect (will let @mystie711 find it 😄 ) ([APPS-222](https://mysten.atlassian.net/browse/APPS-222)). * (actual speed) https://user-images.githubusercontent.com/10210143/203058547-feb7d8eb-dcb3-4e4c-a497-11baf643fc50.mov * https://user-images.githubusercontent.com/10210143/203058551-84a5f8f9-a244-4a6c-a233-b6856b8a4eea.mov * [wallet-ext:...
* adds feature flag - on only in dev * adds execute tab in package module view * displays each entry function in a collapsible box with function details as...
In nft-details view, there is a link to explorer with the label 'View Image'. I think it's a bit misleading that it will present the images/media of the nft in...
See https://github.com/MystenLabs/sui/pull/4621#issuecomment-1256661983 for context
* execute a moveCall transaction using wallet-adapter * override wallet-adapter UI to be closer to design until we can use Wallet Kit * show empty list of entry functions https://user-images.githubusercontent.com/10210143/204059797-f446c26e-271a-4255-b726-328975a7ee60.mov...
* add get active network call that returns the active network of the wallet * notify dapp interface for network changes * wallet standard interface use chains field of account...
* all UI instances now use the same network (changing network in one instance will change all others as well) * in case of any error while switching network show...