ßingen

Results 14 issues of ßingen

I’m trying to understand and use `multi-abi` feature. Starting from the [example](https://github.com/crytic/echidna/blob/1af7989379f3d91922bb93924db996754a61b8f5/examples/solidity/basic/multi-abi.sol), I modify it to look like: ``` contract A{ bool public bug = true; function trigger_bug() public{ assert(false);...

bug
enhancement
question

## Issue with releases The problem is the checksums in Releases section here in Github don't match. I have tried `md5`, `sha256` and `sha512`, with versions `2.1.4` and `2.1.2`. If...

When creating a new organization with some templates, like Company, the checkbox to add an Agent (instead of a Vault) appears in the initial description, instead of the some of...

module: onboarding

On linux, with a screen resolution of 1920x1080, I can’t see the whole app, so I can’t access the top bar. I don’t know how to scroll either.

bug
linux

Make sure (add tests) that the accountancy of all funds flowing in and out matches porperly, including possible errors due to rounding.

component:tests

They pollute output when importing aragonOS, and it’s easy that devs end up missing or ignoring they own warnings in between.

enhancement

No Aragon App will be able to use any of the following function/variable names, because they fall under the `AppProxy*` contracts in the inheritance graph, and therefore the fallback with...

documentation

Reported by @eduadiez It seems the problem is that [here](https://github.com/aragon/aragon-cli/blob/82e15ddd3b66d577e7a5d1e5cbaa9bffd7776cab/src/commands/dao_cmds/install.js#L30) two transactions are sent more or less simultaneously, so with the same nonce. Solution would be to send the transactions...

🐛 bug
🛠️ toolkit

See: https://0x46.net/thoughts/2019/02/01/dotfile-madness/ Sample implementation: https://github.com/sindresorhus/xdg-basedir/blob/master/index.js

🚀 new feature
🛠️ toolkit