xermicus

Results 97 comments of xermicus

Sorry @cmichi this is on my back log (thanks for the feedback)! Would be nice to have this example in the ink v4 release :blush:

Yes as soon as ink! 5.0 is released I'll keep Solang up and make a new release. As for the events, this shouldn't be any issue to adapt. In general...

@devratapuri are you still working on this?

If not, @5hv5hvnk feel free to tackle this issue

@seanyoung Above contract compiles fine for the substrate target, I conclude that this has been solved in the meantime.

This won't even compile with `solc`: ``` Error: Explicit type conversion not allowed from "uint256" to "address". --> bug.sol:7:26: | 7 | address myAddr = address(newAddress); | ^^^^^^^^^^^^^^^^^^^ ```

Of course, maybe next time I should read the contract first

We should check that the right LLVM version is available in `build.rs` and report that back to the user. I think this would avoid confusion.

[This is solved](https://github.com/hyperledger/solang/blob/de11ed32aebc90b73e0822171f85afc785566f12/tests/polkadot_tests/errors.rs#L80-L99) since a while ago. Additionally, after #1454 it will be fully usable in try catch.

Closed by #1227