Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: subdao timelocks impl tests #NTRN-320 #21

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed the custom voting module
  • Loading branch information
Andrei Zavgorodnii committed Jan 8, 2023
commit 02f814afa9b2e235b1a91b128c01c9ef5ea6646b
20 changes: 0 additions & 20 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"contracts/subdaos/cwd-subdao-core",
"contracts/subdaos/proposal/*",
"contracts/subdaos/pre-propose/*",
"contracts/subdaos/voting/*",
"contracts/subdaos/cwd-subdao-timelock-single",

"contracts/tokenomics/treasury",
Expand Down
4 changes: 0 additions & 4 deletions contracts/subdaos/voting/dao-voting-cw4/.cargo/config

This file was deleted.

15 changes: 0 additions & 15 deletions contracts/subdaos/voting/dao-voting-cw4/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions contracts/subdaos/voting/dao-voting-cw4/Cargo.toml

This file was deleted.

24 changes: 0 additions & 24 deletions contracts/subdaos/voting/dao-voting-cw4/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions contracts/subdaos/voting/dao-voting-cw4/examples/schema.rs

This file was deleted.

Loading