Michael Müller
Michael Müller
@davidsemakula While I agree that this is a very important issue, I've taken the liberty of marking it "Optional" instead of "Required" for v6. I think it's an involved issue...
@AlexD10S Could you try deploying the contract via e.g. polkadot-js? It's not a nice API, but this will already tell you if there's a more general error.
@Subway2023 It would be an interesting project. If you want to dive deeper into this, you could take a look at [the OWASP Smart Contract Top 10 vulnerabilities](https://scs.owasp.org/sctop10/) and check...
It used to be the case that we had the advantage of Rust supporting panic on arithmetic overflows (https://github.com/use-ink/ink/pull/2631), but Solidity supports that now too (https://solidity-by-example.org/hacks/overflow/).
@LucasGrasso This is a tracking issue, so you don't have to implement all of these functions at all. Let's just start with a single one: `gas_limit`. This is a host...
@LucasGrasso We are in the process of removing the off-chain testing environment. Hence you can just add the method there, but panic inside of it.
@LucasGrasso That's great! I've marked the others as ☑️.
Writing some more thoughts down here. We should make a decision soon. What I am concerned with is compatibility with Solidity contracts. Those always use `U256`, which allows to express...
@voliva Gotcha! Nice that you created this issue!
@mdqst Can you merge `master` into your PR?