-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/multitest #61
base: upgrade-cosmwasm-1-0
Are you sure you want to change the base?
Conversation
Upgrade to cosmwasm 1.0
Upgrade cosmwasm 1 0
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 we format these files? there are alot of instances of 2-5 newlines in a row, as well as trailing newlines on files. We use this rustfmt.toml
in the shade
repo
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
# Stable configurations
edition = "2018"
max_width = 100
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true
# Nightly configurations
imports_layout = "HorizontalVertical"
imports_granularity = "Crate"
overflow_delimited_expr = true
reorder_impl_items = true
version = "Two"
let _response = router.execute_contract( | ||
owner_addr.to_owned(), | ||
&router_contract, | ||
&execute_swap, | ||
&[]); |
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.
Should probably be verifying the results of these swaps
Feature/multitest
Feature/multitest
No description provided.