Skip to content

feat(contracts): add event params & make explicit un/cmp names #35

feat(contracts): add event params & make explicit un/cmp names

feat(contracts): add event params & make explicit un/cmp names #35

Triggered via pull request August 22, 2024 18:27
Status Failure
Total duration 4m 41s
Billable time 13m
Artifacts

ci-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.