91991a13de
support macOS (BTC-only, no autosign)
...
Testing:
$ test/test-release.sh -FCSTA
Tested on macOS 13.6.7 (Ventura) + Xcode 15.0.1
2024-07-27 10:01:05 +00:00
e029a5413c
support Bitcoin Cash Node v27.1.0
2024-07-27 09:56:28 +00:00
a0eb2871f9
minor fixes and cleanups throughout
2024-07-27 09:56:20 +00:00
659b4d2343
tooltest2: de-async main()
2024-07-27 09:56:15 +00:00
4d0d7fc0e0
ct_base: new skip_for_platform() method
2024-07-27 09:55:11 +00:00
b12a2a08a4
test.common: new VirtBlockDevice class
2024-07-27 09:16:43 +00:00
6fae61ec7c
whitespace
2024-07-27 09:16:43 +00:00
ad4505f149
Config: add _set_quiet() method
2024-07-27 09:16:42 +00:00
e2a3fd921f
secp256k1 extmod: silence C compiler warnings (clang)
2024-07-27 09:16:42 +00:00
bd63c36bee
new command: test/clean.py
2024-07-20 16:40:57 +00:00
0215b9213a
Windows 11 test fix; minor documentation updates
2024-07-20 16:40:57 +00:00
52a3f9b764
cmdtest.py ethdev: fix balances for Parity
2024-07-20 16:40:51 +00:00
160d329c57
Version 14.1.0
v14.1.0
2024-07-14 14:40:46 +00:00
7692980f39
minor testing fix, update release notes
2024-07-11 11:36:21 +00:00
3ea32c525a
add Python 3.12 to Github workflows matrix
2024-07-08 14:06:39 +00:00
7fd2614681
add v14.1.0 release notes
2024-07-08 10:51:22 +00:00
d60cd3c9a9
update documentation from wiki
2024-07-08 10:51:21 +00:00
329ba44f13
minor testing fixes
2024-07-08 10:51:21 +00:00
5f22d2fbde
scripts/create-token.py: support solc version 0.8.26
2024-07-08 10:51:21 +00:00
82f2fb1db9
BTC-only testing fixes
2024-07-08 10:51:21 +00:00
0fa7e7ec18
support Bitcoin Core 27.1.0, Litecoin Core 0.21.3
2024-07-06 14:07:56 +00:00
b1ad293bae
minor testing fixes
2024-07-06 14:05:53 +00:00
42a5821e98
mmgen-xmrwallet: add --rescan-spent option
2024-06-30 14:02:07 +00:00
a73cb53ddc
tx.new, tw.ctl: minor Ethereum fixes
2024-06-23 09:25:42 +00:00
8c3c5858f5
support Geth v1.13.15
2024-05-22 12:04:36 +00:00
81c822dd95
minor testing fixes
2024-05-22 12:04:35 +00:00
e48ea94195
downgrade Pylint to avoid false positive
2024-05-20 15:58:09 +00:00
e3d68e698f
support Bitcoin Core v27.0.0
2024-05-20 14:36:00 +00:00
6230219672
support Monero v18.3.3
2024-04-26 12:53:44 +00:00
b73a9ced48
xmrwallet txlist: display fix
2024-04-26 12:53:44 +00:00
a5a2426991
mmgen-xmrwallet submit, relay: display relay time
2024-04-15 09:48:15 +00:00
d6dba0d7f1
util2.format_elapsed_hr(): add rel_now, show_secs params; add test
2024-04-15 09:48:15 +00:00
b6acf87916
mmgen-xmrwallet: add --skip-empty-accounts, --skip-empty-addresses
2024-04-15 09:48:14 +00:00
5e4db02a7e
autosign: LED fix; xmrwallet: minor cleanups
2024-04-15 09:48:14 +00:00
fe60f42d53
xmrwallet: --full-output -> --full-address; add tests
2024-04-15 09:48:14 +00:00
7ee020ec71
xmrwallet: display fixes, add gen_acct_addr_info() [refactor]
2024-04-15 09:48:14 +00:00
bbd88a2745
xmrwallet: minor cleanups
2024-04-15 09:48:13 +00:00
669dfbe75d
MoneroWalletOps.rpc: reimplement get_last_addr()
2024-04-15 09:48:13 +00:00
acd928ce92
MoneroWalletOps.rpc: get_accts() -> get_wallet_data() ==> namedtuple
2024-04-15 09:48:13 +00:00
c79b9a119b
MoneroWalletOps.sync: accts_data -> wallets_data
2024-04-15 09:48:13 +00:00
55a0b7e8e5
mmgen-xmrwallet: label and display cleanups
2024-04-15 09:48:12 +00:00
fc7e3c8302
mmgen-xmrwallet: new ‘sweep_all’ operation
...
This operation sweeps balances of all addresses in an account, as opposed to
‘sweep’, which sweeps the balance of a single randomly chosen address.
For accounts having only one address with a balance, the two operations are
identical.
2024-04-10 09:05:51 +00:00
ea0f32e3df
mmgen-xmrwallet list, listview: display per-address balances
2024-04-10 09:05:51 +00:00
4f216ea901
mmgen-xmrwallet sync, list, view, listview: refactor output code
...
The ‘list’ and ‘listview’ operations now display truncated XMR addresses by
default. To restore the former default behavior of displaying non-truncated
addresses, use the --full-output option.
2024-04-10 09:05:50 +00:00
f39da52bc0
mmgen-xmrwallet: support sweeping to specific account of wallet
...
old sweep_spec: SOURCE:ACCOUNT[,DEST]
new sweep_spec: SOURCE:ACCOUNT[,DEST[:ACCOUNT]]
If DEST is included without its related ACCOUNT, funds from ACCOUNT of
SOURCE will be swept into a newly created account in DEST, or the last
existing account of DEST, if requested by the user.
If both account indices are included, funds from ACCOUNT of SOURCE will
be swept into ACCOUNT of DEST.
Testing:
$ test/cmdtest.py --coin=xmr -e -X sweep_to_wallet_account_proxy xmrwallet
2024-04-09 10:16:06 +00:00
524b3515ab
xmrwallet, cmdtest xmrwallet: fixes and cleanups
2024-04-09 10:16:06 +00:00
c87cfa7d00
MoneroWalletOps.sweep: minor cleanup
2024-04-09 10:16:06 +00:00
d2b47614c0
MoneroWalletOps.sweep: refactor tx creation code
2024-04-09 10:16:06 +00:00
fe205bdda3
whitespace, cleanup
2024-04-09 10:16:05 +00:00
feb2706fba
Signable.xmr_wallet_outputs_file.unsigned: reimplement as one-liner
2024-04-09 10:16:05 +00:00