-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: the txspammer seems to be broken
now that we have some visibility into stop service, it's a bit more clear that the tx spammer is not functional. All of our tests failed due to this check. ``` printing logs for tx-spammer-001--9a1d7d2bf172420ab8f1a9474aecf2f7 /usr/local/bin/spam.sh: line 14: cast: command not found Deploying an ERC20 token... ```
- Loading branch information
1 parent
5f2ad14
commit 0621352
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,5 @@ args: | |
- blutgang | ||
- erpc | ||
- prometheus_grafana | ||
- tx_spammer | ||
#- pless_zkevm_node # zkevm-node doesn't support fork12 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
args: | ||
zkevm_contracts_image: leovct/zkevm-contracts:v7.0.0-rc.2-fork.11 | ||
zkevm_prover_image: hermeznetwork/zkevm-prover:v7.0.0-RC31-fork.11 | ||
|
||
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.0-fork11-RC1 | ||
|
||
additional_services: | ||
- tx_spammer | ||
additional_services: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters