chore: upgrade to hardhat 3 #177
Open
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run solhint:
contracts/core/RebaseController.sol#L24
Missing @notice tag in variable 'emergencyPauser'
|
|
Run solhint:
contracts/core/RebaseController.sol#L21
Missing @notice tag in variable 'securityPool'
|
|
Run solhint:
contracts/core/RebaseController.sol#L19
Missing @notice tag in variable 'priorityPool'
|
|
Run solhint:
contracts/core/RebaseController.sol#L17
Missing @notice tag in variable 'stakingPool'
|
|
Run solhint:
contracts/core/RebaseController.sol#L15
Missing @author tag in contract 'RebaseController'
|
|
Run solhint:
contracts/core/RebaseController.sol#L9
global import of path ./interfaces/ISecurityPool.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
|
Run solhint:
contracts/core/RebaseController.sol#L8
global import of path ./interfaces/IStrategy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
|
Run solhint:
contracts/core/RebaseController.sol#L7
global import of path ./interfaces/IPriorityPool.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
|
Run solhint:
contracts/core/RebaseController.sol#L6
global import of path ./interfaces/IStakingPool.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
|
Run solhint:
contracts/core/RebaseController.sol#L4
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
background
wait
wait-all
cancel
Loading