aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/wallet_tools.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]jeffro2562024-04-291-4/+4
| | | | | | | | | | | | | | | | Related to https://github.com/monero-project/research-lab/issues/78 Added a relay rule that enforces the `unlock_time` field is equal to 0 for non-coinbase transactions. UIs changed: * Removed `locked_transfer` and `locked_sweep_all` commands from `monero-wallet-cli` APIs changed: * Removed `unlock_time` parameters from `wallet2` transfer methods * Wallet RPC transfer endpoints send error codes when requested unlock time is not 0 * Removed `unlock_time` parameters from `construct_tx*` cryptonote core functions @tobtoht: undo rebase changes tx.dsts -> tx_dsts
* multisig: fix critical vulnerabilities in signinganon2022-06-301-1/+1
|
* tests: fix HF12 chaingen - construct bc object from eventsDusan Klinec2019-11-131-3/+0
|
* add a few checks where it seems appropriatemoneromooo-monero2019-04-291-0/+1
|
* tests: trezor tests fixes and improvementsDusan Klinec2019-04-101-1/+1
| | | | - configurable hardforks via env vars
* tests/trezor: HF9 and HF10 testsDusan Klinec2019-03-201-1/+0
| | | | | | | | | - tests fixes for HF10, builder change, rct_config; fix_chain - get_tx_key test - proper testing after live refresh added - live refresh synthetic test - log available funds for easier test construction - wallet::API tests with mocked daemon
* device/trezor: debugging features, trezor testsDusan Klinec2019-03-051-0/+287