Skip to content

Commit 8880b68

Browse files
authored
Merge branch 'main' into main
2 parents 9bb42ed + 6c7ba44 commit 8880b68

File tree

21 files changed

+1819
-1341
lines changed

21 files changed

+1819
-1341
lines changed

.circleci/config.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ workflows:
99
jobs:
1010
- contract_cw1_subkeys
1111
- contract_cw1_whitelist
12-
- contract_cw1_whitelist_ng
1312
- contract_cw3_fixed_multisig
1413
- contract_cw3_flex_multisig
1514
- contract_cw4_group
@@ -109,33 +108,6 @@ jobs:
109108
- target
110109
key: cargocache-cw1-whitelist-rust:1.58.1-{{ checksum "~/project/Cargo.lock" }}
111110

112-
contract_cw1_whitelist_ng:
113-
docker:
114-
- image: rust:1.58.1
115-
working_directory: ~/project/contracts/cw1-whitelist-ng
116-
steps:
117-
- checkout:
118-
path: ~/project
119-
- run:
120-
name: Version information
121-
command: rustc --version; cargo --version; rustup --version
122-
- restore_cache:
123-
keys:
124-
- cargocache-cw1-whitelist-ng-rust:1.58.1-{{ checksum "~/project/Cargo.lock" }}
125-
- run:
126-
name: Unit Tests
127-
environment:
128-
RUST_BACKTRACE: 1
129-
command: cargo unit-test --locked
130-
- run:
131-
name: Build and run schema generator
132-
command: cargo schema --locked
133-
- save_cache:
134-
paths:
135-
- /usr/local/cargo/registry
136-
- target
137-
key: cargocache-cw1-whitelist-ng-rust:1.58.1-{{ checksum "~/project/Cargo.lock" }}
138-
139111
contract_cw3_fixed_multisig:
140112
docker:
141113
- image: rust:1.58.1
@@ -781,7 +753,6 @@ jobs:
781753
- run:
782754
name: Build and run schema generator for contracts
783755
command: |
784-
export GLOBIGNORE='./contracts/cw1-whitelist-ng/'
785756
for C in ./contracts/*/
786757
do
787758
echo "Generating schema for $C ..."

Cargo.lock

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cw1-whitelist-ng/.cargo/config

Lines changed: 0 additions & 6 deletions
This file was deleted.

contracts/cw1-whitelist-ng/Cargo.toml

Lines changed: 0 additions & 41 deletions
This file was deleted.

contracts/cw1-whitelist-ng/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/cw1-whitelist-ng/README.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

contracts/cw1-whitelist-ng/src/bin/schema.rs

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)