cronos
cronos copied to clipboard
Problem: make gen-cronos-contracts does not uses the latest solidity compiler
Upgrade compiler to be able to use v0.8x
I think this one is fixed right?
no it is still using 0.6.8
I think we need at least 0.8.1
https://github.com/crypto-org-chain/cronos/blob/main/contracts/shell.nix#L7
ah, you mean the ModuleCRC
the main blocker is the ds-token only support up to 0.6.x, an alternative is to switch to openzeppelin.
is there a specific issue with older compilers?
hmm maybe its okay but for the standard sake, maybe it would be better to use the latest version