cmdtest ethdev, swap, ethswap, ethbump: changes and fixes

This commit is contained in:
The MMGen Project 2025-03-30 10:20:21 +00:00
commit b485d7a99a
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
5 changed files with 94 additions and 62 deletions

View file

@ -245,10 +245,8 @@ init_tests() {
d_eth="operations for Ethereum using devnet"
t_eth="
geth $cmdtest_py --coin=eth --daemon-id=geth ethdev
geth $cmdtest_py --coin=eth --daemon-id=geth ethbump
reth $cmdtest_py --coin=eth --daemon-id=reth ethdev
reth $cmdtest_py --coin=eth --daemon-id=reth ethbump
geth $cmdtest_py --coin=eth --eth-daemon-id=geth ethdev ethbump
reth $cmdtest_py --coin=eth --eth-daemon-id=reth ethdev ethbump
"
[ "$FAST" ] && t_eth_skip='reth'