From 042fc9a36c0d8c33188b711ee3aa94679da942ce Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 24 Apr 2024 16:44:34 +0800 Subject: [PATCH] use tx-spammer in tests --- scripts/integration-setup.sh | 1 - test/stack.yml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index 39ee8bb..26ec482 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -29,7 +29,6 @@ if [[ -z $SKIP_BUILD ]]; then fi $laconic_so deploy \ - --include fixturenet-plugeth,ipld-eth-db \ --env-file $CONFIG_DIR/stack.env \ --cluster test up diff --git a/test/stack.yml b/test/stack.yml index d1a3ea0..bcaf5ea 100644 --- a/test/stack.yml +++ b/test/stack.yml @@ -6,6 +6,7 @@ repos: - git.vdb.to/cerc-io/plugeth-statediff@update-czkg4844 # todo: dev - git.vdb.to/cerc-io/lighthouse - git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha + - git.vdb.to/cerc-io/tx-spammer containers: - cerc/plugeth-statediff - cerc/plugeth @@ -15,6 +16,8 @@ containers: - cerc/lighthouse-cli - cerc/fixturenet-eth-lighthouse - cerc/ipld-eth-db + - cerc/tx-spammer pods: - fixturenet-plugeth - ipld-eth-db + - tx-spammer