monero/tests/unit_tests
j-berman 564a7a31e8 multisig: fix #8537 seed restore (suggestions by @UkoeHB)
- spend secret key is no longer the sum of multisig key shares;
no need to check that is the case upon restore.
- restoring a multisig wallet from multisig info means that the
wallet must have already completed all setup rounds. Upon restore,
set the number of rounds completed accordingly.
2022-09-06 11:59:25 -06:00
..
account.cpp
address_from_url.cpp
aligned.cpp
apply_permutation.cpp
base58.cpp
block_queue.cpp
block_reward.cpp
blockchain_db.cpp
bootstrap_node_selector.cpp
bulletproofs_plus.cpp
bulletproofs.cpp multisig: fix critical vulnerabilities in signing 2022-06-30 12:56:40 -05:00
canonical_amounts.cpp
chacha.cpp
checkpoints.cpp
CMakeLists.txt
command_line.cpp
crypto.cpp
decompose_amount_into_digits.cpp
device.cpp
difficulty.cpp
dns_resolver.cpp
epee_boosted_tcp_server.cpp address PR comments 2022-07-08 15:10:03 -07:00
epee_levin_protocol_handler_async.cpp
epee_serialization.cpp
epee_utils.cpp
expect.cpp
fee.cpp
get_xtype_from_string.cpp
hardfork.cpp
hashchain.cpp
hmac_keccak.cpp
http.cpp
is_hdd.cpp
json_serialization.cpp
json_serialization.h
keccak.cpp
levin.cpp
lmdb.cpp
logging.cpp
long_term_block_weight.cpp
main.cpp
memwipe.cpp
mlocker.cpp
mnemonics.cpp
mul_div.cpp
multiexp.cpp
multisig.cpp multisig: fix #8537 seed restore (suggestions by @UkoeHB) 2022-09-06 11:59:25 -06:00
net.cpp
node_server.cpp
notify.cpp
output_distribution.cpp
output_selection.cpp
parse_amount.cpp
pruning.cpp
random.cpp
ringct.cpp multisig: fix critical vulnerabilities in signing 2022-06-30 12:56:40 -05:00
ringdb.cpp
rolling_median.cpp
rpc_version_str.cpp
scaling_2021.cpp
serialization.cpp multisig: fix critical vulnerabilities in signing 2022-06-30 12:56:40 -05:00
sha256.cpp
slow_memmem.cpp
subaddress.cpp
test_notifier.cpp
test_peerlist.cpp
test_protocol_pack.cpp
test_tx_utils.cpp
threadpool.cpp
tx_proof.cpp
unbound.cpp
unit_tests_utils.h
uri.cpp
varint.cpp
vercmp.cpp
wipeable_string.cpp
zmq_rpc.cpp