Skip to content

Commit

Permalink
Add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 7, 2023
1 parent 7b7e467 commit 3d224f8
Show file tree
Hide file tree
Showing 11 changed files with 481 additions and 29 deletions.
236 changes: 225 additions & 11 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ members = [
'dkg-test-orchestrator',
'relayer-gadget',
'relayer-gadget/cli',
'dkg-integration-tests'
]
resolver = "2"

Expand All @@ -32,7 +33,7 @@ pallet-bridge-registry = { path = "pallets/bridge-registry", default-features =
dkg-gadget = { path = "dkg-gadget", default-features = false }
dkg-primitives = { path = "dkg-primitives", default-features = false }
dkg-standalone-runtime = { version = "3.0.0", path = "standalone/runtime" }
dkg-logging = { path = "dkg-logging" }
dkg-logging = { path = "dkg-logging", default-features = false }
dkg-rococo-runtime = { default-features = false, path = "parachain/runtime/rococo" }
dkg-mock-blockchain = { path = "dkg-mock-blockchain", default-features = false }
dkg-test-orchestrator = { path = "dkg-test-orchestrator", default-features = false }
Expand Down Expand Up @@ -75,6 +76,9 @@ tracing-subscriber = "0.3.5"
sync_wrapper = "0.1.2"
async-stream = "0.3.5"
lazy_static = "1.4.0"
substrate-api-client = { git = "https://github.com/webb-tools/substrate-api-client" }
ac-primitives = { git = "https://github.com/webb-tools/substrate-api-client" }
tokio-websockets = "0.3.3"

scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }

Expand Down
Loading

0 comments on commit 3d224f8

Please sign in to comment.