Skip to content

Commit

Permalink
Merge pull request #2253 from daostack/release
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
roienatan authored Nov 19, 2020
2 parents 29520f1 + 2c0784c commit 2d46f6f
Show file tree
Hide file tree
Showing 31 changed files with 1,701 additions and 104 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.2
- Features Added
- Support Multi-call Generic Scheme
- Use subgraph v40_0 and arc.js 0.2.76
- Added xGEN / GEN bridge

- Bugs Fixed
- Fix competiotion tab crash
- Better name for some Competition plugins
- Fix wrong link when sharing a proposal
- Ignore Network and GraphQL errors up to 10 attempts in a row

## 1.0.1
- Bugs Fixed
- Alchemy should not crash immediately when there is a subgraph error. It will retry for approximately 2.5 minutes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://kovan.v1.alchemy.do - alchemy v1 on kovan

**Alchemy 2.0** :fire:

Alchemy v2 source code can be found under [master-2](https://github.com/daostack/alchemy/tree/master-2) branch.
Alchemy 2.0 source code can be found [here](https://github.com/daostack/alchemy_2).

https://alchemy.do - alchemy 2.0 on mainnet

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ services:
GRAPH_MAX_IPFS_FILE_BYTES: 900000

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

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

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

0 comments on commit 2d46f6f

Please sign in to comment.