-
Notifications
You must be signed in to change notification settings - Fork 1
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
wip: Upgrade astroport messaging to v5 #58
Conversation
0cda1e3
to
71b8221
Compare
cc37ee2
to
847bc3e
Compare
c6534b5
to
6fb8b1c
Compare
bc35aa0
to
aa46a97
Compare
5826364
to
5bcc131
Compare
5224cf7
to
389c6a2
Compare
389c6a2
to
46ef9f2
Compare
85cc2c3
to
5e7a816
Compare
7215d26
to
3f02a62
Compare
fn execute_tx( | ||
&self, | ||
_tx_bytes: &[u8], | ||
) -> test_tube::RunnerResult<cosmrs::proto::tendermint::v0_37::abci::ResponseDeliverTx> { | ||
todo!() | ||
} |
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 fix this or nah?
src/multi_test/runner.rs
Outdated
let alice = app.init_account(&[coin(1000, "uosmo")]).unwrap(); | ||
|
||
let res = instantiate_astro_token(&app, &alice).unwrap(); | ||
|
||
println!("MsgInstantiateContractRes: {:?}", res); |
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.
remove println
src/astroport/utils.rs
Outdated
astro_token: AssetInfoV2::Token { | ||
contract_addr: Addr::unchecked(&astro_token), | ||
}, |
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.
Change to native astro token?
b72e435
to
77119b0
Compare
No description provided.