Skip to content

Commit

Permalink
Merge pull request #518 from AleoHQ/migration
Browse files Browse the repository at this point in the history
Migrates to using snarkVM and adds memory usage improvements for programs
  • Loading branch information
howardwu committed Jan 3, 2021
2 parents 5a0c924 + d5cb59c commit 0ca411c
Show file tree
Hide file tree
Showing 139 changed files with 478 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --release --all --features ci_skip --no-fail-fast
args: --all --features ci_skip --no-fail-fast

test-package:
name: Test Package
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
- export RUSTC_WRAPPER="sccache"
- |
declare -r SSH_FILE="$(mktemp -u $HOME/.ssh/XXXXX)"
openssl aes-256-cbc -K $encrypted_beefc4a47cdc_key -iv $encrypted_beefc4a47cdc_iv -in .travis/travis-snarkos.enc -out $SSH_FILE -d
openssl aes-256-cbc -K $encrypted_beefc4a47cdc_key -iv $encrypted_beefc4a47cdc_iv -in .travis/travis-snarkvm.enc -out $SSH_FILE -d
chmod 600 "$SSH_FILE" \
&& printf "%s\n" \
"Host github.com" \
Expand Down
Loading

0 comments on commit 0ca411c

Please sign in to comment.