Misha

Results 10 issues of Misha

- added `HandleEventToCorruptedNode()` to `AttackOrchestrator` interface - added `SendIngress()` to `AttackNetwork` interface - updated implementation for `HandleIncomeEvent()` for `IngressController` to return `bool` depending on whether attacker is registered with the...

Add ingress traffic unit tests for tests under `inscure/net/*_test.go` - `insecure/net/message_processor_test.go` - `insecure/net/network_ingress_test.go` This PR also does some general overdue clean up refactoring: - rename gRPC service from `CorruptibleConduitFactory` to...

Automation Team

## Context `integration/tests/bft/wintermute`

## Context `integration/tests/bft/passthrough`

# Context: This issue captures the engineering efforts to fill-in the missing parts of enabling ingress traffic, as well as to develop an integration test involving all the components of...

### Issue To Be Solved The code inside https://github.com/onflow/flow-go/tree/master/insecure is part of the BFT testing framework, BFTune. This code was meant to stand in a separate [BFTune repository](https://github.com/onflow/bftune). The insecure...

Feature
Feedback

**Describe the bug** Get error when trying to run `make run-prod` **To Reproduce** Steps to reproduce the behavior: 1. Install all dependencies and run `setup.sh` 2. run `make run-prod` 3....