chore: port web3.js to solana-test-validator
This commit is contained in:
committed by
mergify[bot]
parent
efc091e28a
commit
fd7d2f82ae
@ -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
|
||||
|
Reference in New Issue
Block a user