Open muff1nman opened 4 years ago
Are the two wallets not running the same version ? The file format changed to prevent possible exploits since the boost format we used has a few buffer overflows.
No the offline wallet was using an older version (and still is until I can recompile to deal with a glibc incompatibility). Since these are key image files I trust, I'm not worried about buffer overflows.
glibc incompatibility
Is it this one due to lgamma/signgam, or yet another one? #6862
2.23 Was the glibc version complained about but haven't looked into it beyond that.
I don't think its reasonable to prevent people from loading old keyimage files as it makes it impossible (correct me if I'm wrong) to restore an offline wallet completely without being able to import old saved keyimages.
It's not preventing you from loading old format. It's preventing you from loading a new format.
Sure, but regardless one would still be stuck as if you setup a new offline wallet with the newest verison of monero you cannot get back to your previous state without being able to import older formats.
https://github.com/monero-project/monero/commit/8d71b2b1b3714a13d46247ed7342a1ad292c488d#diff-9d580668dab930045943902048e2ac22L116-R116