Skip to content

v0.45.1-aurora

Compare
Choose a tag to compare
@mrLSD mrLSD released this 13 Aug 08:52
· 13 commits to master since this release
3fa7bb2

🚀 Finded and fixed vulnerabilities, code rafactoring and improvements

New changes

➡️ Updated rust toolchain to 1.80.0
➡️ Added clippy::pedantic
➡️ Fixed new clippy issues
⚠️ Found and fixed vulnerabilities related to 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

Contribution

  • #53 Fix: update toolchain clippy, fix clippy. Fix vulnarabilities @mrLSD