core: extract GUI-free logic into bal.core (reminders/checkalive/input_rules); fix save/sign tx RLock pickle by serializing tx; keep invalid heirs in wallet on build; tb1 testnet will-executor addresses; move tests to core modules
This commit is contained in:
@@ -305,10 +305,14 @@ def _make_merge_fake(willitems):
|
||||
wallet=FakeWallet(),
|
||||
bal_window=None,
|
||||
date_to_check=1700000000,
|
||||
will_settings={"threshold": 1700000000},
|
||||
bal_plugin=SimpleNamespace(
|
||||
HISTORY_LABEL=SimpleNamespace(
|
||||
get=lambda: "BAL will history ({willexecutor})"
|
||||
)
|
||||
),
|
||||
# BASIC is the default user type; merge_will resolves date_to_check
|
||||
# through bal.core.checkalive when it is missing.
|
||||
is_basic_mode=lambda: True,
|
||||
),
|
||||
update_all=lambda: calls.append("update_all"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user