Jyoti Puri

Results 211 comments of Jyoti Puri

Closing the PR as issue is already addressed by PR: https://github.com/MetaMask/metamask-mobile/pull/10082

Hey @bschorchit : I tested it using malicious permits in test dapp and it seems to work well:

Blockaid validations are not working as expected on these networks hence I add DO_NOT_MERGE to the PR.

`siwe` detection method using controller-utils `detectSIWE` is failing in latest code. It is preventing completing this task.

After debugging I found that issue in this case is simulation api returning erroneous data.

This seems to be issue on send page, `max` should set value for transfer to `user balance - gas`. It seems that amount currently being set is not correct for...

This issue will be much easier to address once this PR is merged https://github.com/MetaMask/metamask-extension/pull/27043

In the editor I have done something like this: https://github.com/jpuri/react-draft-wysiwyg/blob/master/src/controls/BlockType/index.js#L29 to check if option is active in current selection. Its different methods for different controls - for instance color-picker will...