libp2p / py-libp2p

The Python implementation of the libp2p networking stack 🐍 [under development]
https://libp2p.io
Other
481 stars 106 forks source link

fixed noise_state returns bytearray where we want bytes, add slow to … #449

Closed pacrob closed 8 months ago

pacrob commented 8 months ago

…pytest markers

What was wrong?

Failing tests due to bytearray vs bytes typing

How was it fixed?

Convert noise_state.decrypt output from bytearray to bytes. Added slow to pytest markers to remove warning.

To-Do

Cute Animal Picture

image