Felipe Forbeck
Felipe Forbeck
The GH release action builds a SNAPSHOT and tries to upload it to Bintray, which fails the release process. It should be building and uploading and semver builds.
Based on https://github.com/openlawteam/openlaw-core/pull/205#issuecomment-573163751 Given that the signature link content relies on openlaw app context, it would be better to move the link the app side, otherwise each change on the...
If the DAO is configured to work with an external token (ERC20 that implements the getPriorAmount function), any token holder is eligible to become a DAO member. However, just holding...
Currently only the KYCOnboarding adapter allows the dao owner to set the Max Supply of the internal token. Ideally we should have this config available for every type of onboarding...
In order to simplify the deployment setup it would be nice to generate a random account, save it to a config file and use that to sign the transactions. The...
### Streams The purpose of this adapter is to create a pool of capital which can be deployed by one or more addresses, while giving an admin the ability to...
### Treasury Management Members should be able to vote on a proposal to allocate and deploy capital into beta strategies. You start with one of the following protocols: - Aave...
### Flash Loan An adapter that enables flash loans on a DAO Treasury. Ideally the members would vote on a proposal to allocate funds for flash loans, and a fee...
Using [Docusaurus](https://docusaurus.io/) to organize the project docs. Documents: - Introduction - [ ] All Adapters - update - [ ] OffchainVoting - [ ] All Helpers - add missing docs...
Refactor or create a new adapter that supports multi-token signup. Right now the onboarding adapter supports only 1 token in the configuration call, in order to use other adapters that...