-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add multi-owner
cw-ownable
with cosmwasm v2 (#1)
* move all logic to `OwnershipStore`. This way `cw-ownable` is still a singleton. But can be re-use e.g. by defining `CREATOR: OwnershipStore = OwnershipStore::new("creator")` * cargo fmt * cargo clippy --tests * use api and storage (instead of DepsMut) for being less restrictive * fix ownable * remove unneccessary lifetime (clippy warning) --------- Co-authored-by: mr-t <[email protected]>
- Loading branch information
1 parent
4658ec9
commit eb4445e
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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