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

wip: Upgrade astroport messaging to v5 #58

Merged
merged 34 commits into from
Aug 28, 2024

Conversation

apollo-sturdy
Copy link
Contributor

No description provided.

@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch 9 times, most recently from 0cda1e3 to 71b8221 Compare June 5, 2024 02:52
@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch 4 times, most recently from cc37ee2 to 847bc3e Compare June 9, 2024 18:29
@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch 11 times, most recently from c6534b5 to 6fb8b1c Compare June 11, 2024 11:52
@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch from bc35aa0 to aa46a97 Compare July 14, 2024 23:09
@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch from 5826364 to 5bcc131 Compare July 30, 2024 03:02
@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch 3 times, most recently from 5224cf7 to 389c6a2 Compare August 15, 2024 01:54
@ApolloGie ApolloGie force-pushed the dev/astroport-native-lp-tokens branch from 389c6a2 to 46ef9f2 Compare August 15, 2024 02:03
Makefile.toml Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Cargo.toml Show resolved Hide resolved
Comment on lines +292 to +297
fn execute_tx(
&self,
_tx_bytes: &[u8],
) -> test_tube::RunnerResult<cosmrs::proto::tendermint::v0_37::abci::ResponseDeliverTx> {
todo!()
}
Copy link
Contributor Author

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?

let alice = app.init_account(&[coin(1000, "uosmo")]).unwrap();

let res = instantiate_astro_token(&app, &alice).unwrap();

println!("MsgInstantiateContractRes: {:?}", res);
Copy link
Contributor Author

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 Show resolved Hide resolved
src/astroport/utils.rs Outdated Show resolved Hide resolved
Comment on lines 334 to 336
astro_token: AssetInfoV2::Token {
contract_addr: Addr::unchecked(&astro_token),
},
Copy link
Contributor Author

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?

src/astroport/utils.rs Outdated Show resolved Hide resolved
src/astroport/utils.rs Outdated Show resolved Hide resolved
@apollo-sturdy apollo-sturdy merged commit 166b957 into master Aug 28, 2024
7 checks passed
@apollo-sturdy apollo-sturdy deleted the dev/astroport-native-lp-tokens branch August 28, 2024 10:45
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 this pull request may close these issues.

4 participants