Afshin Arani

Results 14 issues of Afshin Arani

This commit adds a key-blinding function based on ed25519, described in more detail in https://github.com/torproject/torspec/blob/main/rend-spec-v3.txt#L2270.

Recently CI has been extremely buggy and unreliable, during extensive testing TCP Transport is identified as the culprit. Errors like > System.InvalidOperationException : Couldn't read the packet length (was 0,...

closes #14 , #16

Currently, we separated the TgSharp to 2 different parts namely "TgSharp.TL" and "TgSharp.Core", there is a side effect to this which is that a lot of functions/properties that should've been...

I no longer own this address

closes #19

### Description There's already a rule to favor typed ignore instead of the non-typed version, the same logic is applicable to Async.Ignore, so maybe FSharpLint should also throw a warning...

This commit makes couple functions in UtxoCoinAccount, public. This allows GWallet consumers (as nuget package) to create/sign transactions and create public addresses.