-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add/bank querier #278
Add/bank querier #278
Conversation
Codecov Report
Additional details and impacted files
|
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.
It looks like you removed WasmCodeQuerier for test-tube?
No it's still there : https://github.com/AbstractSDK/cw-orchestrator/pull/278/files#diff-dd167dc186b892e4feafe2f689fde78aad72b168572a9fc89039f1ca21c9dd58L348 |
} | ||
} | ||
|
||
pub trait MutCwEnv: BankSetter + CwEnv {} |
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.
nit: Could this be moved to top of the file
This PR aims at adding a Bank Querier capability to environments
Closes ORC-53