-
timetherewere
Greetings, monero devs. I'm writing a short article about describing the purpose and basic usage of the seed offset parameter to restore_deterministic_wallet. I've noticed that the restore wallet function of the monero GUI does not allow users to input a seed offset. Is there a particular reason this functionality was omitted, or has it simply not been implemented yet?
-
moneromooo
No particular reason AFAIK.
-
timetherewere
thanks mooo. Any idea if there are plans to add it in at some point?
-
moneromooo
Whenever someone does it. Which is likely going to be soon now that you've mentioned it's missing :)
-
timetherewere
sweeeeet
-
UkoeHB_
happy to say multisig with subaddresses works :)
-
kayront
speaking of multisig
-
kayront
when calling make_multisig, it appears that if we fail to provide a password, the multisig wallet will become unusable -- the old password doesn't work, an empty password doesn't work
-
kayront
this is from the api, simplewallet does its magic
-
kayront
i'd like to, unless otherwise specified, keep the same password as before when doing the conversion to multisig.. which is what I assumed would happen.. monero-wallet-rpc shows this error, I don't think i'd seen it before: W Failed to open portable binary, trying unportable
-
kayront
there is no way to retrieve the current password from the wallet-rpc api right?
-
kayront
-
kayront
actually, the same happens even with giving a password argument .. bug?
-
moneromooo
Yes. An empty password should work fine. A non empty password should also work fine. Make sure it's not user error though, password not working seems likely to be that.
-
kayront
see pm moneromooo
-
sarang
Any way to get more details on a test failure from the GitHub CI workflow?
-
selsta
click on it
-
sarang
Heh, I know
-
selsta
should display logs
-
sarang
-
sarang
And unfortunately "RPC functional test failed" isn't terribly useful :D
-
sarang
(my local functional tests keep hanging)
-
selsta
did you rebase to master?
-
selsta
try rebasing and then force pushing
-
selsta
maybe you created the branch a while ago while tests were failing
-
sarang
Good point; perhaps shouldn't have just assumed master tests would have succeeded at fork time
-
selsta
also `pip install requests` should fix your local issue with functional tests
-
sarang
Yeah, already did that before testing
-
sarang
Odd that it just hangs on that test
-
sarang
been running for at least 12 hours
-
selsta
hmm that does not sound right
-
sarang
Hopefully it's just a rebase issue :)
-
sarang
It could be some bizarre local configuration problem, since at least the CI workflow completes within a couple of hours as expected (though with that failure)
-
mfoolb
6
-
-
» SerHack grabs pop corn
-
sarang
Got 2 hours of popcorn?
-
SerHack
no :(
-
selsta
sarang: IIRC functional tests were recently fixed (1 week ago) in master so this should fix it.
-
sarang
Ooh, interesting; did not know that
-
sarang
Well, it would fix any issues _other_ than whatever my branch might introduce (new tx proofs pass crypto tests, but also have some changes in wallet that aren't otherwise covered)
-
» sarang goes back to rebase some other stuff now...
-
sarang
selsta: all good after the rebase!
-
selsta
nice
-
kayront
could someone setup a local monero-wallet-rpc with --wallet-dir and curl'ing like a boss (
getmonero.org/resources/developer-guides/wallet-rpc.html), create_wallet (with a password), prepare_multisig (2nd wallet - do it together with a new wallet with simplewallet for example), make_multisig (give it the same password as in create_wallet).. then try to close_wallet and open_wallet with the password? does it work? if you could pm me
-
kayront
that, trying to work something out