v3-core icon indicating copy to clipboard operation
v3-core copied to clipboard

Explicit type conversion not allowed from "uint8" to "int24".

Open techOptimizor opened this issue 3 years ago • 3 comments

i get this issues when i try to compile v3-core is coming from contracts/libraries/TickBitmap.sol

techOptimizor avatar Sep 10 '22 13:09 techOptimizor

What was your compiler version set to?

ZCalz avatar Nov 11 '22 07:11 ZCalz

i get this issues when i try to compile v3-core is coming from contracts/libraries/TickBitmap.sol

Return swarp coin

Jones098 avatar Nov 11 '22 07:11 Jones098

i get this issues when i try to compile v3-core is coming from contracts/libraries/TickBitmap.sol

Go to the TickBitmap.sol library and manually typecast int24(uin8(tick)) .it will work.

0xhammadali avatar Mar 01 '24 11:03 0xhammadali