Skip to content

Commit

Permalink
use 20.0.7 as base
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 15, 2024
1 parent 752af79 commit bc32326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ else
zetanode-upgrade: zetanode
@echo "Building zetanode-upgrade from binaries"
$(DOCKER) build -t zetanode:old -f Dockerfile-localnet --target old-runtime \
--build-arg OLD_VERSION='https://github.com/zeta-chain/node/releases/download/v20.0.0' \
--build-arg OLD_VERSION='https://github.com/zeta-chain/node/releases/download/v20.0.7' \
--build-arg NODE_VERSION=$(NODE_VERSION) \
--build-arg NODE_COMMIT=$(NODE_COMMIT) \
.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ import (

// TestBitcoinDepositAndCallRevertWithDust sends a Bitcoin deposit that reverts with a dust amount in the revert outbound.
func TestBitcoinDepositAndCallRevertWithDust(r *runner.E2ERunner, args []string) {
// this test is not compatible with v20 base
if r.IsRunningUpgrade() {
return
}
// ARRANGE
// Given BTC address
r.SetBtcAddress(r.Name, false)
Expand Down

0 comments on commit bc32326

Please sign in to comment.