Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduce messenger and toEngine channel (#15)
* introduce messenger and toEngine channel * get rid of avalanchego libs, add toEngine * get rid of grpcutils * regenerate proto files with buf 1.31.0 * close goroutine that listen toEngine * add transport credentials * add http import * use mock for gRPC client connection for unit tests * mempool handler: trigger `toEngine` channel when transaction appear in mempool * fix static check error: should use for range instead of for { select {} } (S1000) dominikh/go-tools#503 (comment) --------- Co-authored-by: Ivan Sukach <[email protected]> Co-authored-by: ramil <[email protected]>
- Loading branch information