Skip to content

QGB: Unchecked Arithmetic Can Save Gas #202

@onurakpolat

Description

@onurakpolat
ID 019
Finding Unchecked Arithmetic Can Save Gas
Severity 0 - Informational
Description Incrementing of i is certain to not overflow (block gas limit would be reached before an overflow is possible).
Recommendation Make use of unchecked {} where operations are certain to not overflow.
Code References QuantumGravityBridge.sol#L193-L226

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions