Fixes
Solidity's 0.8.35 reserves "error" as future keyword and raises the following warning:
Warning (6335): "error" will be promoted to keyword in the future and will not be allowed as an identifier anymore.
--> src/Vm.sol:1744:55:
|
1744 | function assertNotEq(address left, address right, string calldata error) external pure;
| ^^^^^^^^^^^^^^^^^^^^^
To prevent the rendering of a large number of warnings when a user builds their project due to the use of "error" in forge-std the instances have been changed to use "err", resolving the warning.
- ci: bump SOLC_LATEST to 0.8.35 by @zerosnacks in #854
Chores
- chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 by @dependabot[bot] in #853
- chore(release): bump package.json for v1.16.1 by @zerosnacks in #855
Full Changelog: v1.16.0...v1.16.1