Dmitry Holodov
Dmitry Holodov
It's a usability burden to create 2 separate clients to talk to the same server. We should just have one client that gives access to whole swapd RPC/WS API. Currently,...
When using Infura you can easily go over the API limits (if your limit is low). We need to audit the calls to see if can reduce the number of...
Filtering fixes improvements: (1) Sometimes we print duplicates when querying our own addresses (`swapcli addresses`). Not sure what specific network setups cause this. We should remove duplicates. (2) When querying...
Thank you for this example! I have one minor improvement. Google is giving back the names in UTF-8, but that may not be the default encoding the browser chooses. This...
This PR ports the Cryptonote slow hash to Rust eliminating the C code. It doesn't use unsafe and, for better or worse, tries to follow the C code reasonably closely....