Private network tests fail against latest foundry image #334

Closed
opened 2023-03-13 17:41:45 +00:00 by ABastionOfSanity · 1 comment
ABastionOfSanity commented 2023-03-13 17:41:45 +00:00 (Migrated from github.com)

DEPLOYED_ADDRESS=$(forge create --keystore $(cat ~/transaction_info/CURRENT_ETH_KEYSTORE_FILE) --rpc-url http://127.0.0.1:8545 --constructor-args 1 --password $(cat ${ETHDIR}/config/password) --legacy /root/stateful/src/Stateful.sol:Stateful | grep "Deployed to:" | cut -d " " -f 3)

from start-private-network.sh
Does not work against latest foundry image

> DEPLOYED_ADDRESS=$(forge create --keystore $(cat ~/transaction_info/CURRENT_ETH_KEYSTORE_FILE) --rpc-url http://127.0.0.1:8545 --constructor-args 1 --password $(cat ${ETHDIR}/config/password) --legacy /root/stateful/src/Stateful.sol:Stateful | grep "Deployed to:" | cut -d " " -f 3) from start-private-network.sh Does not work against latest foundry image
ABastionOfSanity commented 2023-03-16 14:11:40 +00:00 (Migrated from github.com)

Currently working against a pinned version of the foundry image. Further investigation of CLI options necessary to get working with foundry latest image.

Currently working against a pinned version of the foundry image. Further investigation of CLI options necessary to get working with foundry latest image.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/go-ethereum#334