-
Notifications
You must be signed in to change notification settings - Fork 32
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: tooling for tests about malformed kv queries #47
feat: tooling for tests about malformed kv queries #47
Conversation
3cbf7f0
to
6e53c44
Compare
Can you add more description please? It helps a lot to be in context with good description. |
tbh I found it very dangerous to have test specific code inside contract especially if this code can change behavior of the sudo handler. It may lead to unpredictable security flaws. |
@@ -36,6 +36,18 @@ pub enum ExecuteMsg { | |||
query_id: u64, | |||
}, | |||
/// Used only in integration tests framework to simulate failures. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add more descriptive comment for this and following methods please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I've added more detailed description
…on-org/neutron-contracts into feat/kv-query-keys-validation
…on-org/neutron-contracts into feat/kv-query-keys-validation
…on-org/neutron-contracts into feat/kv-query-keys-validation
…on-org/neutron-contracts into feat/kv-query-keys-validation
…on-org/neutron-contracts into feat/kv-query-keys-validation
linked PR: neutron-org/neutron#78
integration tests: neutron-org/neutron-integration-tests#34