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

bug: contract struct not decoded correctly #1482

Closed
segfault-magnet opened this issue Aug 16, 2024 · 0 comments · Fixed by #1483
Closed

bug: contract struct not decoded correctly #1482

segfault-magnet opened this issue Aug 16, 2024 · 0 comments · Fixed by #1483
Assignees
Labels
bug Something isn't working

Comments

@segfault-magnet
Copy link
Contributor

segfault-magnet commented Aug 16, 2024

the following struct/enums

enum Location {
    Earth: u64,
    Mars: (),
}

struct Person {
    name: str,
    age: u64,
    alive: bool,
    location: Location,
    stats: Stats,
    some_tuple: (bool, u64),
    some_array: [u64; 2],
    some_b256: b256,
}

experience decoding issues.

@segfault-magnet segfault-magnet added the bug Something isn't working label Aug 16, 2024
@segfault-magnet segfault-magnet self-assigned this Aug 16, 2024
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant