Skip to content

Commit

Permalink
version 0.2.36
Browse files Browse the repository at this point in the history
* use latest graph-node image
* use latest test_env images
* set version number to 0.2.36
* fix schemetest
  • Loading branch information
jellegerbrandy authored Dec 18, 2019
1 parent 8c86700 commit 6630123
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
graph-node:
image: 'graphprotocol/graph-node:v0.16.1'
image: 'graphprotocol/graph-node@sha256:9441c934312ee087061f4a9849afba524890da98e67e4285eb7883407108cc66'
ports:
- 8000:8000
- 8001:8001
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daostack/client",
"version": "0.2.35",
"version": "0.2.36",
"description": "",
"keywords": [],
"main": "dist/lib/index.js",
Expand Down
1 change: 0 additions & 1 deletion test/scheme.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe('Scheme', () => {
}))
expect((schemeStates.map((r) => r.name)).sort()).toEqual([
'ContributionReward',
'ControllerCreator',
'SchemeRegistrar',
'UGenericScheme'

Expand Down

0 comments on commit 6630123

Please sign in to comment.