Bump undici from 5.19.1 to 5.26.3 #195
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
contracts/interface/ITellor.sol#L2
Found more than One contract per file. 2 contracts found!
|
contracts/mocks/BenchUsingTellor.sol#L4
global import of path ../UsingTellor.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/TellorPlayground.sol#L4
Contract has 17 states declarations but allowed no more than 15
|
contracts/TellorPlayground.sol#L27
Explicitly mark visibility of state
|
contracts/TellorPlayground.sol#L36
Constant name must be in capitalized SNAKE_CASE
|
contracts/TellorPlayground.sol#L70
Provide an error message for require
|
contracts/TellorPlayground.sol#L70
Use Custom Errors instead of require statements
|
contracts/TellorPlayground.sol#L109
Provide an error message for require
|
contracts/TellorPlayground.sol#L109
Use Custom Errors instead of require statements
|
contracts/TellorPlayground.sol#L119
Provide an error message for require
|
The logs for this run have expired and are no longer available.
Loading