accelleon / libminer

Async library to abstract query and control of a variety of ASIC miners
1 stars 0 forks source link

Docs + integration tests #3

Open accelleon opened 2 years ago

accelleon commented 2 years ago

Self-explanatory:

accelleon commented 1 year ago

In order to mock the websocket and HTTP calls miner implementations will need to replace TcpStream with an implementation generic over T: AsyncRead + AsyncWrite. tokio_test::io will likely be used for this.

Due to this, I will schedule this to be worked alongside #2 .