Gabi

Results 130 issues of Gabi

**Bug Description** After integration of the widget on a Remix app. Our automatic deployment with netlify was not able to install dependencies on the server because `hardhat` was required as...

bug

## 🚀 Feature - [ ] Support repos without smart contract code, only a buidler script. It could be a great way to create organization templates. - [ ] Support...

enhancement

## 🚀 Feature - [ ] Improve deploy contract code on `publish-task` - [ ] Move `chainId` hardcoded (5555) to an environment or constants file - [ ] Clean `start-task`...

enhancement

## 🚀 Feature Aragon apps used [`truffle-extract`](https://github.com/sohkai/truffle-extract) to extract information from Truffle's build files. The new plugin would be a simple wrapper around this package to support the same functionality...

good first issue

## 🚀 Feature Keep apps in sync with any local changes. ## Motivation It's nice to avoid going to the network if we don't have to.

enhancement

## 🚀 Feature

It depends on buidler releasing this feature. Fix our current hack: https://github.com/aragon/buidler-aragon/blob/develop/src/tasks/start/backend/bases/deploy-bases.ts#L23

One way of doing it would be during CI using a docker image.

## 🐛 Bug Report For example during `aragon/aragon` publication if we don't use the `--only-content` flag we recieve this cryptic error that is not very useful to understand what's happening:...