Skip to content

Conversation

@giovannivignone
Copy link

@giovannivignone giovannivignone commented Sep 1, 2025

Missing 'emit' for event emission in ActivePool.sol

Summary: ActivePool.sol emits the ActivePoolLUSDDebtUpdated event without the required 'emit' keyword in increaseLUSDDebt and decreaseLUSDDebt under Solidity 0.6.11, causing a compile-time error that blocks deployment/upgrade. No runtime or user fund impact exists.

Missing emit for NodeRemoved event in SortedTroves._remove

Summary: In SortedTroves.sol (Solidity 0.6.11), the NodeRemoved event is invoked without the emit keyword in _remove(), which is invalid in Solidity >=0.5.0 and prevents compilation/deployment. This is a development-time correctness issue with no runtime exploitability.

Screenshot 2025-09-01 at 2 01 30 PM Octane Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants