30772b3699
Update for MMGen Wallet 15.1.dev6
2024-10-18 10:33:48 +00:00
b9b289c56d
directory rename:
...
- test/cmdtest_py_d -> test/cmdtest_d
2024-10-18 10:33:48 +00:00
ada2cecada
Check the MMGen Node Tools with the pylint static code analyzer:
...
# Install pylint:
$ python3 -m pip install pylint
# Perform the check:
$ test/test-release.sh lint
The linting operation should complete without error if running Python v3.9 or
greater.
2023-10-13 09:50:16 +00:00
666b27c042
test rename: test.py -> cmdtest.py
2023-10-13 09:50:15 +00:00
a8a44ab646
mmnode-feeview: display improvements, support BCH, add test
...
Testing/demo:
$ test/test.py -e regtest.feeview
$ test/test.py -e --coin=ltc regtest.feeview
$ test/test.py -e --coin=bch regtest.feeview
2022-10-27 16:47:22 +00:00
6ad22bdf5c
various fixes and cleanups
2022-10-27 16:47:22 +00:00
b640dea111
update for MMGen v13.3.dev11
2022-10-25 09:10:15 +00:00
11dede26eb
mmnode-peerblocks: reimplement, add test
...
Testing/demo:
$ test/test.py -e main.peerblocks
2022-10-24 17:40:45 +00:00
8ca7f43ae8
mmnode-blocks-info: support BCH; add test
2022-10-21 10:39:02 +00:00
cb93e52755
update for MMGen v13.3.dev6
2022-10-17 18:35:55 +00:00
e7fcc00b95
new script: mmnode-ticker
...
Display cryptocurrency and other asset prices in convenient tabular format,
with optional display of your portfolio. Output is highly configurable.
Usage information:
$ mmnode-ticker --help
2022-08-04 14:16:28 +00:00
440bf14241
test suite: minor fixes and cleanups
2022-08-04 14:16:26 +00:00
a01c9856b1
support testing via MMGen test suite framework
2022-07-27 16:16:41 +00:00