Alan Lu

Results 31 comments of Alan Lu

Should either fix the WalletConnected Safe detection and make sure the `gs_multi_send` call works, or remove the WalletConnect Safe functionality and recommend people go for the Safe Apps option.

Problem with fixing it now is there are probably people out there who have Safe Safe proxies who would suddenly appear to lose their stuff after a dapp updates to...

I remember a report from Martin on iOS that the legacy app didn't use the direct route...

Okay, so the app in question was Omen, and today for some reason I was able to WalletConnect to Omen via my Safe finally, which means I was able to...

In principle, I don't oppose this. Still, I feel like a lot of what needs to be verified is actually in the storage of the proxy instance. *Some* proxy verification/identification...

Ah yes, that is neat, though I'd like to remark that there is already a syntax which is (somewhat) documented in the Truffle docs [here](https://truffleframework.com/docs/truffle/getting-started/package-management-via-ethpm#consuming-installed-contracts): > var ENS = artifacts.require("ens/ENS");...

> Is the case we are talking about where: > > * an npm package includes the built JSON files > * your project does not import any of the...

Here is an official(AFAIK???) discussion thread: https://ethresear.ch/t/standardizing-distributed-key-generation-dkg/2411

Also this may take a while due to the fact Parity Secret Store uses TLS which is based on `secp256k1`, but the Golang standard lib's TLS doesn't support that curve.

See https://github.com/dedis/kyber/pull/319