0xCLARITY
0xCLARITY
@dbale-altoros I read through the ABI functions and checked their signatures. They are: ```solidity abi.decode(bytes memory encodedData, (...)) returns (...); abi.encode(...) returns (bytes memory); abi.encodePacked(...) returns (bytes memory); abi.encodeWithSelector(bytes4 selector,...
@dbale-altoros - I pushed up a commit that I think fixes the linting issues of CI, but I'm not sure how to re-trigger the jobs. Any idea?
@dbale-altoros - any ETA on a new release?