1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge pull request #399 from oceanprotocol/feature/bump_ocean_contracts

bump contracts to 0.5.7
This commit is contained in:
Alex Coseru 2020-10-22 16:05:18 +03:00 committed by GitHub
commit 78da270a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -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

6
package-lock.json generated
View File

@ -939,9 +939,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "0.5.6",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.6.tgz",
"integrity": "sha512-LING+GvW37I0L40rZdPCZ1SvcZurDSGGhT0WOVPNO8oyh2C3bXModDBNE4+gCFa8pTbQBOc4ot1/Zoj9PfT/zA=="
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.7.tgz",
"integrity": "sha512-p0oOHXr60hXZuLNsQ/PsOQtCfia79thm7MjPxTrnnBvD+csJoHzARYMB0IFj/KTw6U5vLXODgjJAn8x6QksLwg=="
},
"@octokit/auth-token": {
"version": "2.4.2",

View File

@ -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",

View File

@ -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,

View File

@ -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)