Commit graph

164 commits

Author SHA1 Message Date
MMGen@trixie
4d1f4577a7
lint, whitespace 2025-10-01 15:26:41 +00:00
MMGen@trixie
5c9d705301
test suite: lint, whitespace 2025-10-01 15:26:41 +00:00
MMGen@trixie
cab8be0167
pyproject.toml: add ruff data 2025-10-01 15:26:37 +00:00
5a24cbfc0a
Version 3.5.0 stable_msys2 stable_macos stable_linux v3.5.0
- released concurrently with MMGen Wallet v16.0.0
2025-09-24 10:45:50 +00:00
106f201300
update for MMGen Wallet v15.1.dev39 2025-05-24 10:10:24 +00:00
ab93f54d54
update test suite for MMGen Wallet v15.1.dev26 2025-03-30 10:18:52 +00:00
4688ee94c0
update test suite for MMGen Wallet v15.1.dev25 2025-03-29 12:12:35 +00:00
d63cb9817a
update for MMGen Wallet v15.1.dev23 2025-03-23 10:12:56 +00:00
966c171650
update for MMGen Wallet v15.1.dev20 2025-03-15 18:23:16 +00:00
b62ff991fe
update for MMGen Wallet v15.1.dev14 2025-02-06 10:07:57 +00:00
7cb2fc5b08
nix/shell.nix: add repo arg; test/init.sh: add -c option 2025-01-16 11:06:28 +00:00
bec7df1d6b
support Nix and NixOS
Quick Start for BTC:

    $ git clone https://github.com/mmgen/mmgen-wallet
    $ git clone https://github.com/mmgen/mmgen-node-tools
    $ cd mmgen-node-tools
    $ test/init.sh
    $ nix-shell --pure nix

Enable altcoins and additional packages:

    # From the mmgen-node-tools repository root:
    $ mkdir -p ~/.mmgen
    $ cp ../mmgen-wallet/nix/user-packages.nix ~/.mmgen
    # ... edit ~/.mmgen/user-packages.nix as required ...
    $ nix-shell --pure nix

For NixOS installation and other information, see:

    nix/README.node-tools
    ../mmgen-wallet/nix/README
2025-01-03 13:52:53 +00:00
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
dee57d8886
update for MMGen Wallet CoinAmt changes 2024-10-18 10:33:47 +00:00
cb42eaa8cd
update for MMGen Wallet 15.1.dev3 2024-10-08 13:19:15 +00:00
92fdfc047e
Support BCH cashaddr format 2024-09-29 14:29:10 +00:00
c9d6d8f047
Version 3.4.0
- released concurrently with MMGen Wallet v15.0.0
- adds macOS support
2024-09-22 16:38:00 +00:00
1a9184debc
version bump 2024-07-20 16:45:56 +00:00
0c54cb2c97
Version 3.3.0 v3.3.0 2024-07-19 09:54:03 +00:00
18a92cd461
mmnode-ticker: add --quiet option, back up cached JSON data 2024-07-19 09:53:52 +00:00
867026e8ed
mmnode-ticker: add config file vars
The following command-line opts are now configurable in ‘ticker-cfg.yaml’:

    add_precision
    asset_limit
    btc
    cached_data
    elapsed
    name_labels
    pager
    percent_cols
    thousands_comma
    update_time
    verbose
2024-03-10 14:44:57 +00:00
c4ace71049
minor fixes and cleanups 2024-03-10 14:44:57 +00:00
db4ba26dce
update testing for MMGen Wallet v14.1.dev19 2024-03-08 15:32:54 +00:00
7c7c2c7da8
mmnode-ticker: backport fix for Python 3.9 2024-02-10 15:15:18 +00:00
6f2925f797
test/init.sh, MANIFEST.in: fixes, cleanups 2024-02-10 15:15:18 +00:00
cc0f4729c6
update for mmgen-wallet v14.1.dev2 2023-12-12 09:58:40 +00:00
de29b213ff
bump version and wallet dependency 2023-11-30 11:25:34 +00:00
3dace6b188
README.md: fix MSWin deps, fix repo URLs, add Twitter link 2023-11-30 09:19:10 +00:00
ef0acc2542
Version 3.2.0 v3.2.0 2023-11-27 11:17:19 +00:00
4b22d67e37
update README.md 2023-11-27 09:32:24 +00:00
55fdcb29f7
Support Windows/MSYS2 2023-11-27 09:18:43 +00:00
d0874f9a2d
test/init.sh: handle broken dir symlinks 2023-11-21 15:30:42 +00:00
56327412ca
update for mmgen-wallet v14.0.dev22 2023-11-20 14:45:15 +00:00
554f786903
update install instructions in README.md 2023-11-09 05:39:09 +00:00
b2dc247429
update package name, install instructions in README 2023-11-08 10:31:42 +00:00
1215085fbd
setup.cfg: update dependency to mmgen-wallet 2023-11-08 08:02:05 +00:00
af7c14fe36
mmnode-ticker: get historical financial data from Yahoo Finance 2023-11-05 13:40:23 +00:00
545bc044c6
mmnode-ticker: add year and month percentage change columns 2023-11-05 13:40:23 +00:00
77d8ffb7b9
mmnode-ticker: use coinpaprika tickers API call 2023-11-05 13:40:23 +00:00
94c61d6807
mmnode-ticker: convert amounts to type Decimal on input 2023-11-05 13:40:23 +00:00
e94f036c73
mmnode-ticker: cleanups 2023-11-05 13:40:22 +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
3f76be1ab8
minor fixes and cleanups 2023-10-13 09:50:15 +00:00
666b27c042
test rename: test.py -> cmdtest.py 2023-10-13 09:50:15 +00:00
df620f923f
minor fixes and cleanups 2023-10-03 14:42:51 +00:00
fd318909c2
mmnode-ticker: retrieve financial data from Yahoo Finance 2023-09-25 15:53:02 +00:00
d29e34c221
mmnode-ticker: support multiple data sources 2023-09-25 15:53:02 +00:00
6074a0e42a
mmnode-ticker: fixes and cleanups throughout 2023-09-25 15:53:02 +00:00
c373ed7a2d
rpc_init(): skip wallet initialization 2023-07-01 16:47:49 +00:00