Skip to content

Commit

Permalink
Merge pull request #399 from oceanprotocol/feature/bump_ocean_contracts
Browse files Browse the repository at this point in the history
bump contracts to 0.5.7
  • Loading branch information
alexcos20 authored Oct 22, 2020
2 parents 7f1ae2c + 4c4ef66 commit 78da270
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_script:
- echo "{}" >> $ADDRESS_FILE
- export AQUARIUS_URI="http://172.15.0.5:5000"
- export DEPLOY_CONTRACTS="true"
- export CONTRACTS_VERSION=v0.5.5
- export CONTRACTS_VERSION=v0.5.7
- bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log &
- cd ..
- ./scripts/waitforcontracts.sh
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.5.6",
"@oceanprotocol/contracts": "^0.5.7",
"decimal.js": "^10.2.0",
"fs": "0.0.1-security",
"lzma": "^2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const configs: ConfigHelperConfig[] = [
networkId: 1,
network: 'mainnet',
nodeUri: 'https://mainnet.infura.io/v3',
metadataCacheUri: null,
providerUri: null,
metadataCacheUri: 'https://aquarius.mp.mainnet.v3.dev-ocean.com/',
providerUri: 'https://provider.mp.mainnet.v3.dev-ocean.com/',
oceanTokenAddress: null,
factoryAddress: null,
poolFactoryAddress: null,
Expand Down
2 changes: 1 addition & 1 deletion test/integration/ComputeFlow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ describe('Compute flow', () => {
computeOrderId,
true
)
assert(response[0].jobId === jobId)
assert(response.length > 0)
})
it('Bob should get status of a compute job without signing', async () => {
assert(jobId != null)
Expand Down

0 comments on commit 78da270

Please sign in to comment.