Andres G. Aragoneses

Results 228 issues of Andres G. Aragoneses

See https://gitlab.com/diginex/gwallet/issues/6

This commit also removes the Debian-unstable CI job since it was failing because some smuxi deps have been removed from Debian. Closes https://github.com/meebey/smuxi/issues/297

When the seller cancels an order, the buyer was getting a confusing message: ``` You have cancelled the order ID: orderID ``` Now the bot sends a message that tells...

CI of today started failing with: https://github.com/nblockchain/geewallet/actions/runs/9815030138 Quoting error: ``` Unhandled exception. System.AggregateException: One or more errors occurred. (Some problem when connecting to 'besu-at.etc-network.info') ---> System.Exception: Some problem when connecting...

We've had one occassion already where a wallet instance was crashing at start somehow finding invalid JSON. In this case we can just discard the data and recreate (because it's...

Fixes https://github.com/nblockchain/geewallet/issues/272

With this minimal wrappers, one could just download&install Rust and after that just type 'make', no need to be knowledgeable about how to build things in Rust ecosystem.

It is the last stable version that will work in dotnet v6.x runtime (next versions will be for 7.x and/or 8.x).

LB is still not yet available at the time of this writing but we will merge the PR when it is.