Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/hardfork/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ if [[ ! -L compatible-devnet ]]; then
fi
git submodule sync --recursive
git submodule update --init --recursive
git apply "$SCRIPT_DIR"/localnet-patches/compatible-{1,2}.patch
git apply "$SCRIPT_DIR"/localnet-patches/compatible.patch
nix "${NIX_OPTS[@]}" build "$compatible_build?submodules=1#devnet" --out-link "$INIT_DIR/compatible-devnet"
nix "${NIX_OPTS[@]}" build "$compatible_build?submodules=1#devnet.genesis" --out-link "$INIT_DIR/compatible-devnet"
git apply -R "$SCRIPT_DIR"/localnet-patches/compatible-{1,2}.patch
git apply -R "$SCRIPT_DIR"/localnet-patches/compatible.patch
if [[ $# == 0 ]]; then
cd -
rm -Rf "$compatible_build"
Expand Down
269 changes: 0 additions & 269 deletions scripts/hardfork/localnet-patches/compatible-2.patch

This file was deleted.