Skip to content

Commit

Permalink
Merge pull request #2083 from daostack/release
Browse files Browse the repository at this point in the history
Release 0.10.15
  • Loading branch information
dkent600 authored Sep 14, 2020
2 parents 5d17f6b + 908e3dc commit c34fa62
Show file tree
Hide file tree
Showing 13 changed files with 1,477 additions and 1,285 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.10.15
- Features Added
- update subgraph endpoints
- Display proposal event history on the Proposal Details page

- Bugs Fixed
- user's vote was not automatically updating in the UI after the user voted

## 0.10.14-2
- Bugs Fixed
- revert subgraph endpoint domain

## 0.10.14-1
- Bugs Fixed
- fix display of DXD and NEC tokens

## 0.10.14
- Features Added
- show raw calldata in proposal details for relevant plugins
Expand Down
4 changes: 2 additions & 2 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "Tether USD",
"symbol": "USDT"
},
"0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e": {
"0xcc80c051057b774cd75067dc48f8987c4eb97a5e": {
"decimals": 18,
"name": "Nectar",
"symbol": "NEC"
Expand All @@ -68,7 +68,7 @@
"name": "i4 token",
"symbol": "GEMS"
},
"0xa1d65E8fB6e87b60FECCBc582F7f97804B725521": {
"0xa1d65e8fb6e87b60feccbc582f7f97804b725521": {
"decimals": 18,
"name": "DXdao",
"symbol": "DXD"
Expand Down
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 3000:3000

graph-node:
image: 'graphprotocol/graph-node:v0.17.1'
image: 'graphprotocol/graph-node:v0.18.0'
ports:
- 8000:8000
- 8001:8001
Expand All @@ -44,20 +44,21 @@ services:
ethereum: private:http://ganache:8545
GRAPH_LOG: "graph.log"
GRAPH_GRAPHQL_MAX_FIRST: 1000
GRAPH_MAX_IPFS_FILE_BYTES: 900000

ipfs:
image: daostack/test-env-ipfs:3.0.33
image: daostack/test-env-ipfs:3.0.38
ports:
- 5001:5001

postgres:
image: daostack/test-env-postgres:3.0.33
image: daostack/test-env-postgres:3.0.38
ports:
- 9432:5432
environment:
POSTGRES_PASSWORD: 'letmein'

ganache:
image: daostack/test-env-ganache:3.0.33
image: daostack/test-env-ganache:3.0.38
ports:
- 8545:8545
Loading

0 comments on commit c34fa62

Please sign in to comment.