chore: port web3.js to solana-test-validator

This commit is contained in:
Michael Vines
2020-12-15 13:24:28 -08:00
committed by mergify[bot]
parent efc091e28a
commit fd7d2f82ae
12 changed files with 373 additions and 131 deletions

View File

@ -1,6 +1,7 @@
# |source| this file
set -ex
solana --version
ls -l lib
test -r lib/index.iife.js
@ -12,8 +13,5 @@ npm run flow
npm run lint
npm run codecov
make -C examples/bpf-c-noop/
examples/bpf-rust-noop/do.sh build
npm run localnet:update
npm run localnet:up
npm run test:live
npm run localnet:down
cargo build-bpf --manifest-path examples/bpf-rust-noop/Cargo.toml
npm run test:live-with-test-validator