diff --git a/Dockerfile b/Dockerfile index 54b0e12..5097404 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG SOLANA_REVISION=v1.9.12 +ARG SOLANA_REVISION=v1.10.29 # Install BPF SDK FROM solanalabs/rust:latest AS builder RUN rustup toolchain install stable diff --git a/run-tests.sh b/run-tests.sh index d458ea1..cf1c3f4 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -37,5 +37,7 @@ launch-script --config testing.cfg --send-trx proposal --proposal LAST finalize- sleep 65 launch-script --config testing.cfg --send-trx proposal --proposal LAST execute +solana program write-buffer --buffer-authority artifacts/creator.keypair deploy/evm_loader.so + # launch-script --config testing.cfg --send-trx environment evm # launch-script --config testing.cfg --send-trx proposal --proposal LAST create-start-evm --buffer