Commit graph

13 commits

Author SHA1 Message Date
f840069ecb
update copyright dates 2026-02-11 13:02:12 +00:00
81ece1ff3b
support Bitcoin Core v30.0
As of Core v30, legacy BDB wallets are no longer supported.  Users with legacy
tracking wallets must convert them to descriptor wallets.  See `bitcoin-cli
migratewallet` for details.

The maximum OP_RETURN data size has been increased to 4096 bytes, while the one
data output per transaction limitation has been retained.  This seems like a
reasonable compromise.  The MMGen Project discourages the use of MMGen Wallet
to spam the blockchain.
2025-10-26 10:35:54 +00:00
5529e7ed9f
minor fixes and cleanups 2025-10-26 10:35:54 +00:00
89c3e0e8a9
cmdtest.py: various cleanups (4 files) 2025-10-03 10:34:04 +00:00
4749fe660b
test suite: minor cleanups (async_run) 2025-10-01 15:30:56 +00:00
e379926042
txbump: display outputs in raw order [bugfix]
- required when user manually chooses output to deduct the fee from
2025-09-29 23:09:17 +00:00
4b55f1158e
btc.tx.base.decodeScriptPubKey(): reimplement, parse nulldata correctly 2025-09-29 23:09:17 +00:00
c88f2a9388
cmdtest.py main: txcreate_common(): cleanups 2025-09-29 23:09:17 +00:00
026e7f0c93
cmdtest.py main: variable renames 2025-09-29 23:09:17 +00:00
4573e170ed
test suite: use match statement where practicable (21 files) 2025-09-23 09:20:53 +00:00
318b3351e8
modularize RPC library 2025-05-23 15:35:23 +00:00
e6758ef1db
CmdTestRunner: add quiet attribute 2025-03-29 09:30:15 +00:00
b2e210485f
test/cmdtest_d: remove prefixes on files 2025-03-29 09:30:15 +00:00
Renamed from test/cmdtest_d/ct_main.py (Browse further)