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

Deprecate and remove cw_utils::Event #17

Closed
webmaster128 opened this issue Nov 10, 2023 · 1 comment · Fixed by #23
Closed

Deprecate and remove cw_utils::Event #17

webmaster128 opened this issue Nov 10, 2023 · 1 comment · Fixed by #23
Milestone

Comments

@webmaster128
Copy link
Member

It's unclear to me why this exists. Maybe from a time before we added the cosmwasm_std::Event. I can't see how this is useful today. If someone knows, please comment here.

/// This defines a set of attributes which should be added to `Response`.
pub trait Event {
    /// Append attributes to response
    fn add_attributes(&self, response: &mut Response);
}
@webmaster128
Copy link
Member Author

cw_utils::Event was added in CosmWasm/cw-plus#247 but cw1155 was removed in CosmWasm/cw-plus#830. Here is work ongoing adding cw1155 to cw-nfts: public-awesome/cw-nfts#78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant