Skip to content

Commit

Permalink
[Update SDK to SnarkVM version 0.15.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable authored Oct 3, 2023
2 parents 0604a41 + 2016eb4 commit d27ee3d
Show file tree
Hide file tree
Showing 37 changed files with 9,216 additions and 2,096 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,32 +152,6 @@ jobs:
- clear_environment:
cache_key: aleo-clippy-cache

aleo-sdk-integration-tests:
docker:
- image: cimg/rust:1.71.1-node
resource_class: xlarge
steps:
- checkout
- setup_environment:
cache_key: aleo-executable-cache
- run:
name: Aleo SDK Integration Tests
no_output_timeout: 30m
command: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd wasm
wasm-pack build --target nodejs -- --features serial --no-default-features
cd ..
sudo npm install --global typescript
cargo install snarkos
snarkos start --dev 0 --beacon --nodisplay 1> /dev/null &
cargo install aleo-development-server
aleo-develop start --server-address 0.0.0.0:4040 --peer http://localhost:3030 -d 1> /dev/null &
aleo-develop start --server-address 0.0.0.0:5050 --peer http://localhost:3030 -d -k ciphertext1qvqgkey2cxklg4g5qjnkk4dy50zypte5ewp5kwdm9pt833eyext32pu07dgkxqzmn0wnpxx8kvh2phws6j5njsu6zrys20xpvqmqhw9gpngs50mpe9e0nkp6uyzctzdq3fs2n4p9d3kvaps6mg6xu0sef0xpzm028m7 1> /dev/null &
cd sdk && npm install
sleep 200
npm run integration
workflows:
version: 2

Expand All @@ -186,4 +160,3 @@ workflows:
- wasm
- check-fmt
- check-clippy
- aleo-sdk-integration-tests
Loading

0 comments on commit d27ee3d

Please sign in to comment.