Skip to content

Commit

Permalink
Merge branch 'nightly' into dub/prover_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
dubbelosix committed Aug 16, 2023
2 parents c708fcf + 1e43aca commit 817aaf5
Show file tree
Hide file tree
Showing 52 changed files with 1,578 additions and 1,051 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion examples/demo-nft-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ serde = { workspace = true, optional = true }
sov-modules-api = { path = "../../module-system/sov-modules-api", default-features = false, features = ["macros"] }
sov-state = { path = "../../module-system/sov-state", default-features = false }

jsonrpsee = { workspace = true, features = ["macros", "client-core", "server"], optional = true }

[dev-dependencies]
sov-rollup-interface = { path = "../../rollup-interface" }
sov-data-generators = { path = "../../module-system/utils/sov-data-generators" }
Expand All @@ -26,4 +28,4 @@ tempfile = { workspace = true }
[features]
default = ["native"]
serde = ["dep:serde"]
native = ["serde", "sov-state/native", "sov-modules-api/native"]
native = ["serde", "sov-state/native", "sov-modules-api/native", "jsonrpsee"]
Loading

0 comments on commit 817aaf5

Please sign in to comment.