Commit graph

27 commits

Author SHA1 Message Date
e1f7a50ba4
minor changes and fixes 2020-02-15 14:11:30 +00:00
3951925a93
reimplement Monero wallet creation/syncing tool
This patch reimplements the `mmgen-tool` commands `keyaddrlist2monerowallets`
and `syncmonerowallets`.

- to communicate with monerod, the helper daemon `monero-wallet-rpc` is now
  used instead of `monero-wallet-cli`.  The helper daemon is started and
  stopped automatically
- wallet sync time is significantly reduced
- commands should now work under MSWin/MSYS2 (testing TBD)
2020-02-12 10:38:27 +00:00
6f0e51d566
Daemon: handle path and RPC port selection logic in class 2020-02-08 17:43:59 +00:00
69890d831b
TestDaemon: use non-standard RPC ports 2019-12-08 18:29:46 +00:00
041c55b65a
test.py,unit_tests.py: start/stop BTC,LTC,BCH daemons automatically 2019-12-07 12:45:04 +00:00
adc5bc6e36
test-release.sh: start/stop monerod automatically 2019-12-07 12:41:40 +00:00
d22fd160c5
lots of minor fixes and cleanups throughout 2019-12-07 12:20:21 +00:00
9d3b11c798
test suite: minor fixes 2019-11-29 18:36:13 +00:00
1f3c048172
test suite: minor fixes & cleanups 2019-11-15 10:46:16 +00:00
c260fbf9aa
[msys2]: support libsecp256k1 2019-11-14 17:19:32 +00:00
3813ce33ba
altcoin.py: add tests: verify_leading_symbols(), verify_core_coin_data() 2019-11-06 17:34:52 +00:00
7451f122ed
gentest.py: complete rewrite, move tool selection logic to altcoin.py 2019-11-04 16:48:25 +00:00
5663ca0712
test-release.sh, gentest.py, tooltest.py: cleanups 2019-11-02 09:34:21 +00:00
9518f702a9
gentest.py: add moneropy as external checking library 2019-11-01 12:34:51 +00:00
622b63a19b
test suite: minor fixes and cleanups 2019-11-01 12:24:09 +00:00
99d968e4aa
minor fixes and cleanups 2019-10-31 10:59:48 +00:00
139484281f
new test: colortest.py - test terminal output + terminfo parsing 2019-10-23 10:44:17 +00:00
e5abf419c0
gentest.py: use ethkey for Ethereum tests 2019-10-20 17:09:09 +03:00
3224b9c7d2
new test: objattrtest.py: test objects' immutable attributes 2019-10-19 18:22:31 +03:00
d49159a92b
various changes and fixes 2019-10-10 22:53:43 +03:00
037acf0791
modularize objtest.py 2019-05-27 11:34:23 +03:00
11cca53660
test suite: minor fixes and additions 2019-05-25 18:04:14 +03:00
7ed00d98e5
test.py: add password_entry, mnemonic_entry tests 2019-05-21 16:09:33 +03:00
13ab25764f
[msys2]: test suite fixes and additions 2019-05-20 18:44:32 +03:00
a59f10c841
test-release.sh: use strings instead of arrays for cmd lists 2019-05-20 18:15:14 +03:00
eca3007ed1
implement --fast option for unit tests 2019-05-13 12:21:01 +03:00
4a2cc07ef1
relocate test-release.sh script to test directory 2019-04-19 17:37:32 +03:00
Renamed from scripts/test-release.sh (Browse further)