|
|
41474d9bf7
|
test.py cfg, test.include.pexpect: minor fix and cleanups
|
2022-10-28 11:35:13 +00:00 |
|
|
|
4b9d79fabd
|
int2bytespec(): add strip, add_space args
|
2022-10-27 16:45:57 +00:00 |
|
|
|
f788b36d0a
|
proto.btc.regtest: cleanups
|
2022-10-27 16:45:56 +00:00 |
|
|
|
e223a776d8
|
minor addition and cleanups
|
2022-10-27 16:45:56 +00:00 |
|
|
|
1fcac76363
|
test-release.sh: code/data cleanups
|
2022-10-25 09:09:43 +00:00 |
|
|
|
912bd0a815
|
line_input(): cleanup
|
2022-10-25 09:09:37 +00:00 |
|
|
|
d5e65cfdcf
|
line_input(): fix regression
|
2022-10-24 20:48:51 +00:00 |
|
|
|
dd63008a9d
|
term.py: add noecho init arg, reset method
|
2022-10-24 17:34:38 +00:00 |
|
|
|
3062de696c
|
line_input(): fix inserted text handling, add hold_protect arg
|
2022-10-24 17:34:14 +00:00 |
|
|
|
7d2531b7b3
|
test.overlay: fake module cleanups
1) attempt to add as few names to the module's namespace as possible
2) all names added to the namespace must begin with 'overlay_fake_'
|
2022-10-24 16:50:05 +00:00 |
|
|
|
b6f58af8c3
|
test.overlay: support multiple repositories/packages
|
2022-10-24 16:50:05 +00:00 |
|
|
|
3e8f796390
|
overlay_dir -> overlay_tree_dir
|
2022-10-24 16:50:04 +00:00 |
|
|
|
27759c913d
|
minor fixes and changes
|
2022-10-21 10:37:51 +00:00 |
|
|
|
9a1ea34309
|
initialize developer tools via builtins; add test
|
2022-10-20 18:14:15 +00:00 |
|
|
|
c3dbd720c6
|
minor fixes and changes
|
2022-10-20 18:14:14 +00:00 |
|
|
|
526515db77
|
rpc.py: move set_auth() to proto.btc; add bad auth test
|
2022-10-17 18:37:24 +00:00 |
|
|
|
931c5dc7ca
|
rpc.py: minor fixes and cleanups
|
2022-10-17 18:37:24 +00:00 |
|
|
|
c74e15669b
|
util.py: run_session() -> async_run()
|
2022-10-17 18:37:23 +00:00 |
|
|
|
24a612fca7
|
aiohttp: initialize session in backend
|
2022-10-17 18:37:23 +00:00 |
|
|
|
4c9f6e7071
|
test.py: pass through only explicitly set opts
|
2022-10-17 18:37:23 +00:00 |
|
|
|
1d8b908c7c
|
util.py: relocate user-prompting functions to ui.py
|
2022-10-17 18:37:22 +00:00 |
|
|
|
9888fe4c65
|
util.py: relocate lesser-used functions to util2.py
|
2022-10-17 18:37:22 +00:00 |
|
|
|
59e1bd0829
|
util.py: relocate write_mode() decorator to tw/ctl.py
|
2022-10-17 18:37:22 +00:00 |
|
|
|
d355fe6e58
|
util.py: relocate base_proto_subclass() to protocol.py
|
2022-10-17 18:37:21 +00:00 |
|
|
|
6a6aa02a34
|
mmgen-msg: support --pager for verify operation
|
2022-10-17 18:37:21 +00:00 |
|
|
|
3647db1bbb
|
util.py: reimplement format_elapsed_hr()
|
2022-10-08 16:39:58 +00:00 |
|
|
|
164ef9d266
|
mmgen-xmrwallet: new txview operation
|
2022-10-07 20:01:18 +00:00 |
|
|
|
f4c3eaccd3
|
mmgen-xmrwallet: add date and ID to TX display
|
2022-10-07 19:48:51 +00:00 |
|
|
|
14d40b2b9d
|
gentest.py: minor fixes, upgrade DASH testing status
|
2022-10-07 19:48:51 +00:00 |
|
|
|
61857101fd
|
add global --pager option
|
2022-10-07 19:48:51 +00:00 |
|
|
|
5c6c983d25
|
filename.py: class rename: Filename -> MMGenFile
|
2022-10-07 19:48:51 +00:00 |
|
|
|
e221c3e9b4
|
filename.py: new classes: File, FileList
|
2022-10-07 19:48:50 +00:00 |
|
|
|
8f6f47882e
|
test-release.sh: alts -> altgen
|
2022-10-07 19:48:50 +00:00 |
|
|
|
d8965706d5
|
proto/common.py -> proto/btc/common.py
|
2022-10-07 19:48:49 +00:00 |
|
|
|
70762c0f56
|
mmgen-xmrwallet: --do-not-relay -> --no-relay
Note that the old form of the option is no longer valid, so shell scripts may
have to be updated.
|
2022-10-05 19:22:42 +00:00 |
|
|
|
d646099a37
|
move secp256k1 extension module to proto.secp256k1
|
2022-10-05 19:22:42 +00:00 |
|
|
|
4e546030fa
|
test-release.sh: more granular control over test rounds
|
2022-10-05 19:22:42 +00:00 |
|
|
|
57d0ea689c
|
unit_tests.py: allow hyphens instead of underscores for subtests
|
2022-10-05 19:22:41 +00:00 |
|
|
|
4aa9f731c2
|
test suite: use monero-python as reference tool
|
2022-10-05 19:22:41 +00:00 |
|
|
|
e7cbfc2bd1
|
test suite: minor fixes
|
2022-10-05 19:22:29 +00:00 |
|
|
|
ab5e56ca04
|
ViewKey: relocate protocol-specific code
|
2022-10-04 13:08:55 +00:00 |
|
|
|
1ae19320a8
|
import key and address generators from addrgen.py
|
2022-10-04 13:08:55 +00:00 |
|
|
|
94680db67d
|
addrgen.py: modularize protocol-specific code
|
2022-10-04 13:08:54 +00:00 |
|
|
|
67eaf782b6
|
keygen.py: modularize protocol-specific code
|
2022-10-04 13:08:54 +00:00 |
|
|
|
79652a78a6
|
keygen.py: relocate libsecp256k1 availability test to class
|
2022-10-04 13:08:53 +00:00 |
|
|
|
076cec7495
|
base_proto.bitcoin -> proto.btc, ... [code]
|
2022-10-03 10:00:00 +00:00 |
|
|
|
7a3ea17cc4
|
base_proto.bitcoin -> proto.btc, ... [docstrings]
|
2022-10-03 10:00:00 +00:00 |
|
|
|
f06e48ec27
|
base_proto.bitcoin -> proto.btc, ... [git mv]
|
2022-10-03 10:00:00 +00:00 |
|
|
|
1648849c06
|
xmrwallet: minor cleanups
|
2022-10-03 09:59:59 +00:00 |
|
|
|
3f182fed64
|
proto: btc.py -> btc/params.py, ... [code]
|
2022-10-03 09:59:59 +00:00 |
|