Mikhail

Results 62 issues of Mikhail

This PR fixes relaying `eth_getCode` call to `provider.getBlock` by relaying it to `provider.getCode`. The PR includes many changes for `package-lock.json` because my npm complained about the outdated lockfile format and...

bug
on-deck
fixed

The CowSwap team is having an issue where clicking "swap" using a Safe in read-only mode does never resolve resulting in a bad UX: https://github.com/safe-global/safe-apps-sdk/issues/301 I believe the core issue...

https://docs.gnosis-safe.io/build/sdks/safe-apps/get-started This document doesn't mention that CORS only has to be enabled for the `manifest.json` file, someone can misinterpret it and enable cors site-wide which is terrible for security https://cheatsheetseries.owasp.org/cheatsheets/HTML5_Security_Cheat_Sheet.html

## Overview [web3-react](https://github.com/Uniswap/web3-react) delivered v8 recently. From this version they also include a [Safe conector](https://github.com/Uniswap/web3-react/tree/main/packages/gnosis-safe) that already includes the SDK integration. - Should update the readme to make clear that...

We got a request for easy detection if the app is loaded as a safe app that doesn't require loading the SDK - in the web version, one can use...

This feature request came from 1inch team that has a Safe app: > At 1inch Dapp we have the ability to send transactions through Flashbots (using current network RPC). But...

> For known networks such as rinkeby, mainnet etc, does it make sense to reuse the existing canonical versions? i.e. no need to re-reploy? Should it always use gnosis' contracts...

> I wish I would afterwards see which contracts I deployed, i.e. addresses of master copy, proxy factory etc. This could also include viewing what contracts a safe uses.

Jose ran into the following error: ![image](https://user-images.githubusercontent.com/16622558/109625043-49c64080-7b58-11eb-9827-f797532d44c1.png) This was because there were two versions of the SDKs installed: 2.0.0 as a separate entry in package.json and 1.1.1 as a dependency...

So recently I posted an issue https://github.com/mohitk05/react-insta-stories/issues/41 I could run the example app, but now I'm not sure how do I run the project for development. Ideally I'd want to...