hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.25k stars 210 forks source link

Bugfix: Incorrect size width calculation of dynamic primitive arrays in SCALE #1503

Closed xermicus closed 1 year ago

xermicus commented 1 year ago

Calculate the size width of dynamic primitive arrays based on the array length instead of the array size.

Partially fixes #1502