You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test case described in https://bisq.ontestpad.com/script/200#11 "Scenario: Password protected wallet can be restored using seed words from the password prompt at application startup" failed.
Each window in the process freezes my Ubuntu 18 display multiple times, and procedure fails to restore the password encrypted wallet. Note: the frozen display problem may be related to running multiple Bisq processes on a single host. This happens during every test cycle I work on, but the problem is not as pronounced as it is in this test case failure.
Test case passes when running one Bisq process (desktop) on mainnet.
Encrypt Bob's wallet with a password and shut down
Restart Bob's desktop
Click "FORGOT PASSWORD?" under "Enter password to unlock" prompt
Type or paste seed words into "Restore wallets from seedwords" text box, and click "RESTORE WALLETS" button
Click "I WANT TO RESTORE ANYWAY" button
Find yourself back to the "Restore wallets from seedwords" window (nothing changed)
Expected behaviour
After completing the steps described above, the wallet should be restored, unencrypted, and desktop should shut down. On failure, an error message describing the failure should appear.
Actual behaviour
Bisq UI goes into a loop: "RESTORE WALLETS" -> "I WANT TO RESTORE ANYWAY"
-> "RESTORE WALLETS" -> "I WANT TO RESTORE ANYWAY"
-> "RESTORE WALLETS" -> "I WANT TO RESTORE ANYWAY"
...
And each window freezes the computer screen.
(This could be a problem specific to my NVIDIA on Ubuntu 18 GPU.)
Device or machine
MSI laptop, Ubuntu 18, NVIDIA GTX 960M
The text was updated successfully, but these errors were encountered:
ghubstan
changed the title
Release/v1.3.5 TestCase restore wallet from seed from pwd prompt at app startup failed
Rel/v1.3.5 TestCase restore wallet from seed at app startup failed (regtest/dev mode only)
Jun 11, 2020
It is a race condition in PopupManager when with a stack of 2 popups, the top popup is being replaced by another top-level popup. The base layer popup ends up on top of the z-order, obscuring the correct one.
(If you are using Ubuntu, click on the Bisq icon on the left of the screen, it will show you the three windows in the stack and you can select the correct one).
Description
Test Case fails in regtest / dev mode only
The test case described in https://bisq.ontestpad.com/script/200#11
"Scenario: Password protected wallet can be restored using seed words from the password prompt at application startup" failed.
Each window in the process freezes my Ubuntu 18 display multiple times, and procedure fails to restore the password encrypted wallet. Note: the frozen display problem may be related to running multiple Bisq processes on a single host. This happens during every test cycle I work on, but the problem is not as pronounced as it is in this test case failure.
Test case passes when running one Bisq process (desktop) on mainnet.
Version
release/v1.3.5 at commit 4ee2f35
Steps to reproduce
Start Bitcond and Bisq test/regtest mode processes
Test case passes when running single Bisq process (desktop) on mainnet
BITCOIND Start bitcoind in regtest mode
SEEDNODE
seednode/build/libs/seednode-all.jar --seedNodes=localhost:2002 --bitcoinRegtestHost=localhost --rpcBlockNotificationPort=5000 --rpcHost=localhost --rpcUser=me --rpcPassword=password --baseCurrencyNetwork=BTC_REGTEST --rpcPort=18443 --daoActivated=true --fullDaoNode=true --useLocalhostForP2P=true --useDevPrivilegeKeys=true --nodePort=2002 --appName=bisq-BTC_REGTEST_Seed_2002
ARBITRATION NODE (register mediator and refund agent after arbitration desktop starts up)
desktop/build/libs/desktop-1.3.5-all.jar -seedNodes=localhost:2002 --daoActivated=true --fullDaoNode=true --genesisBlockHeight=111 --genesisTxId=30af0050040befd8af25068cc697e418e09c2d8ebd8d411d2240591b9ec203cf --baseCurrencyNetwork=BTC_REGTEST --useLocalhostForP2P=true --nodePort=4444 --appName=bisq-BTC_REGTEST_Arb_dao --useDevPrivilegeKeys=true --bitcoinRegtestHost=localhost --rpcHost=localhost --rpcUser=me --rpcPassword=password --rpcPort=18443 --rpcBlockNotificationPort=5001
BOB
desktop/build/libs/desktop-1.3.5-all.jar --seedNodes=localhost:2002 --daoActivated=true --fullDaoNode=false --baseCurrencyNetwork=BTC_REGTEST --bitcoinRegtestHost=localhost --rpcHost=localhost --rpcPort=18443 --rpcUser=me --rpcPassword=password --rpcBlockNotificationPort=5003 --genesisBlockHeight=111 --genesisTxId=30af0050040befd8af25068cc697e418e09c2d8ebd8d411d2240591b9ec203cf --useDevPrivilegeKeys=true --useLocalhostForP2P=true --nodePort=6666 --appName=bisq-BTC_REGTEST_Bob_dao
Encrypt Bob's wallet with a password and shut down
Restart Bob's desktop
Click "FORGOT PASSWORD?" under "Enter password to unlock" prompt
Type or paste seed words into "Restore wallets from seedwords" text box, and click "RESTORE WALLETS" button
Click "I WANT TO RESTORE ANYWAY" button
Find yourself back to the "Restore wallets from seedwords" window (nothing changed)
Expected behaviour
After completing the steps described above, the wallet should be restored, unencrypted, and desktop should shut down. On failure, an error message describing the failure should appear.
Actual behaviour
Bisq UI goes into a loop: "RESTORE WALLETS" -> "I WANT TO RESTORE ANYWAY"
-> "RESTORE WALLETS" -> "I WANT TO RESTORE ANYWAY"
-> "RESTORE WALLETS" -> "I WANT TO RESTORE ANYWAY"
...
And each window freezes the computer screen.
(This could be a problem specific to my NVIDIA on Ubuntu 18 GPU.)
Device or machine
MSI laptop, Ubuntu 18, NVIDIA GTX 960M
The text was updated successfully, but these errors were encountered: