Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-08-18 | wallet2: better test on whether to allow output import | moneromooo-monero | 1 | -0/+9 | |
Being offline is not a good enough heuristic, so we keep track of whether the wallet ever refreshed from a daemon, which is a lot better, and probably the best we can do without manual user designation (which would break existing cold wallet setups till the user designates those wallets) | |||||
2022-08-18 | allow exporting outputs in chunks | moneromooo-monero | 1 | -14/+40 | |
this will make it easier huge wallets to do so without hitting random limits (eg, max string size in node). | |||||
2022-08-16 | wallet2: fixes for export/import output flow | j-berman | 1 | -16/+63 | |
- only allow offline wallets to import outputs - don't import empty outputs - export subaddress indexes when exporting outputs | |||||
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 1 | -2/+2 | |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 1 | -3/+2 | |
2019-09-17 | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 1 | -1/+2 | |
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 1 | -6/+5 | |
Also add missing bans test to the default tests | |||||
2019-04-20 | functional_tests: reset blockchain on test start | moneromooo-monero | 1 | -0/+7 | |
2019-04-11 | functional_tests: cold signing key images/outputs import/export | moneromooo-monero | 1 | -0/+6 | |
2019-04-11 | functional_tests: add describe_transfer tests | moneromooo-monero | 1 | -0/+16 | |
2019-03-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 1 | -2/+2 | |
2019-03-21 | functional_tests: add multisig and cold signing tests | moneromooo-monero | 1 | -0/+146 | |