Skip to content

Commit

Permalink
fix(deps): aqua-ipfs 0.5.31, spell 0.7.2 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
folex authored Feb 22, 2024
1 parent d823c5f commit 958d138
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 67 deletions.
49 changes: 17 additions & 32 deletions .fluence/aqua-dependencies/package-lock.json

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

6 changes: 3 additions & 3 deletions .fluence/aqua-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@fluencelabs/aqua-ipfs": "0.5.30",
"@fluencelabs/installation-spell": "0.7.0",
"@fluencelabs/spell": "0.7.0",
"@fluencelabs/aqua-ipfs": "0.5.31",
"@fluencelabs/installation-spell": "0.7.2",
"@fluencelabs/spell": "0.7.2",
"@fluencelabs/aqua-lib": "0.10.1",
"@fluencelabs/registry": "0.9.4"
}
Expand Down
4 changes: 2 additions & 2 deletions .fluence/schemas/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"description": "Fluence environment to connect to",
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local",
"custom"
],
Expand Down
6 changes: 3 additions & 3 deletions .fluence/schemas/fluence.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
},
"ipfsAddr": {
"type": "string",
"description": "IPFS multiaddress to use when uploading workers with 'deal deploy'. Default: /dns4/ipfs.fluence.dev/tcp/5001 or /ip4/127.0.0.1/tcp/5001 if using local local env (for 'workers deploy' IPFS address provided by relay that you are connected to is used)",
"description": "IPFS multiaddress to use when uploading workers with 'fluence deploy'. Default: /dns4/ipfs.fluence.dev/tcp/5001 or /ip4/127.0.0.1/tcp/5001 if using local local env (for 'workers deploy' IPFS address provided by relay that you are connected to is used)",
"nullable": true,
"default": "/dns4/ipfs.fluence.dev/tcp/5001"
},
Expand All @@ -629,9 +629,9 @@
"type": "string",
"description": "Contracts environment to use for this fluence network to sign contracts on the blockchain",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
]
},
Expand Down
44 changes: 22 additions & 22 deletions .fluence/schemas/workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -91,9 +91,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand All @@ -118,7 +118,7 @@
"required": [],
"nullable": true
},
"testnet": {
"dar": {
"type": "object",
"description": "A map of created deals",
"additionalProperties": {
Expand All @@ -143,9 +143,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -189,9 +189,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -241,9 +241,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -287,9 +287,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -339,9 +339,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -385,9 +385,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -437,9 +437,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -483,9 +483,9 @@
"chainNetwork": {
"type": "string",
"enum": [
"kras",
"testnet",
"dar",
"stage",
"kras",
"local"
],
"description": "Blockchain network name that was used when deploying workers"
Expand Down Expand Up @@ -641,7 +641,7 @@
"required": [],
"nullable": true
},
"testnet": {
"dar": {
"type": "object",
"description": "A map of directly deployed workers",
"additionalProperties": {
Expand Down
6 changes: 3 additions & 3 deletions fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ deployments:
services: [ chain_connector ]

aquaDependencies:
"@fluencelabs/aqua-ipfs": 0.5.30
"@fluencelabs/installation-spell": 0.7.0
"@fluencelabs/spell": 0.7.0
"@fluencelabs/aqua-ipfs": 0.5.31
"@fluencelabs/installation-spell": 0.7.2
"@fluencelabs/spell": 0.7.2
"@fluencelabs/aqua-lib": 0.10.1
"@fluencelabs/registry": 0.9.4

Expand Down
4 changes: 2 additions & 2 deletions src/tests/decider-distro-tests-rs/Cargo.lock

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

0 comments on commit 958d138

Please sign in to comment.