Update lib with WalletTx version changes, Sticky Server and Note Automation as GUI setting, fix for getRandomServer #145

Merged
duke merged 7 commits from lucretius/SilentDragonLite:dev into dev 3 months ago
Collaborator
There is no content yet.
lucretius added 3 commits 3 months ago
Poster
Collaborator

this PR contains the changes for the version of WalletTx which fixes #134. Also added Sticky Server and Note Automation as GUI checkbox in the settings.

It also contains a fix for the getRandomServer() function #144. The function expected an OK back when a server responds. In reality, however, the following happens: when the server is alive, litelib_initialize_existing check the connection and tries to read the wallet. This causes an error because it cannot find it (SDL only has a non-encrypted wallet.dat for ms during encryption processes).For this reason, all servers were offline for getRandomServer().

I implemented a new method called litelib_check_server_online so we can check if the server response without reading our wallet like in litelib_initialize_existing

this PR contains the changes for the version of WalletTx which fixes #134. Also added Sticky Server and Note Automation as GUI checkbox in the settings. It also contains a fix for the getRandomServer() function #144. The function expected an OK back when a server responds. In reality, however, the following happens: when the server is alive, litelib_initialize_existing check the connection and tries to read the wallet. This causes an error because it cannot find it (SDL only has a non-encrypted wallet.dat for ms during encryption processes).For this reason, all servers were offline for getRandomServer(). I implemented a new method called litelib_check_server_online so we can check if the server response without reading our wallet like in litelib_initialize_existing
lucretius added 1 commit 3 months ago
lucretius added 1 commit 3 months ago
lucretius added 1 commit 3 months ago
lucretius changed title from Update lib with WalletTx version changes, Sticky Server and Note Automation as GUI setting to Update lib with WalletTx version changes, Sticky Server and Note Automation as GUI setting, fix for getRandomServer 3 months ago
lucretius added 1 commit 3 months ago
duke merged commit 4d2a32b6b2 into dev 3 months ago
Owner

@lucretius this looks like it fixes a huge problem in trying to see if a server is up/down, thank you! And the other improvements were sorely needed as well

@lucretius this looks like it fixes a huge problem in trying to see if a server is up/down, thank you! And the other improvements were sorely needed as well
The pull request has been merged as 4d2a32b6b2.
Sign in to join this conversation.
Loading…
There is no content yet.