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

OOM issue in principal-of? #585

Closed
Acaccia opened this issue Dec 16, 2024 · 0 comments · Fixed by #598
Closed

OOM issue in principal-of? #585

Acaccia opened this issue Dec 16, 2024 · 0 comments · Fixed by #598
Assignees
Labels
bug Something isn't working

Comments

@Acaccia
Copy link
Collaborator

Acaccia commented Dec 16, 2024

This test doesn't pass:

#[test]
fn principal_of_oom() {
    crosscheck_oom(
        "(principal-of? 0x03adb8de4bfb65db2cfd6120d55c6526ae9c52e675db7e47308636534ba7786110)",
        Ok(Some(
            Value::okay(
                PrincipalData::parse("ST1AW6EKPGT61SQ9FNVDS17RKNWT8ZP582VF9HSCP")
                    .unwrap()
                    .into(),
            )
            .unwrap(),
        )),
    )
}

(crosscheck_oom isn't in main yet, it's in #586 )

@Acaccia Acaccia added the bug Something isn't working label Dec 16, 2024
@github-project-automation github-project-automation bot moved this to Status: 🆕 New in Stacks Core Eng Dec 16, 2024
@BowTiedWoo BowTiedWoo self-assigned this Jan 10, 2025
@github-project-automation github-project-automation bot moved this from Status: 🆕 New to Status: ✅ Done in Stacks Core Eng Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants