feature(state-processor): update validators EffectiveBalance
only when epoch turns
#12910
Annotations
6 errors and 2 warnings
Run test-unit-bench:
mod/consensus-types/pkg/types/deposit_message_test.go#L56
cannot use mocksSigner (variable of type *mocks.BLSSigner) as "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner value in argument to types.CreateAndSignDepositMessage: *mocks.BLSSigner does not implement "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner (wrong type for method PublicKey)
|
Run test-unit-bench:
mod/state-transition/pkg/core/state_processor_genesis_test.go#L54
cannot use mocksSigner (variable of type *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner) as "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner value in argument to createStateProcessor: *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner does not implement "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner (wrong type for method PublicKey)
|
Run test-unit-bench:
mod/state-transition/pkg/core/state_processor_genesis_test.go#L200
cannot use mocksSigner (variable of type *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner) as "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner value in argument to createStateProcessor: *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner does not implement "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner (wrong type for method PublicKey)
|
Run test-unit-bench:
mod/state-transition/pkg/core/state_processor_staking_test.go#L57
cannot use mocksSigner (variable of type *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner) as "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner value in argument to createStateProcessor: *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner does not implement "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner (wrong type for method PublicKey)
|
Run test-unit-bench:
mod/state-transition/pkg/core/state_processor_staking_test.go#L255
cannot use mocksSigner (variable of type *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner) as "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner value in argument to createStateProcessor: *"github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/mocks".BLSSigner does not implement "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto".BLSSigner (wrong type for method PublicKey)
|
Run test-unit-bench
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup Golang
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading