Integration of edr check
Fix testutil.go
Temporary replace management integrations
Fix tests
Fix test
Fix go.mod
Fix test
Fix test
Moved integration groups from integration db
Add comment
Rename integrated validation to approval
Update managemenet-integration dependency
Update go mod
Update go.mod
Fix lint
Fix go.sum
Fix test
Add comment
Bug fixes in API
Fix approval logic
Update managemenet-integration version
Fix mod interface
Fix test
Fix test
move group validation into account manager and switch validator from validating peers to syncing
- dupword checks for duplicate words in the source code
- durationcheck checks for two durations multiplied together
- forbidigo forbids identifiers
- mirror reports wrong mirror patterns of bytes/strings usage
- misspell finds commonly misspelled English words in comments
- predeclared finds code that shadows one of Go's predeclared identifiers
- thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers
With this change, we don't need to update all peers on startup. We will
check the existence of an update channel when returning a list or single peer on API.
Then after restarting of server consumers of API will see peer not
connected status till the creation of an updated channel which indicates
peer successful connection.