mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 16:08:26 -05:00
Fix validator activation monitoring with inactive keys (#8558)
* refactor / move waiting for activation updates * Commentary * Update test to follow the full code path * gofmt and goimports * manual imports fixes * Apply suggestions from code review typo fixes * Remove redundant handleAccountsChanged and chan. Thanks @nisdas * var sub = to sub := Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
@@ -3,7 +3,6 @@ package derived
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
constant "github.com/prysmaticlabs/prysm/validator/testing"
|
||||
"testing"
|
||||
|
||||
validatorpb "github.com/prysmaticlabs/prysm/proto/validator/accounts/v2"
|
||||
@@ -12,6 +11,7 @@ import (
|
||||
"github.com/prysmaticlabs/prysm/shared/testutil/assert"
|
||||
"github.com/prysmaticlabs/prysm/shared/testutil/require"
|
||||
mock "github.com/prysmaticlabs/prysm/validator/accounts/testing"
|
||||
constant "github.com/prysmaticlabs/prysm/validator/testing"
|
||||
"github.com/tyler-smith/go-bip39"
|
||||
util "github.com/wealdtech/go-eth2-util"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user