feat(contracts): add event params & make explicit un/cmp names #35
ci-pr.yml
on: pull_request
pre-commit
/
pre-commit
1m 5s
go-tests
/
unit_tests
4m 26s
go-lint
/
golangci
4m 29s
sol-tests
/
sol_tests
18s
Annotations
20 errors and 3 warnings
sol-tests / sol_tests
Process completed with exit code 1.
|
pre-commit / pre-commit
Process completed with exit code 1.
|
go-tests / unit_tests:
client/x/evmstaking/keeper/deposit.go#L19
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingDeposit has no field or method DepositorPubkey)
|
go-tests / unit_tests:
client/x/evmstaking/keeper/deposit.go#L24
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingDeposit has no field or method ValidatorPubkey)
|
go-tests / unit_tests:
client/x/evmstaking/keeper/redelegation.go#L18
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingRedelegate has no field or method DepositorPubkey)
|
go-tests / unit_tests:
client/x/evmstaking/keeper/set_address.go#L15
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingSetWithdrawalAddress has no field or method DepositorPubkey)
|
go-tests / unit_tests:
client/x/evmstaking/keeper/validator.go#L22
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingCreateValidator has no field or method ValidatorPubkey)
|
go-tests / unit_tests:
client/x/evmstaking/keeper/withdraw.go#L236
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingWithdraw has no field or method DepositorPubkey)
|
go-tests / unit_tests:
client/x/evmstaking/keeper/withdraw.go#L241
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingWithdraw has no field or method ValidatorPubkey)
|
go-tests / unit_tests
Process completed with exit code 1.
|
go-lint / golangci:
client/x/evmstaking/keeper/deposit.go#L19
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingDeposit has no field or method DepositorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/deposit.go#L24
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingDeposit has no field or method ValidatorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/redelegation.go#L18
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingRedelegate has no field or method DepositorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/set_address.go#L15
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingSetWithdrawalAddress has no field or method DepositorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/validator.go#L22
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingCreateValidator has no field or method ValidatorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/withdraw.go#L236
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingWithdraw has no field or method DepositorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/withdraw.go#L241
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingWithdraw has no field or method ValidatorPubkey) (typecheck)
|
go-lint / golangci:
client/x/evmstaking/keeper/deposit.go#L19
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingDeposit has no field or method DepositorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/deposit.go#L24
ev.ValidatorPubkey undefined (type *bindings.IPTokenStakingDeposit has no field or method ValidatorPubkey)
|
go-lint / golangci:
client/x/evmstaking/keeper/redelegation.go#L18
ev.DepositorPubkey undefined (type *bindings.IPTokenStakingRedelegate has no field or method DepositorPubkey)
|
sol-tests / sol_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pre-commit / pre-commit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pre-commit / pre-commit
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|