Skip to content

Commit

Permalink
fix: remove the voting-with-uuid contract
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed May 29, 2024
1 parent c2594e3 commit 9d8880a
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 4,315 deletions.
6 changes: 0 additions & 6 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="devcontract_cache_staking",target=/code/contracts/staking/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.9 ./contracts/staking

docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="devcontract_cache_voting_with_uuid",target=/code/contracts/voting-with-uuid/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.9 ./contracts/voting-with-uuid
```

## Entry points
Expand All @@ -84,4 +79,3 @@ points in order to demonstrate and test the flexibility we have.
| queue | yes | yes |
| reflect | yes | no |
| staking | yes | no |
| voting-with-uuid | yes | no |
7 changes: 0 additions & 7 deletions contracts/voting-with-uuid/.cargo/config

This file was deleted.

4 changes: 0 additions & 4 deletions contracts/voting-with-uuid/.gitignore

This file was deleted.

Loading

0 comments on commit 9d8880a

Please sign in to comment.