Skip to content

Commit

Permalink
#52 Implement create-start-evm Subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-master committed Jul 8, 2022
1 parent 5a8bd73 commit 3348b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3348b5e

Please sign in to comment.