-
selstaGUI compiles with `-- Building without build tag`
-
selstaso that explains it
-
moneromoooStill doesn't show the source hash. I'm thinking maybe there was no source tarball for the GUI at the time so it falls back.
-
selstaIt does show the source hash?
-
selstaSHA256(/Users/selsta/Downloads/monero-gui-source-v0.15.0.1.tar.bz2)= 260edb14b1614e5b862b761eccd6259c1f0914d978016b227a9f4558059e4866
-
moneromooos/n\'t//
-
moneromoooWhat does the GUI pas as parameters to get_update_url ?
-
selstaGUI calls WalletManager::checkUpdates with ("monero-gui", "gui") as parameters
-
selstaCan you explain where you think that there’s a bug?
-
selstabecause I think everything is working ok we just have to set BUILD_TAG
-
moneromoooI don't know.
-
selstaok I fixed it in monero-project/monero-gui #2485
-
selsta
-
moneromooolol, it looks like it's trolling you, telling you you have ZERO monero :D
-
selstalol a lot of people complained about this
-
selstasome even had the suspicion that the wallet is built for whales
-
selstaI found a minor bug with get_update_url :D
-
selsta
-
selstathat was the bug you were looking for moo :P
-
moneromoooI don't think so, since the original filename had "win-x64" or similar, and not "source". Still a bug though, thanks.
-
selstanow I get what you mean
-
selstathe GUI url was manually constructed by looking at the OS, that’s why it showed the win-x64 download
-
moneromoooOK, explains why it works for monerod then. Thanks :)
-
selstaI fixed it in #2485
-
moneromoooStill seems fishy. If the build tag isn't set, it should use source. It displayed win-x64.
-
selstaIt would have displayed source but only the hash part from the checkUpdates response was used.
-
selstaThe GUI saw that it was run on Windows and had the win-x64 URL hardcoded, it didn’t use the response.
-
moneromoooAh. OK then.
-
moneromoooThanks for fixing :)