-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use workspace for edition, license, repository, and version (#690)
* Use workspace for edition, license, repository, and version * Update schema
- Loading branch information
1 parent
b09db5a
commit 9261bb3
Showing
41 changed files
with
125 additions
and
111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-core" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO core module." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name ="cw-admin-factory" | ||
version = "2.1.0" | ||
authors = ["Jake Hartnell", "blue-note", "ekez <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A CosmWasm factory contract for instantiating a contract as its own admin." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "cw-fund-distributor" | ||
version = "0.1.0" | ||
authors = ["bekauz <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A CosmWasm contract for distributing funds to DAO members based on voting power." | ||
edition = { workspace = true } | ||
repository = { workspace = true } | ||
version = "0.1.0" | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
@@ -31,4 +31,4 @@ cw-paginate = { workspace = true } | |
[dev-dependencies] | ||
dao-core = { workspace = true, features = ["library"] } | ||
cw-multi-test = { workspace = true } | ||
cw20-base = { workspace = true, features = ["library"] } | ||
cw20-base = { workspace = true, features = ["library"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
contracts/external/cw-payroll-factory/schema/cw-payroll-factory.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "cw-token-swap" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A CosmWasm contract for swapping native and cw20 assets." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
[package] | ||
name = "cw-vesting" | ||
version = "2.1.0" | ||
authors = ["Jake Hartnell", "ekez <[email protected]>", "blue-note"] | ||
edition = "2021" | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
@@ -33,4 +35,4 @@ wynd-utils = { workspace = true } | |
anyhow = { workspace = true } | ||
cw-multi-test = { workspace = true } | ||
cw20-base = { workspace = true } | ||
dao-testing = { workspace = true } | ||
dao-testing = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-pre-propose-approval-single" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>", "Jake Hartnell <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO pre-propose module handling a proposal approval flow for for dao-proposal-single." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
@@ -40,4 +40,4 @@ dao-testing = { workspace = true } | |
dao-voting = { workspace = true } | ||
dao-voting-cw4 = { workspace = true } | ||
dao-voting-cw20-staked = { workspace = true } | ||
dao-proposal-single = { workspace = true } | ||
dao-proposal-single = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-pre-propose-approver" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>", "Jake Hartnell <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO pre-propose module for automatically making approval proposals for dao-pre-propose-approval-single." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-pre-propose-multiple" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>", "Jake Hartnell <[email protected]>", "blue-note"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO pre-propose module for dao-proposal-multiple for native and cw20 deposits." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-pre-propose-single" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO pre-propose module for dao-proposal-single for native and cw20 deposits." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
@@ -38,4 +38,4 @@ dao-interface = { workspace = true } | |
dao-testing = { workspace = true } | ||
dao-proposal-hooks = { workspace = true } | ||
dao-proposal-single = { workspace = true } | ||
cw-hooks = { workspace = true } | ||
cw-hooks = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name ="dao-proposal-condorcet" | ||
version = "0.1.0" | ||
authors = ["ekez <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO proposal module with ranked-choice, Condorcet voting." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = "0.1.0" | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
@@ -39,4 +39,4 @@ dao-testing = { workspace = true } | |
dao-voting-cw4 = { workspace = true } | ||
cw4-group = { workspace = true } | ||
cw4 = { workspace = true } | ||
anyhow = { workspace = true } | ||
anyhow = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-proposal-single" | ||
version = "2.1.0" | ||
authors = ["ekez <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO proposal module for single choice (yes / no) voting." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
@@ -56,4 +56,4 @@ cw20-base = { workspace = true } | |
cw721-base = { workspace = true } | ||
cw4 = { workspace = true } | ||
cw4-group = { workspace = true } | ||
cw-core-v1 = { workspace = true, features = ["library"] } | ||
cw-core-v1 = { workspace = true, features = ["library"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[package] | ||
name = "cw20-stake-external-rewards" | ||
version = "2.1.0" | ||
authors = ["Ben2x4 <[email protected]>", "ekez <[email protected]>"] | ||
edition = "2018" | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[package] | ||
name = "cw20-stake-reward-distributor" | ||
version = "2.1.0" | ||
edition = "2018" | ||
authors = ["Vernon Johnson <[email protected]>, ekez <[email protected]>"] | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "cw20-stake" | ||
version = "2.1.0" | ||
version = { workspace = true } | ||
authors = ["Ben2x4 <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/DA0-DA0/cw-dao/contracts/cw20-stake" | ||
description = "CW20 token that can be staked and staked balance can be queried at any height" | ||
edition = "2018" | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-voting-cw20-staked" | ||
version = "2.1.0" | ||
authors = ["Callum Anderson <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO voting module based on staked cw20 tokens." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-voting-cw4" | ||
version = "2.1.0" | ||
authors = ["Callum Anderson <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO voting module based on cw4 membership." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-voting-cw721-staked" | ||
version = "2.1.0" | ||
authors = ["CypherApe [email protected]"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO voting module based on staked cw721 tokens." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "dao-voting-native-staked" | ||
version = "2.1.0" | ||
authors = ["Callum Anderson <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A DAO DAO voting module based on staked cw721 tokens." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "cw-denom" | ||
version = "2.1.0" | ||
edition = "2021" | ||
authors = ["ekez [email protected]"] | ||
repository = "https://github.com/DA0-DA0/dao-contracts" | ||
description = "A package for validation and handling of cw20 and native Cosmos SDK denominations." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
version = { workspace = true } | ||
|
||
[dependencies] | ||
cosmwasm-std = { workspace = true } | ||
|
Oops, something went wrong.