v0.45.1-aurora
🚀 Finded and fixed vulnerabilities, code rafactoring and improvements
New changes
➡️ Updated rust toolchain to 1.80.0
➡️ Added clippy::pedantic
➡️ Fixed new clippy issues
signed->unsigned
casting. It affects gas_used
calculations. In some cases, it was possible cases, when casting i64->u64
could produce an unexpected number, and gas_used
calculation may produce wrong result.
➡️ Fixed casting logic for u64->usize
as it can produce truncated numbers fro 32-bit systems (like wasm32
)
➡️ Improved numbers casting logic
➡️ Added clippy::as_conversions