Daniel C
Daniel C
The issue has disappeared for me recently but I'm not sure why. I would assume it has more to do with sway and wlroots as swayidle only sends a message...
I think that means a lot more math/logic to convert them since we need the Ether rate in the convert() function
This is still relevant - it should be considered when we implement the gas-less approach. Users could potentially mint GasTokens from our gas if we are the ones paying the...
> It's already possible to do non-interactive wallet creation over RPC (in the gRPC API, not the legacy JSON-RPC one) Is this remote initialization flow documented somewhere? I can't seem...
I had the same issue in Go. It seems that for some reason the way the code is written it runs `RegisterWalletServiceServer(...)` after `server.Serve()` which results in an error.
When the gRPC server is enabled with the `--experimantalrpclisten` flag it seems that it first registers the server Version and WalletLoader services and then starts the server. But after the...
Seems like the registration of the `WalletServiceServer` is done after the server is already running which results in a runtime error. There's a more elaborate issue here https://github.com/btcsuite/btcwallet/issues/670
Same issue here, it used to scale fine a few updates back, I just updated sway and now it's small when hovering over tabs, background and swaybar. **Update:** I managed...
The issue has disappeared for me recently but I'm not sure why. I would assume it has more to do with sway and wlroots as swayidle only sends a message...