ivypowered

Results 2 issues of ivypowered

On the Solana target, we do not validate the number of accounts passed to the program. However, in [contract_storage_data](https://github.com/hyperledger-solang/solang/blob/main/src/emit/solana/mod.rs#L287), we access `SolParameters.ka[0].data` (`[0, 0, 0, 3]`). Thus, if we pass...

Hello! First of all I want to say that this is a really great project. What you've put together here with Solidity is so much simpler, nicer, and easier to...