baking-bad / beacon-dotnet-sdk

Beacon .NET SDK for Tezos wallet developers to seamlessly connect to multiple dApps
https://www.nuget.org/packages/Beacon.Sdk
MIT License
12 stars 5 forks source link

Refactor communication client #24

Closed iviich4eL closed 2 years ago

iviich4eL commented 2 years ago

Client in BeaconSdk.Infrastructure.Transport.Communication is a bit messy. I need to refactor it.

iviich4eL commented 2 years ago

Client in BeaconSdk.Infrastructure.Transport.Communication is now P2PClient in BeaconSdk.Infrastructure.Transport.P2P. I have refactored some channel opening logic using the Builder pattern.