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

Polkadot abi generation overflows its stack #1520

Open
LucasSte opened this issue Sep 13, 2023 · 0 comments
Open

Polkadot abi generation overflows its stack #1520

LucasSte opened this issue Sep 13, 2023 · 0 comments
Labels
polkadot Concerns the Polkadot target

Comments

@LucasSte
Copy link
Contributor

When compiling this contract, the polkadot ABI generation overflows its stack.

contract hatchling {
    struct A {
        A [][2][1] b;
    }

    A private n1;
    constructor() {}

    function foo(uint a, uint b) public {

    }
}
@LucasSte LucasSte added the polkadot Concerns the Polkadot target label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polkadot Concerns the Polkadot target
Projects
None yet
Development

No branches or pull requests

2 participants
@LucasSte and others