Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
uint authored Oct 13, 2022
2 parents 9bb42ed + 6c7ba44 commit 8880b68
Show file tree
Hide file tree
Showing 21 changed files with 1,819 additions and 1,341 deletions.
29 changes: 0 additions & 29 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ workflows:
jobs:
- contract_cw1_subkeys
- contract_cw1_whitelist
- contract_cw1_whitelist_ng
- contract_cw3_fixed_multisig
- contract_cw3_flex_multisig
- contract_cw4_group
Expand Down Expand Up @@ -109,33 +108,6 @@ jobs:
- target
key: cargocache-cw1-whitelist-rust:1.58.1-{{ checksum "~/project/Cargo.lock" }}

contract_cw1_whitelist_ng:
docker:
- image: rust:1.58.1
working_directory: ~/project/contracts/cw1-whitelist-ng
steps:
- checkout:
path: ~/project
- run:
name: Version information
command: rustc --version; cargo --version; rustup --version
- restore_cache:
keys:
- cargocache-cw1-whitelist-ng-rust:1.58.1-{{ checksum "~/project/Cargo.lock" }}
- run:
name: Unit Tests
environment:
RUST_BACKTRACE: 1
command: cargo unit-test --locked
- run:
name: Build and run schema generator
command: cargo schema --locked
- save_cache:
paths:
- /usr/local/cargo/registry
- target
key: cargocache-cw1-whitelist-ng-rust:1.58.1-{{ checksum "~/project/Cargo.lock" }}

contract_cw3_fixed_multisig:
docker:
- image: rust:1.58.1
Expand Down Expand Up @@ -781,7 +753,6 @@ jobs:
- run:
name: Build and run schema generator for contracts
command: |
export GLOBIGNORE='./contracts/cw1-whitelist-ng/'
for C in ./contracts/*/
do
echo "Generating schema for $C ..."
Expand Down
19 changes: 0 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions contracts/cw1-whitelist-ng/.cargo/config

This file was deleted.

41 changes: 0 additions & 41 deletions contracts/cw1-whitelist-ng/Cargo.toml

This file was deleted.

14 changes: 0 additions & 14 deletions contracts/cw1-whitelist-ng/NOTICE

This file was deleted.

44 changes: 0 additions & 44 deletions contracts/cw1-whitelist-ng/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions contracts/cw1-whitelist-ng/src/bin/schema.rs

This file was deleted.

Loading

0 comments on commit 8880b68

Please sign in to comment.