Skip to content

Commit

Permalink
Merge pull request #1 from InjectiveLabs/impl
Browse files Browse the repository at this point in the history
f: CW-20 Adapter - initial implementation (wip)
  • Loading branch information
albertchon authored Nov 18, 2022
2 parents 3e4a2f3 + 5fa76c7 commit 6ea5015
Show file tree
Hide file tree
Showing 41 changed files with 1,646 additions and 487 deletions.
6 changes: 6 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib"
integration-test = "test --test integration"
schema = "run --example schema"
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --locked
command: unit-test
args: --locked --tests
env:
RUST_BACKTRACE: 1
clippy:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ artifacts/

# macOS
.DS_Store

.idea/
.vscode/
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 6ea5015

Please sign in to comment.