Skip to content

Commit

Permalink
feat: update marine sdk's and configs (#154)
Browse files Browse the repository at this point in the history
* update marine

* update fluence-spell-dtos

* update spell crates

* update spell crates

* fix: fix compilation

* fix: compilation

* Update nox to 0.16.9 & fix compilation

---------

Co-authored-by: folex <[email protected]>
  • Loading branch information
ValeryAntopol and folex authored Dec 20, 2023
1 parent 3d0c8e8 commit c006b42
Show file tree
Hide file tree
Showing 16 changed files with 758 additions and 576 deletions.
1,077 changes: 621 additions & 456 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/Config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
modules_dir = "."
total_memory_limit = "Infinity"

[[module]]
name = "curl_adapter"
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.5.31"
fluence-spell-dtos = "0.6.0"

[build-dependencies]
built = "0.7.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "chain_connector"
path = "src/main.rs"

[dependencies]
marine-rs-sdk = { version = "0.7.1", features = ["logger"] }
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
serde_json = "1.0.91"
serde = { version = "1", features = ["derive"] }
log = "0.4.17"
Expand All @@ -22,6 +22,6 @@ libp2p-identity = { version = "0.2.1", features = ["peerid"], default-features =
clarity = { version = "1.2.3", features = [] }

[dev-dependencies]
marine-rs-sdk-test = "0.11.0"
marine-rs-sdk-test = "0.12.0"
mockito = "1.1.0"
env_logger = "0.10.0"
4 changes: 2 additions & 2 deletions src/services/chain-connector/modules/curl_adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "curl_adapter"
path = "src/main.rs"

[dependencies]
marine-rs-sdk = "0.7.1"
marine-rs-sdk = "0.10.2"

[dev-dependencies]
marine-rs-sdk-test = "0.11.0"
marine-rs-sdk-test = "0.12.0"
Loading

0 comments on commit c006b42

Please sign in to comment.