Skip to content

test/lib/LibCodeGenSlow.sol declares pragma solidity =0.8.25 on a library file #67

Description

@thedavidmeister

Audit scope: whole-repo, commit 7aa85a4

Dimension 4 (code quality) · low

Location: test/lib/LibCodeGenSlow.sol:3

Problem

The convention is ^ for library and abstract files, = for concrete including
test mocks. This is the only library file under test/, and it is the only one
of the 22 pinned wrongly — the other 21 are concrete contracts, correctly =.
All three src/lib/*.sol libraries use ^0.8.25.

Proposed fix

pragma solidity ^0.8.25;

Activity

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

Metadata

Metadata

Labels

auditAudit findinglowAudit findingpass4Audit finding

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions