feat: automatically update go mod and go sum after bindings change (#… #220
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
contracts/base/GeneralMiddleware.sol#L48
Variable name must be in mixedCase
|
contracts/base/GeneralMiddleware.sol#L50
GC: [source] on Event [UCHPacketSent] could be Indexed
|
contracts/base/GeneralMiddleware.sol#L59
Function sendUniversalPacket() must match Foundry test naming convention
|
contracts/base/GeneralMiddleware.sol#L66
Named parameters missing. MIN unnamed argumenst is 4
|
contracts/base/GeneralMiddleware.sol#L69
Function sendUniversalPacketWithFee() must match Foundry test naming convention
|
contracts/base/GeneralMiddleware.sol#L76
Code contains empty blocks
|
contracts/base/GeneralMiddleware.sol#L78
Function sendMWPacket() must match Foundry test naming convention
|
contracts/base/GeneralMiddleware.sol#L86
Named parameters missing. MIN unnamed argumenst is 4
|
contracts/base/GeneralMiddleware.sol#L89
All public or external methods in a contract must override a definition from an interface
|
contracts/base/GeneralMiddleware.sol#L89
Function onRecvMWPacket() must match Foundry test naming convention
|
This job succeeded
Loading