nblockchain / geewallet

geewallet is a non-custodial, minimalistic & pragmatist opensource crossplatform lightweight brainwallet to hold the most important cryptoassets in the same application with ease & peace of mind
MIT License
61 stars 37 forks source link

Backend: upgrade JsonRpcSharp & Nethereum #261

Closed knocte closed 6 months ago

knocte commented 6 months ago

The underlying reason to upgrade these dependencies was to actually upgrade their transitive dependencies (mainly the one called System.IO.Pipelines), with the hope that it might fix https://github.com/nblockchain/geewallet/issues/258 . In case it does not, we will create a new bug (hopefully with new stacktrace).

Closes https://github.com/nblockchain/geewallet/issues/258