Fix BlobTx RPC #266

Merged
roysc merged 10 commits from roysc/fix-blob-tx into v5 2024-08-07 04:50:54 +00:00
Showing only changes of commit 32353be7d5 - Show all commits

View File

@ -22,11 +22,15 @@ if [[ -z $SKIP_BUILD ]]; then
# Prevent conflicting tty output
export BUILDKIT_PROGRESS=plain
$laconic_so setup-repositories
$laconic_so build-containers
# The server itself will be run separately
$laconic_so setup-repositories \
--exclude git.vdb.to/cerc-io/ipld-eth-server
$laconic_so build-containers \
--exclude cerc/ipld-eth-server
fi
if ! $laconic_so deploy \
--exclude ipld-eth-server \
--env-file $CONFIG_DIR/stack.env \
--cluster test up
then