mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 14:35:02 -04:00
Merge pull request #8513
959a3e6
wallet2: ensure imported outputs subaddresses are created (moneromooo-monero)a098504
wallet2: better test on whether to allow output import (moneromooo-monero)c5579ac
allow exporting outputs in chunks (moneromooo-monero)1e912ec
wallet2: fixes for export/import output flow (j-berman)692f1d4
wallet2: do not assume imported outputs must be non empty (moneromooo-monero)67b6d6a
wallet2: prevent importing outputs in a hot wallet (moneromooo-monero)d9fc666
wallet2: fix missing subaddress indices in 'light' exported outputs (moneromooo-monero)
This commit is contained in:
commit
c89d06341a
14 changed files with 455 additions and 84 deletions
|
@ -40,8 +40,9 @@ except:
|
|||
N_MONERODS = 4
|
||||
|
||||
# 4 wallets connected to the main offline monerod
|
||||
# a wallet connected to the first local online monerod
|
||||
N_WALLETS = 5
|
||||
# 1 wallet connected to the first local online monerod
|
||||
# 1 offline wallet
|
||||
N_WALLETS = 6
|
||||
|
||||
WALLET_DIRECTORY = builddir + "/functional-tests-directory"
|
||||
FUNCTIONAL_TESTS_DIRECTORY = builddir + "/tests/functional_tests"
|
||||
|
@ -61,6 +62,7 @@ wallet_extra = [
|
|||
["--daemon-port", "18180"],
|
||||
["--daemon-port", "18180"],
|
||||
["--daemon-port", "18182"],
|
||||
["--offline"],
|
||||
]
|
||||
|
||||
command_lines = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue