Open LucasSte opened 1 year ago
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 { } }
When compiling this contract, the polkadot ABI generation overflows its stack.