You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#267. Gathers up all
constants used throughout forge-std in a single library so they are
easier to access.
~~The refactoring around the constants is minimal, it's mostly
replacements of arbitrary values with references to the new library. No
changes are visible from the outside, the 3 constants removed from
`StdUtil` were private. Many more refactorings, like dropping other
private constants that are used more than once or are variations about
`type(uintXXX).max`, may be done in separate PRs.~~
0 commit comments