Skip to content

Commit

Permalink
Merge pull request #7 from marco-sundsk/accumulative-patches-apr
Browse files Browse the repository at this point in the history
Accumulative patches in April
  • Loading branch information
marco-sundsk authored May 1, 2022
2 parents 5e64f41 + 809418a commit a20ad7f
Show file tree
Hide file tree
Showing 74 changed files with 3,786 additions and 10,691 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ jobs:
test_ref_exchange:
runs-on: ubuntu-latest
container:
image: nearprotocol/contract-builder:latest
image: rust:1.56.1
env:
RUSTFLAGS: -C link-arg=-s
steps:
- uses: actions/checkout@v2
- run: |
apt-get update && apt-get install -y git less vim clang && \
rustup toolchain install stable-2021-11-01 && \
rustup default stable-2021-11-01 && \
rustup target add wasm32-unknown-unknown && \
cd ref-exchange && \
cargo build --target wasm32-unknown-unknown --release
- run: |
cd ref-exchange && \
cargo test -- --skip fuzzy
make test
24 changes: 0 additions & 24 deletions .github/workflows/farming.yaml

This file was deleted.

11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sandbox-tests/compiled-contracts/*.wasm

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand All @@ -18,6 +18,9 @@ Cargo.lock

neardev

res/ref_exchange_local.wasm
res/ref_farming_local.wasm
res/ref_farming_v2_local.wasm
res/
!res/ref_exchange_141.wasm

# res/ref_farming.wasm
# res/ref_exchange.wasm
# res/ref_exchange_release.wasm
Loading

0 comments on commit a20ad7f

Please sign in to comment.