Skip to content

Commit

Permalink
Merge pull request #79 from informalsystems/ph/sdk-grpc-in-standalone…
Browse files Browse the repository at this point in the history
…-v0.38.x

Use CometMock address for rpc.laddr
  • Loading branch information
p-offtermatt authored Oct 17, 2023
2 parents 7a6fc24 + c451cf2 commit 90ae8aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/local-testnet-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ do
--home ${PROV_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${PROVIDER_COMETMOCK_ADDR} \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down Expand Up @@ -388,7 +388,7 @@ do
--home ${CONS_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${CONSUMER_COMETMOCK_ADDR} \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/local-testnet-singlechain-cometbft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ do
$BINARY_NAME start \
--home ${PROV_NODE_DIR} \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${PROVIDER_COMETMOCK_ADDR} \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/local-testnet-singlechain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ do
--home ${PROV_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr $PROVIDER_COMETMOCK_ADDR \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/local-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ do
--home ${PROV_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${PROVIDER_COMETMOCK_ADDR} \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down Expand Up @@ -384,7 +384,7 @@ do
--home ${CONS_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${CONSUMER_COMETMOCK_ADDR} \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down

0 comments on commit 90ae8aa

Please sign in to comment.