Skip to content

Commit

Permalink
fix(config): introduce persistence config (#230)
Browse files Browse the repository at this point in the history
* feat(config): split ephemeral & persistent configs

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* revert some changes

* remove aqua
  • Loading branch information
gurinderu authored Feb 23, 2024
1 parent 76a9a5a commit 7c658d8
Show file tree
Hide file tree
Showing 18 changed files with 304 additions and 244 deletions.
59 changes: 28 additions & 31 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.1",
"@fluencelabs/spell": "0.7.1",
"@fluencelabs/aqua-ipfs": "0.5.31",
"@fluencelabs/installation-spell": "0.7.2",
"@fluencelabs/spell": "0.7.4",
"@fluencelabs/aqua-lib": "0.10.1",
"@fluencelabs/registry": "0.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

uses: fluencelabs/nox/.github/workflows/build.yml@master
with:
ref: new-vault
ref: feature/net-759
cargo-dependencies: |
[
{
Expand Down
4 changes: 2 additions & 2 deletions fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ deployments:

aquaDependencies:
"@fluencelabs/aqua-ipfs": 0.5.31
"@fluencelabs/installation-spell": 0.7.3
"@fluencelabs/spell": 0.7.3
"@fluencelabs/installation-spell": 0.7.4
"@fluencelabs/spell": 0.7.4
"@fluencelabs/aqua-lib": 0.10.1
"@fluencelabs/registry": 0.9.4

Expand Down
32 changes: 16 additions & 16 deletions src/distro/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ]
[dependencies]
maplit = "1.0.2"
serde_json = "1.0.96"
fluence-spell-dtos = "0.7.3"
fluence-spell-dtos = "0.7.4"

[build-dependencies]
built = "0.7.0"
Loading

0 comments on commit 7c658d8

Please sign in to comment.