kernelwhisperer

Results 21 comments of kernelwhisperer

How would the encrypt/decrypt feature work? Where is the encryption key stored?

I think storing the mnemonic/private key securely is the single most important feature security-wise. (compared to #953 which is like a band-aid on an open wound :sweat_smile: ). In my...

To recap, security should be approached as follows (IMO): ### 1. (most important) Protect against other programs installed on the machine. **Problem**: a malicious program e.g.: `aragon-mal` could read private...

> Now if I do `aragon --version` it will print `v5.9.3`, but if my `cwd` is a project and its `package.json` says: > > ```json > "aragon" : { >...

`solc-select` has nice UX too, using an environment variable to switch between versions: https://github.com/crytic/solc-select#usage

Wondering if `exec` and `read` would be useful without the context of a `dao`, for example: - reading the total supply of an erc20 from the cli - executing a...

@sohkai Alright, cool! It's a bit weird tbh, but at least it's the intended behavior. Let's keep this issue open and re-purpose it to add a better error message.

> ### Quick fix > Right now a quick fix is to pin the `artifact.json` manually in some gateway (e.g. IPFS, Aragon node) or use the new command `ipfs propagate`....

> ### Long term solution > In case `ipfs fetch` fails, provide user with a baseline ABI bundle with aragonCLI. This will only work for `aragon-apps`, we should figure out...

We can also look into showing the confirmation info with the total cost as suggested by @lkngtn in #499