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

Swap backend #448

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Swap backend #448

wants to merge 41 commits into from

Conversation

joel-medicala-yral
Copy link
Contributor

@joel-medicala-yral joel-medicala-yral commented Nov 6, 2024

closes #447

@ravi-sawlani-yral
Copy link
Collaborator

ravi-sawlani-yral commented Nov 6, 2024

Could we add details into the issue what is this trying to fix?

@ravi-sawlani-yral ravi-sawlani-yral marked this pull request as draft November 6, 2024 10:16
@joel-medicala-yral
Copy link
Contributor Author

Could we add details into the issue what is this trying to fix?

Umm this is the swap backend implementation im just writing the tests and its trail and error because i cant locally run the tests... I'll add the meramaids for better understanding

@@ -3,7 +3,7 @@ use ic_cdk_macros::query;
use shared_utils::canister_specific::individual_user_template::types::profile::UserProfileDetailsForFrontendV2;

#[query]
fn get_profile_details_v2() -> UserProfileDetailsForFrontendV2 {
pub fn get_profile_details_v2() -> UserProfileDetailsForFrontendV2 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think to do the guard i need it to be public na?

src/canister/individual_user_template/Cargo.toml Outdated Show resolved Hide resolved
src/lib/integration_tests/tests/creator_dao/main.rs Outdated Show resolved Hide resolved
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.

Swap backend
2 participants