Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
using last versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Dec 15, 2020
1 parent b10b4b9 commit 29abdd2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
rm -rf "${HOME}/.nevermined/nevermined-contracts/artifacts"
# start nevermined with the compute stack
./start_nevermined.sh --latest --no-commons --compute &
./start_nevermined.sh --latest --no-marketplace --compute &
# wait for the compute api to be online.
# the compute api is the last service to come online
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.keyko.nevermined</groupId>
<artifactId>api</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>jar</packaging>
<name>Nevermined Data Platform Java SDK</name>
<url>https://github.com/nevermined-io/sdk-java</url>
Expand All @@ -23,10 +23,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<final-name>nevermined-sdk</final-name>

<web3j.version>4.5.18</web3j.version>
<web3j.version>4.8.2</web3j.version>
<common-utils.version>0.4.0</common-utils.version>

<nevermined.contracts.version>0.5.2</nevermined.contracts.version>
<nevermined.contracts.version>0.6.0</nevermined.contracts.version>
<secretstore.version>0.1.0</secretstore.version>
<eddsa.version>0.3.0</eddsa.version>

Expand Down
28 changes: 14 additions & 14 deletions src/test/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ provider.address="0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0"

# Contracts addresses

contract.SignCondition.address="0xD2954755A7330aD9cBaFF7990d27f0cd1026D3C2"
contract.HashLockCondition.address="0xc229EA585880730d49afC1eabA69c1b2417824d1"
contract.LockRewardCondition.address="0x607454343E1436f139a0441eA1fB3AA314D5Bb9d"
contract.AccessSecretStoreCondition.address="0xaf649FB4C9ee309180449445B6ceCF3b2885464b"
contract.EscrowReward.address="0xEe80a59Ae9c7dd7215094Fee41E50CDAccFB3D9D"
contract.EscrowAccessSecretStoreTemplate.address="0x8A575D1e3013A30884dfB7313806b21Ad67F1eEE"
contract.NeverminedToken.address="0x2637104448b7A8489Dd527907e62796178147313"
contract.Dispenser.address="0x08C005225Fa3c3aE3AA487800bcD28FdEc32f11d"
contract.DIDRegistry.address="0xf95E74Ebc9f74fb172564863e67E22bb662d48e7"
contract.ConditionStoreManager.address="0x207715a68596Ce374bd9681dF8d0C89Ac31C706e"
contract.TemplateStoreManager.address="0x2F170e40268573F97366BC56666C3188CE2A6d7a"
contract.AgreementStoreManager.address="0x42b420560da12D0B8A91882b6c3E8C1907caaF81"
contract.ComputeExecutionCondition.address="0x80163Dec819063F87ad4F1b6A24DA551C93c5777"
contract.EscrowComputeExecutionTemplate.address="0xb583c455cD73Cbd34aF6AC6699F767b7E97941B9"
contract.SignCondition.address="0x8F006DbB3727d18f032C5618595ecDD2EDE13b61"
contract.HashLockCondition.address="0x19513460bc16254c74AE806683E906478A42B543"
contract.LockRewardCondition.address="0x4999A8428d1D42fc955FbBC2f1E22323a55B6f86"
contract.AccessSecretStoreCondition.address="0x3Ef2ebF03002D828943EB1AbbFC470D1A53c6B21"
contract.EscrowReward.address="0xE6E685823Ddd2e0D0B29917D84D687E5431136F6"
contract.EscrowAccessSecretStoreTemplate.address="0x3c83D8E1F1BF33Ebb1E8D5A2ac56cE482e54caCd"
contract.NeverminedToken.address="0xEEE56e2a630DD29F9A628d618E58bb173911F393"
contract.Dispenser.address="0x85cCa2B01adddCA8Df221e6027EE0D7716224202"
contract.DIDRegistry.address="0xfeA10BBb093d7fcb1EDf575Aa7e28d37b9DcFcE9"
contract.ConditionStoreManager.address="0x645439117eB378a6d35148452E287a038666Ed67"
contract.TemplateStoreManager.address="0x3a3926f3f88F1eE05164404f93FDb3887cbE8e35"
contract.AgreementStoreManager.address="0x15338ade17C4b6F65E4ff7b3aCE22AAdED00aC4d"
contract.ComputeExecutionCondition.address="0x884AAAAf48D4A7B4Dc4CB9B2cf47a150b3d535A6"
contract.EscrowComputeExecutionTemplate.address="0x02175de5A7F168517688e3E93f55936C9c2C7A19"


consume.basePath = "/tmp"
Expand Down

0 comments on commit 29abdd2

Please sign in to comment.