This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
0.4.20
Patch release for the maker. The taker is not affected by these changes.
Fixes
- An issue where the maker was unable to take a proper decision to dispatch to legacy or libp2p protocol handling based on the
peer_id
. The code now tries to use libp2p and if we run into an error we fallback to the legacy protocol handling if we don't have apeer_id
for the CFD in the database.