frangio / hardhat-exposed

Automatically expose internal Solidity functions for smart contract testing.
82 stars 13 forks source link

Plugin attempts to expose private constant in library #21

Closed ItsNickBarry closed 1 year ago

ItsNickBarry commented 1 year ago

Example here: https://github.com/solidstate-network/solidstate-solidity/blob/9a99628af2daacc26929f84ff29a6a30ae365d8d/contracts/utils/UintUtils.sol#L10

For now I can easily workaround by setting the constant to internal.

frangio commented 1 year ago

Fixed in 0.2.14. (89367e7393a06f0901aa3cc296ab29550cc33bdc) :slightly_smiling_face: