Skip to content

Commit

Permalink
Merge pull request #1503 from daostack/dev
Browse files Browse the repository at this point in the history
merge release-0.1.10
  • Loading branch information
dkent600 authored Mar 12, 2020
2 parents 7a57e92 + d615674 commit 48f0c6f
Show file tree
Hide file tree
Showing 47 changed files with 2,639 additions and 947 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
- Bugs Fixed

## Next release
- Features Added
- Bugs Fixed

## 0.10.0

- Features Added
- added support for EnsRegistrar generic scheme
- added support for Bounty Network
- Ctrl-clicking on proposal in history window now goes to new tab
- Show DAO's reputation total in the sidebar
- Prevent setting wrong permissions on known plugins in Plugin Manager

- Bugs Fixed

## 2020-03-03
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is a quick setup; there are more detailed instructions in [here](./docs/dev

After you have installed docker, run the following command to spin up ganache (with the migrated contracts), the caching server and the alchemy server:
```sh
docker-compose up graph-node alchemy-server
docker-compose up graph-node
```

Now, in a separate terminal run the following command to run alchemy:
Expand Down
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"required": true,
"value": "staging"
},
"NETWORK": {
"required": true,
"value": "rinkeby"
},
"DISQUS_SITE": {
"required": true,
"value": "daostack-alchemy-staging"
Expand Down
17 changes: 17 additions & 0 deletions docs/example-bounty-details.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"payload": {
"title": "Example Bounty",
"description": "Example description and requirements",
"fulfillmentAmount": 10000000000000000,
"categories": ["javascript", "typescript"],
"expectedRevisions": 3,
"difficulty": "easy",
"privateFulfillments": false,
"fulfillersNeedApproval": false
},
"meta": {
"platform": "doastack",
"schemaVersion": "1.0",
"schemaName": "standardSchema"
}
}
Loading

0 comments on commit 48f0c6f

Please sign in to comment.